◆ 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] | a | Input 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] | a | Input 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] | a | Input 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] | a | Input 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] | a | Input 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] | a | Input 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: