#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 MatrixType > | |
void | stable_norm (const MatrixType &m) |
void | test_stable_norm () |
EIGEN_DONT_INLINE T copy | ( | const T & | x | ) |
Definition at line 12 of file stable_norm.cpp.
void stable_norm | ( | const MatrixType & | m | ) |
Definition at line 17 of file stable_norm.cpp.
void test_stable_norm | ( | ) |
Definition at line 192 of file stable_norm.cpp.