SpecialMatrices
Source Files
Modules
Procedures
Derived Types
inv
Interface
FreeBSD Documentation License
6 statements
Source File
specialmatrices_diagonal.f90
specialmatrices_diagonal
inv
Contents
Functions
inv_rdp
public interface inv
Functions
private pure module function inv_rdp(A) result(B)
Utility function to compute the inverse of a
Diagonal
matrix.
Arguments
Type
Intent
Optional
Attributes
Name
type(
Diagonal
),
intent(in)
::
A
Input matrix.
Return Value
type(
Diagonal
)
Inverse of
A
.