fortran-lapack
Loading...
Searching...
No Matches
la_inverse::invert Interface Reference

Public Member Functions

subroutine la_invert_s (a, err)
 
subroutine la_invert_d (a, err)
 
subroutine la_invert_q (a, err)
 
subroutine la_invert_c (a, err)
 
subroutine la_invert_z (a, err)
 
subroutine la_invert_w (a, err)
 

Member Function/Subroutine Documentation

◆ la_invert_c()

subroutine la_inverse::invert::la_invert_c ( complex(sp), dimension(:,:), intent(inout)  a,
type(la_state), intent(out), optional  err 
)
Parameters
[in,out]aInput matrix a[n,n]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_invert_d()

subroutine la_inverse::invert::la_invert_d ( real(dp), dimension(:,:), intent(inout)  a,
type(la_state), intent(out), optional  err 
)
Parameters
[in,out]aInput matrix a[n,n]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_invert_q()

subroutine la_inverse::invert::la_invert_q ( real(qp), dimension(:,:), intent(inout)  a,
type(la_state), intent(out), optional  err 
)
Parameters
[in,out]aInput matrix a[n,n]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_invert_s()

subroutine la_inverse::invert::la_invert_s ( real(sp), dimension(:,:), intent(inout)  a,
type(la_state), intent(out), optional  err 
)
Parameters
[in,out]aInput matrix a[n,n]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_invert_w()

subroutine la_inverse::invert::la_invert_w ( complex(qp), dimension(:,:), intent(inout)  a,
type(la_state), intent(out), optional  err 
)
Parameters
[in,out]aInput matrix a[n,n]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_invert_z()

subroutine la_inverse::invert::la_invert_z ( complex(dp), dimension(:,:), intent(inout)  a,
type(la_state), intent(out), optional  err 
)
Parameters
[in,out]aInput matrix a[n,n]
[out]err[optional] state return flag. On error if not requested, the code will stop

The documentation for this interface was generated from the following file: