dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
assertions.h File Reference

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)
 

Function Documentation

template<typename MatrixBase >
bool hasInf ( const MatrixBase &  expr)

Definition at line 52 of file assertions.h.

template<typename MatrixBase >
bool hasNaN ( const MatrixBase &  expr)

Definition at line 40 of file assertions.h.

template<typename MatrixBase >
bool isReal ( const MatrixBase &  exp)

Definition at line 64 of file assertions.h.

template<typename MatrixBase >
bool perpendicular ( const MatrixBase &  expl,
const MatrixBase &  expr 
)

Definition at line 70 of file assertions.h.