<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "../../../test/include/MatrixMarket.hpp"
#include "tlapack/base/utils.hpp"
#include "tlapack/blas/gemm.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<TLAPACK_MATRIX matrixA_t, TLAPACK_MATRIX matrixB_t, TLAPACK_MATRIX matrixC_t, TLAPACK_SCALAR alpha_t, TLAPACK_SCALAR beta_t, class T = type_t<matrixB_t>> | |
void | tlapack::trmm_out (Side side, Uplo uplo, Op transA, Diag diag, Op transB, const alpha_t &alpha, const matrixA_t &A, const matrixB_t &B, const beta_t &beta, matrixC_t &C) |
Triangular matrix-matrix multiply: | |