|
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...
|
|
Definition at line 67 of file pmat4.f90.
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] | a | real type input vector |
[in] | b | real 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] | a | integer type input vector |
[in] | b | integer 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] | a | real type input vector |
[in] | b | real 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:
- /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90