GENEUS
Overview
Source Files
Modules
Procedures
Derived Types
Programs
matrix_inverse_re
Function
5 statements
Source File
matrix.f90
matrix_m
matrix_inverse_re
Contents
public pure function matrix_inverse_re(A) result(R)
Wrapper for matrix_inverse_cx that operates on real matrices.
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in),
dimension(:, :)
::
A
Matrix A [n×n]
Return Value
real(kind=wp), dimension(size(A, 1), size(A, 1))
Matrix R=A¯¹