<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
infnorm_hermitian_colmajor.hpp File Reference
Include dependency graph for infnorm_hermitian_colmajor.hpp:

Go to the source code of this file.

Functions

template<TLAPACK_UPLO uplo_t, TLAPACK_MATRIX matrix_t>
auto tlapack::infnorm_hermitian_colmajor (uplo_t uplo, const matrix_t &A)
 Calculates the infinity norm of a column-major hermitian matrix.
 
template<TLAPACK_UPLO uplo_t, TLAPACK_MATRIX matrix_t, TLAPACK_WORKSPACE work_t>
auto tlapack::infnorm_hermitian_colmajor_work (uplo_t uplo, const matrix_t &A, work_t &work)
 Calculates the infinity norm of a column-major hermitian matrix. Workspace is provided as an argument.
 
template<class T , TLAPACK_UPLO uplo_t, TLAPACK_MATRIX matrix_t>
constexpr WorkInfo tlapack::infnorm_hermitian_colmajor_worksize (uplo_t uplo, const matrix_t &A)
 Worspace query of infnorm_hermitian_colmajor()
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA