<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/types.hpp"
Go to the source code of this file.
Functions | |
template<TLAPACK_UPLO uplo_t, TLAPACK_MATRIX matrix_t> | |
void | tlapack::laset (uplo_t uplo, const type_t< matrix_t > &alpha, const type_t< matrix_t > &beta, matrix_t &A) |
Initializes a matrix to diagonal and off-diagonal values. | |