#include "main.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
EIGEN_DONT_INLINE T | copy (const T &x) |
template<typename T > | |
bool | isFinite (const T &x) |
template<typename T > | |
bool | isNotNaN (const T &x) |
template<typename MatrixType > | |
void | stable_norm (const MatrixType &m) |
template<typename T > | |
EIGEN_DONT_INLINE T | sub (T a, T b) |
void | test_stable_norm () |
EIGEN_DONT_INLINE T copy | ( | const T & | x | ) |
Definition at line 40 of file stable_norm.cpp.
Definition at line 35 of file stable_norm.cpp.
Definition at line 27 of file stable_norm.cpp.
void stable_norm | ( | const MatrixType & | m | ) |
Definition at line 45 of file stable_norm.cpp.
EIGEN_DONT_INLINE T sub | ( | T | a, |
T | b | ||
) |
Definition at line 33 of file stable_norm.cpp.
void test_stable_norm | ( | ) |
Definition at line 116 of file stable_norm.cpp.