#include <OpenANN/util/AssertionMacros.h>
#include <Eigen/Core>
#include <cmath>
#include <cstdarg>
Go to the source code of this file.
|
template<typename T , int M, int N> |
bool | equals (const Eigen::Matrix< T, M, N > &a, const Eigen::Matrix< T, M, N > &b, T delta) |
|
template<typename T , int M, int N> |
bool | isMatrixNan (const Eigen::Matrix< T, M, N > m) |
|
template<typename T , int M, int N> |
bool | isMatrixInf (const Eigen::Matrix< T, M, N > m) |
|
template<typename T , int M, int N> |
bool | isMatrixBroken (const Eigen::Matrix< T, M, N > m) |
|
void | pack (Eigen::VectorXd &vec, int components,...) |
|
void | unpack (const Eigen::VectorXd &vec, int components,...) |
|
template<typename T , int M, int N>
bool equals |
( |
const Eigen::Matrix< T, M, N > & |
a, |
|
|
const Eigen::Matrix< T, M, N > & |
b, |
|
|
T |
delta |
|
) |
| |
template<typename T , int M, int N>
bool isMatrixBroken |
( |
const Eigen::Matrix< T, M, N > |
m) | |
|
template<typename T , int M, int N>
bool isMatrixInf |
( |
const Eigen::Matrix< T, M, N > |
m) | |
|
template<typename T , int M, int N>
bool isMatrixNan |
( |
const Eigen::Matrix< T, M, N > |
m) | |
|
void pack |
( |
Eigen::VectorXd & |
vec, |
|
|
int |
components, |
|
|
|
... |
|
) |
| |
void unpack |
( |
const Eigen::VectorXd & |
vec, |
|
|
int |
components, |
|
|
|
... |
|
) |
| |