|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|


Go to the source code of this file.
Namespaces | |
| namespace | tlapack |
| Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). | |
Functions | |
| template<TLAPACK_UPLO uplo_t, TLAPACK_SMATRIX matrix_t> | |
| int | tlapack::trtri_recursive (uplo_t uplo, Diag diag, matrix_t &C, const EcOpts &opts={}) |
| TRTRI computes the inverse of a triangular matrix in-place Input is a triangular matrix, output is its inverse This is the recursive variant. | |