SpecialMatrices
Source Files
Modules
Procedures
Derived Types
inv
Interface
FreeBSD Documentation License
6 statements
Source File
specialmatrices_symtridiagonal.f90
specialmatrices_symtridiagonal
inv
Contents
Functions
inv_rdp
public interface inv
Functions
private pure module function inv_rdp(A) result(B)
Compute the inverse of a
SymTridiagonal
matrix.
Arguments
Type
Intent
Optional
Attributes
Name
type(
SymTridiagonal
),
intent(in)
::
A
Input matrix.
Return Value
real(kind=dp), allocatable, (:,:)
Inverse of
A
.