VOLCANOR
0.1.13
Documentation
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
inv2
Function
5 statements
Source File
libMath_noBLAS.f90
libMath
inv2
Contents
public function inv2(A) result(Ainv)
Inverse of a matrix calculated by finding the LU
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in),
dimension(:, :)
::
A
Square matrix A
Return Value
real(kind=dp), dimension(size(A,1),size(A,2))
Inverse of matrix A