Definition at line 173 of file math.F90.
|
pure integer function, dimension(dim, dim) | idiagonal_matrix (dim, diag) |
| Currently only returns a matrix whose diagonal elements are all the same. Note that the real and complex versions are in math_inc.F90. More...
|
|
pure real(real64) function, dimension(dim, dim) | ddiagonal_matrix (dim, diag) |
| Currently only returns a matrix whose diagonal elements are all the same. Note that the integer version is in math.F90. More...
|
|
pure complex(real64) function, dimension(dim, dim) | zdiagonal_matrix (dim, diag) |
| Currently only returns a matrix whose diagonal elements are all the same. Note that the integer version is in math.F90. More...
|
|
◆ idiagonal_matrix()
pure integer function, dimension(dim, dim) math_oct_m::diagonal_matrix::idiagonal_matrix |
( |
integer, intent(in) |
dim, |
|
|
integer, intent(in) |
diag |
|
) |
| |
|
private |
Currently only returns a matrix whose diagonal elements are all the same. Note that the real and complex versions are in math_inc.F90.
Definition at line 252 of file math.F90.
◆ ddiagonal_matrix()
pure real(real64) function, dimension(dim, dim) math_oct_m::diagonal_matrix::ddiagonal_matrix |
( |
integer, intent(in) |
dim, |
|
|
real(real64), intent(in) |
diag |
|
) |
| |
|
private |
Currently only returns a matrix whose diagonal elements are all the same. Note that the integer version is in math.F90.
Definition at line 1802 of file math.F90.
◆ zdiagonal_matrix()
pure complex(real64) function, dimension(dim, dim) math_oct_m::diagonal_matrix::zdiagonal_matrix |
( |
integer, intent(in) |
dim, |
|
|
complex(real64), intent(in) |
diag |
|
) |
| |
|
private |
Currently only returns a matrix whose diagonal elements are all the same. Note that the integer version is in math.F90.
Definition at line 1611 of file math.F90.
The documentation for this interface was generated from the following file: