VOLCANOR
0.1.13
Documentation
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
inv
Function
94 statements
Source File
libMath.f90
libMath
inv
Contents
public function inv(A) result(Ainv)
Native implementation of matrix inverse based on Doolittle method
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in),
dimension(:, :)
::
A
Return Value
real(kind=dp), dimension(size(A, 1), size(A, 1))