fortran-lapack
|
Public Member Functions | |
pure real(sp) function, dimension(:,:), allocatable | la_diag_s_from_scalar (n, source) |
pure real(sp) function, dimension(:,:), allocatable | la_diag_s_from_array (source) |
pure real(dp) function, dimension(:,:), allocatable | la_diag_d_from_scalar (n, source) |
pure real(dp) function, dimension(:,:), allocatable | la_diag_d_from_array (source) |
pure real(qp) function, dimension(:,:), allocatable | la_diag_q_from_scalar (n, source) |
pure real(qp) function, dimension(:,:), allocatable | la_diag_q_from_array (source) |
pure complex(sp) function, dimension(:,:), allocatable | la_diag_c_from_scalar (n, source) |
pure complex(sp) function, dimension(:,:), allocatable | la_diag_c_from_array (source) |
pure complex(dp) function, dimension(:,:), allocatable | la_diag_z_from_scalar (n, source) |
pure complex(dp) function, dimension(:,:), allocatable | la_diag_z_from_array (source) |
pure complex(qp) function, dimension(:,:), allocatable | la_diag_w_from_scalar (n, source) |
pure complex(qp) function, dimension(:,:), allocatable | la_diag_w_from_array (source) |
real(sp) function, dimension(:,:), allocatable | la_diag_s_errhandle_from_scalar (n, source, err) |
real(sp) function, dimension(:,:), allocatable | la_diag_s_errhandle_from_array (source, err) |
real(dp) function, dimension(:,:), allocatable | la_diag_d_errhandle_from_scalar (n, source, err) |
real(dp) function, dimension(:,:), allocatable | la_diag_d_errhandle_from_array (source, err) |
real(qp) function, dimension(:,:), allocatable | la_diag_q_errhandle_from_scalar (n, source, err) |
real(qp) function, dimension(:,:), allocatable | la_diag_q_errhandle_from_array (source, err) |
complex(sp) function, dimension(:,:), allocatable | la_diag_c_errhandle_from_scalar (n, source, err) |
complex(sp) function, dimension(:,:), allocatable | la_diag_c_errhandle_from_array (source, err) |
complex(dp) function, dimension(:,:), allocatable | la_diag_z_errhandle_from_scalar (n, source, err) |
complex(dp) function, dimension(:,:), allocatable | la_diag_z_errhandle_from_array (source, err) |
complex(qp) function, dimension(:,:), allocatable | la_diag_w_errhandle_from_scalar (n, source, err) |
complex(qp) function, dimension(:,:), allocatable | la_diag_w_errhandle_from_array (source, err) |
complex(sp) function, dimension(:,:), allocatable la_eye::diag::la_diag_c_errhandle_from_array | ( | complex(sp), dimension(:), intent(in) | source, |
type(la_state), intent(out) | err | ||
) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(sp) function, dimension(:,:), allocatable la_eye::diag::la_diag_c_errhandle_from_scalar | ( | integer(ilp), intent(in) | n, |
complex(sp), intent(in) | source, | ||
type(la_state), intent(out) | err | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
pure complex(sp) function, dimension(:,:), allocatable la_eye::diag::la_diag_c_from_array | ( | complex(sp), dimension(:), intent(in) | source | ) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
pure complex(sp) function, dimension(:,:), allocatable la_eye::diag::la_diag_c_from_scalar | ( | integer(ilp), intent(in) | n, |
complex(sp), intent(in) | source | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |
real(dp) function, dimension(:,:), allocatable la_eye::diag::la_diag_d_errhandle_from_array | ( | real(dp), dimension(:), intent(in) | source, |
type(la_state), intent(out) | err | ||
) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
real(dp) function, dimension(:,:), allocatable la_eye::diag::la_diag_d_errhandle_from_scalar | ( | integer(ilp), intent(in) | n, |
real(dp), intent(in) | source, | ||
type(la_state), intent(out) | err | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
pure real(dp) function, dimension(:,:), allocatable la_eye::diag::la_diag_d_from_array | ( | real(dp), dimension(:), intent(in) | source | ) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
pure real(dp) function, dimension(:,:), allocatable la_eye::diag::la_diag_d_from_scalar | ( | integer(ilp), intent(in) | n, |
real(dp), intent(in) | source | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |
real(qp) function, dimension(:,:), allocatable la_eye::diag::la_diag_q_errhandle_from_array | ( | real(qp), dimension(:), intent(in) | source, |
type(la_state), intent(out) | err | ||
) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
real(qp) function, dimension(:,:), allocatable la_eye::diag::la_diag_q_errhandle_from_scalar | ( | integer(ilp), intent(in) | n, |
real(qp), intent(in) | source, | ||
type(la_state), intent(out) | err | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
pure real(qp) function, dimension(:,:), allocatable la_eye::diag::la_diag_q_from_array | ( | real(qp), dimension(:), intent(in) | source | ) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
pure real(qp) function, dimension(:,:), allocatable la_eye::diag::la_diag_q_from_scalar | ( | integer(ilp), intent(in) | n, |
real(qp), intent(in) | source | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |
real(sp) function, dimension(:,:), allocatable la_eye::diag::la_diag_s_errhandle_from_array | ( | real(sp), dimension(:), intent(in) | source, |
type(la_state), intent(out) | err | ||
) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
real(sp) function, dimension(:,:), allocatable la_eye::diag::la_diag_s_errhandle_from_scalar | ( | integer(ilp), intent(in) | n, |
real(sp), intent(in) | source, | ||
type(la_state), intent(out) | err | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
pure real(sp) function, dimension(:,:), allocatable la_eye::diag::la_diag_s_from_array | ( | real(sp), dimension(:), intent(in) | source | ) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
pure real(sp) function, dimension(:,:), allocatable la_eye::diag::la_diag_s_from_scalar | ( | integer(ilp), intent(in) | n, |
real(sp), intent(in) | source | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |
complex(qp) function, dimension(:,:), allocatable la_eye::diag::la_diag_w_errhandle_from_array | ( | complex(qp), dimension(:), intent(in) | source, |
type(la_state), intent(out) | err | ||
) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(qp) function, dimension(:,:), allocatable la_eye::diag::la_diag_w_errhandle_from_scalar | ( | integer(ilp), intent(in) | n, |
complex(qp), intent(in) | source, | ||
type(la_state), intent(out) | err | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
pure complex(qp) function, dimension(:,:), allocatable la_eye::diag::la_diag_w_from_array | ( | complex(qp), dimension(:), intent(in) | source | ) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
pure complex(qp) function, dimension(:,:), allocatable la_eye::diag::la_diag_w_from_scalar | ( | integer(ilp), intent(in) | n, |
complex(qp), intent(in) | source | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |
complex(dp) function, dimension(:,:), allocatable la_eye::diag::la_diag_z_errhandle_from_array | ( | complex(dp), dimension(:), intent(in) | source, |
type(la_state), intent(out) | err | ||
) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
complex(dp) function, dimension(:,:), allocatable la_eye::diag::la_diag_z_errhandle_from_scalar | ( | integer(ilp), intent(in) | n, |
complex(dp), intent(in) | source, | ||
type(la_state), intent(out) | err | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
pure complex(dp) function, dimension(:,:), allocatable la_eye::diag::la_diag_z_from_array | ( | complex(dp), dimension(:), intent(in) | source | ) |
[in] | source | Array of diagonal values. Used to define the return type and the matrix size. |
pure complex(dp) function, dimension(:,:), allocatable la_eye::diag::la_diag_z_from_scalar | ( | integer(ilp), intent(in) | n, |
complex(dp), intent(in) | source | ||
) |
[in] | n | Matrix size |
[in] | source | Scalar diagonal value. Used to define the return type. |