grid_tools  1.12.0
 All Data Structures Files Functions Variables Pages
pmat4::outer_product Interface Reference

Private Member Functions

real(dp) function, dimension(size(a),
size(b)) 
outer_product_d (a, b)
 Return the outer product matrix of two double precision real vectors. More...
 
integer(spi) function,
dimension(size(a), size(b)) 
outer_product_i (a, b)
 Return the outer product matrix of two integer vectors. More...
 
real(sp) function, dimension(size(a),
size(b)) 
outer_product_s (a, b)
 Return the outer product matrix of two single precision real vectors. More...
 

Detailed Description

Definition at line 67 of file pmat4.f90.

Member Function/Subroutine Documentation

real(dp) function, dimension(size(a),size(b)) pmat4::outer_product::outer_product_d ( real(dp), dimension(:), intent(in)  a,
real(dp), dimension(:), intent(in)  b 
)
private

Return the outer product matrix of two double precision real vectors.

Parameters
[in]areal type input vector
[in]breal type input vector
Returns
c result, rank-1 matrix outer product
Author
R. J. Purser

Definition at line 288 of file pmat4.f90.

integer(spi) function, dimension(size(a),size(b)) pmat4::outer_product::outer_product_i ( integer(spi), dimension(:), intent(in)  a,
integer(spi), dimension(:), intent(in)  b 
)
private

Return the outer product matrix of two integer vectors.

Parameters
[in]ainteger type input vector
[in]binteger type input vector
Returns
c result, rank-1 matrix outer product
Author
R. J. Purser

Definition at line 304 of file pmat4.f90.

real(sp) function, dimension(size(a),size(b)) pmat4::outer_product::outer_product_s ( real(sp), dimension(:), intent(in)  a,
real(sp), dimension(:), intent(in)  b 
)
private

Return the outer product matrix of two single precision real vectors.

Parameters
[in]areal type input vector
[in]breal type input vector
Returns
c result, rank-1 matrix outer product
Author
R. J. Purser

Definition at line 272 of file pmat4.f90.


The documentation for this interface was generated from the following file: