dRonin
adbada4
dRonin GCS
|
Go to the source code of this file.
Functions | |
template<typename MatrixBase > | |
bool | hasNaN (const MatrixBase &expr) |
template<typename MatrixBase > | |
bool | hasInf (const MatrixBase &expr) |
template<typename MatrixBase > | |
bool | perpendicular (const MatrixBase &expl, const MatrixBase &expr) |
template<typename MatrixBase > | |
bool | isReal (const MatrixBase &exp) |
bool hasInf | ( | const MatrixBase & | expr | ) |
Definition at line 52 of file assertions.h.
bool hasNaN | ( | const MatrixBase & | expr | ) |
Definition at line 40 of file assertions.h.
bool isReal | ( | const MatrixBase & | exp | ) |
Definition at line 64 of file assertions.h.
bool perpendicular | ( | const MatrixBase & | expl, |
const MatrixBase & | expr | ||
) |
Definition at line 70 of file assertions.h.