<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"
Go to the source code of this file.
Functions | |
template<TLAPACK_MATRIX matrix_t> | |
auto | tlapack::infnorm_colmajor (const matrix_t &A) |
Calculates the infinity norm of a column-major matrix. | |
template<TLAPACK_MATRIX matrix_t, TLAPACK_WORKSPACE work_t> | |
auto | tlapack::infnorm_colmajor_work (const matrix_t &A, work_t &work) |
Calculates the infinity norm of a column-major matrix. Workspace is provided as an argument. | |
template<class T , TLAPACK_MATRIX matrix_t> | |
constexpr WorkInfo | tlapack::infnorm_colmajor_worksize (const matrix_t &A) |
Worspace query of infnorm_colmajor() | |