Toggle navigation
Fortran free function collection
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
inv
Interface
8 statements
Source File
fffc_linalg.f90
fffc_linalg
inv
Contents
Subroutines
inv_real_kind
inv_complex_kind
public interface inv
Contents
Subroutines
inv_real_kind
inv_complex_kind
Subroutines
public module subroutine inv_real_kind(a)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=fffc_real_kind),
intent(inout)
::
a
(:,:)
public module subroutine inv_complex_kind(a)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=fffc_complex_kind),
intent(inout)
::
a
(:,:)