#include "main.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
EIGEN_DONT_INLINE T | copy (const T &x) |
EIGEN_DECLARE_TEST (stable_norm) | |
template<typename MatrixType > | |
void | stable_norm (const MatrixType &m) |
template<typename Scalar > | |
void | test_hypot () |
EIGEN_DONT_INLINE T copy | ( | const T & | x | ) |
Definition at line 12 of file stable_norm.cpp.
EIGEN_DECLARE_TEST | ( | stable_norm | ) |
Definition at line 229 of file stable_norm.cpp.
void stable_norm | ( | const MatrixType & | m | ) |
Definition at line 17 of file stable_norm.cpp.
void test_hypot | ( | ) |
Definition at line 199 of file stable_norm.cpp.