grid_tools 1.14.0
Loading...
Searching...
No Matches
pmat4::outer_product Interface Reference

Public 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.
 
integer(spi) function, dimension(size(a), size(b)) outer_product_i (a, b)
 Return the outer product matrix of two integer vectors.
 
real(sp) function, dimension(size(a), size(b)) outer_product_s (a, b)
 Return the outer product matrix of two single precision real vectors.
 

Detailed Description

Definition at line 67 of file pmat4.f90.

Member Function/Subroutine Documentation

◆ outer_product_d()

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 )

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.

◆ outer_product_i()

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 )

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.

◆ outer_product_s()

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 )

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: