| <T>LAPACK 0.1.2
    C++ Template Linear Algebra PACKage | 
#include "tlapack/base/utils.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 matrix_t> | |
| bool | tlapack::hasinf (BandAccess accessType, const matrix_t &A) noexcept | 
| Returns true if and only if A has an infinite entry. | |
| template<TLAPACK_VECTOR vector_t> | |
| bool | tlapack::hasinf (const vector_t &x) noexcept | 
| Returns true if and only if x has an infinite entry. | |
| template<TLAPACK_UPLO uplo_t, TLAPACK_MATRIX matrix_t> | |
| bool | tlapack::hasinf (uplo_t uplo, const matrix_t &A) | 
| Returns true if and only if A has an infinite entry. | |