<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"
#include "tlapack/blas/gemm.hpp"
#include "tlapack/lapack/trtri_recursive.hpp"
#include "tlapack/lapack/ul_mult.hpp"
Go to the source code of this file.
Functions | |
template<TLAPACK_MATRIX matrix_t> | |
int | tlapack::getri_uili (matrix_t &A) |
getri_uili calculates the inverse of a general n-by-n matrix A | |