|
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.
◆ 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 |
|
) |
| |
|
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 289 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 |
|
) |
| |
|
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 305 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 |
|
) |
| |
|
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 273 of file pmat4.f90.
The documentation for this interface was generated from the following file:
- /lfs/h2/emc/stmp/george.gayno/UFS_UTILS.tag/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90