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

Go to the source code of this file.

Functions

template<TLAPACK_MATRIX matrix_t>
bool tlapack::hasnan (BandAccess accessType, const matrix_t &A) noexcept
 Returns true if and only if A has an NaN entry.
 
template<TLAPACK_VECTOR vector_t>
bool tlapack::hasnan (const vector_t &x) noexcept
 Returns true if and only if x has an NaN entry.
 
template<TLAPACK_UPLO uplo_t, TLAPACK_MATRIX matrix_t>
bool tlapack::hasnan (uplo_t uplo, const matrix_t &A)
 Returns true if and only if A has an NaN entry.
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA