<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
trtri_recursive.hpp File Reference
Include dependency graph for trtri_recursive.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.
 

Detailed Description

Author
Heidi Meier, University of Colorado Denver