<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"
#include "tlapack/blas/trmm.hpp"
#include "tlapack/lapack/lascl.hpp"
#include "tlapack/lapack/trmm_out.hpp"
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<typename matrixA_t , typename matrixB_t , TLAPACK_SCALAR alpha_t> | |
void | tlapack::trsm_tri (Side sideA, Uplo uploB, Op transA, Diag diagA, const alpha_t &alpha, const matrixA_t &A, matrixB_t &B) |
Solve the triangular matrix-vector equation. | |