This interface provides methods to convert a matrix of one of the
types defined by stdlib_specialmatrices
to a standard rank-2 array.
(Specifications)
Convert a tridiagonal
matrix to its dense representation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_cdp_type), | intent(in) | :: | A |
Input Tridiagonal matrix. |
Corresponding dense matrix.
Convert a tridiagonal
matrix to its dense representation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_csp_type), | intent(in) | :: | A |
Input Tridiagonal matrix. |
Corresponding dense matrix.
Convert a tridiagonal
matrix to its dense representation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_dp_type), | intent(in) | :: | A |
Input Tridiagonal matrix. |
Corresponding dense matrix.
Convert a tridiagonal
matrix to its dense representation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_sp_type), | intent(in) | :: | A |
Input Tridiagonal matrix. |
Corresponding dense matrix.