fortran-lapack
|
Public Member Functions | |
complex(sp) function, dimension(:), allocatable | la_eigvals_standard_s (a, err) |
complex(sp) function, dimension(:), allocatable | la_eigvals_noerr_standard_s (a) |
complex(sp) function, dimension(:), allocatable | la_eigvals_generalized_s (a, b, err) |
complex(sp) function, dimension(:), allocatable | la_eigvals_noerr_generalized_s (a, b) |
complex(dp) function, dimension(:), allocatable | la_eigvals_standard_d (a, err) |
complex(dp) function, dimension(:), allocatable | la_eigvals_noerr_standard_d (a) |
complex(dp) function, dimension(:), allocatable | la_eigvals_generalized_d (a, b, err) |
complex(dp) function, dimension(:), allocatable | la_eigvals_noerr_generalized_d (a, b) |
complex(qp) function, dimension(:), allocatable | la_eigvals_standard_q (a, err) |
complex(qp) function, dimension(:), allocatable | la_eigvals_noerr_standard_q (a) |
complex(qp) function, dimension(:), allocatable | la_eigvals_generalized_q (a, b, err) |
complex(qp) function, dimension(:), allocatable | la_eigvals_noerr_generalized_q (a, b) |
complex(sp) function, dimension(:), allocatable | la_eigvals_standard_c (a, err) |
complex(sp) function, dimension(:), allocatable | la_eigvals_noerr_standard_c (a) |
complex(sp) function, dimension(:), allocatable | la_eigvals_generalized_c (a, b, err) |
complex(sp) function, dimension(:), allocatable | la_eigvals_noerr_generalized_c (a, b) |
complex(dp) function, dimension(:), allocatable | la_eigvals_standard_z (a, err) |
complex(dp) function, dimension(:), allocatable | la_eigvals_noerr_standard_z (a) |
complex(dp) function, dimension(:), allocatable | la_eigvals_generalized_z (a, b, err) |
complex(dp) function, dimension(:), allocatable | la_eigvals_noerr_generalized_z (a, b) |
complex(qp) function, dimension(:), allocatable | la_eigvals_standard_w (a, err) |
complex(qp) function, dimension(:), allocatable | la_eigvals_noerr_standard_w (a) |
complex(qp) function, dimension(:), allocatable | la_eigvals_generalized_w (a, b, err) |
complex(qp) function, dimension(:), allocatable | la_eigvals_noerr_generalized_w (a, b) |
complex(sp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_generalized_c | ( | complex(sp), dimension(:,:), intent(in), target | a, |
complex(sp), dimension(:,:), intent(inout), target | b, | ||
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(dp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_generalized_d | ( | real(dp), dimension(:,:), intent(in), target | a, |
real(dp), dimension(:,:), intent(inout), target | b, | ||
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(qp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_generalized_q | ( | real(qp), dimension(:,:), intent(in), target | a, |
real(qp), dimension(:,:), intent(inout), target | b, | ||
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(sp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_generalized_s | ( | real(sp), dimension(:,:), intent(in), target | a, |
real(sp), dimension(:,:), intent(inout), target | b, | ||
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(qp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_generalized_w | ( | complex(qp), dimension(:,:), intent(in), target | a, |
complex(qp), dimension(:,:), intent(inout), target | b, | ||
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(dp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_generalized_z | ( | complex(dp), dimension(:,:), intent(in), target | a, |
complex(dp), dimension(:,:), intent(inout), target | b, | ||
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(sp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_generalized_c | ( | complex(sp), dimension(:,:), intent(in), target | a, |
complex(sp), dimension(:,:), intent(inout), target | b | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
complex(dp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_generalized_d | ( | real(dp), dimension(:,:), intent(in), target | a, |
real(dp), dimension(:,:), intent(inout), target | b | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
complex(qp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_generalized_q | ( | real(qp), dimension(:,:), intent(in), target | a, |
real(qp), dimension(:,:), intent(inout), target | b | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
complex(sp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_generalized_s | ( | real(sp), dimension(:,:), intent(in), target | a, |
real(sp), dimension(:,:), intent(inout), target | b | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
complex(qp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_generalized_w | ( | complex(qp), dimension(:,:), intent(in), target | a, |
complex(qp), dimension(:,:), intent(inout), target | b | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
complex(dp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_generalized_z | ( | complex(dp), dimension(:,:), intent(in), target | a, |
complex(dp), dimension(:,:), intent(inout), target | b | ||
) |
[in] | a | Input matrix A[m,n] |
[in,out] | b | Generalized problem matrix B[n,n] |
complex(sp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_standard_c | ( | complex(sp), dimension(:,:), intent(in), target | a | ) |
[in] | a | Input matrix A[m,n] |
complex(dp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_standard_d | ( | real(dp), dimension(:,:), intent(in), target | a | ) |
[in] | a | Input matrix A[m,n] |
complex(qp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_standard_q | ( | real(qp), dimension(:,:), intent(in), target | a | ) |
[in] | a | Input matrix A[m,n] |
complex(sp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_standard_s | ( | real(sp), dimension(:,:), intent(in), target | a | ) |
[in] | a | Input matrix A[m,n] |
complex(qp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_standard_w | ( | complex(qp), dimension(:,:), intent(in), target | a | ) |
[in] | a | Input matrix A[m,n] |
complex(dp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_noerr_standard_z | ( | complex(dp), dimension(:,:), intent(in), target | a | ) |
[in] | a | Input matrix A[m,n] |
complex(sp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_standard_c | ( | complex(sp), dimension(:,:), intent(in), target | a, |
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(dp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_standard_d | ( | real(dp), dimension(:,:), intent(in), target | a, |
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(qp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_standard_q | ( | real(qp), dimension(:,:), intent(in), target | a, |
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(sp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_standard_s | ( | real(sp), dimension(:,:), intent(in), target | a, |
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(qp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_standard_w | ( | complex(qp), dimension(:,:), intent(in), target | a, |
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(dp) function, dimension(:), allocatable la_eig::eigvals::la_eigvals_standard_z | ( | complex(dp), dimension(:,:), intent(in), target | a, |
type(la_state), intent(out) | err | ||
) |
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |