
Go to the source code of this file.
Namespaces | |
| Eigen | |
| Namespace containing all symbols from the Eigen library. | |
| Eigen::internal | |
Macros | |
| #define | BENCH_PERF(NRM) |
Functions | |
| template<typename T > | |
| EIGEN_DONT_INLINE T::Scalar | bl2passNorm (T &v) |
| template<typename T > | |
| EIGEN_DONT_INLINE T::Scalar | blueNorm (T &v) |
| void | check_accuracy (double basef, double based, int s) |
| void | check_accuracy_var (int ef0, int ef1, int ed0, int ed1, int s) |
| template<typename T > | |
| EIGEN_DONT_INLINE T::Scalar | divacNorm (T &v) |
| template<typename T > | |
| EIGEN_DONT_INLINE T::Scalar | hypotNorm (T &v) |
| template<typename T > | |
| EIGEN_DONT_INLINE T::Scalar | lapackNorm (T &v) |
| int | main (int argc, char **argv) |
| template<typename T > | |
| EIGEN_DONT_INLINE T::Scalar | pblueNorm (const T &v) |
| template<typename T > | |
| EIGEN_DONT_INLINE T::Scalar | sqsumNorm (T &v) |
| template<typename T > | |
| EIGEN_DONT_INLINE T::Scalar | stableNorm (T &v) |
| template<typename T > | |
| EIGEN_DONT_INLINE T::Scalar | twopassNorm (T &v) |
| #define BENCH_PERF | ( | NRM | ) |
Definition at line 225 of file bench_norm.cpp.
| EIGEN_DONT_INLINE T::Scalar bl2passNorm | ( | T & | v | ) |
Definition at line 64 of file bench_norm.cpp.
| EIGEN_DONT_INLINE T::Scalar blueNorm | ( | T & | v | ) |
Definition at line 27 of file bench_norm.cpp.
| void check_accuracy | ( | double | basef, |
| double | based, | ||
| int | s | ||
| ) |
Definition at line 242 of file bench_norm.cpp.
Definition at line 259 of file bench_norm.cpp.
| EIGEN_DONT_INLINE T::Scalar divacNorm | ( | T & | v | ) |
Definition at line 70 of file bench_norm.cpp.
| EIGEN_DONT_INLINE T::Scalar hypotNorm | ( | T & | v | ) |
Definition at line 21 of file bench_norm.cpp.
| EIGEN_DONT_INLINE T::Scalar lapackNorm | ( | T & | v | ) |
Definition at line 33 of file bench_norm.cpp.
Definition at line 279 of file bench_norm.cpp.
| EIGEN_DONT_INLINE T::Scalar pblueNorm | ( | const T & | v | ) |
Definition at line 98 of file bench_norm.cpp.
| EIGEN_DONT_INLINE T::Scalar sqsumNorm | ( | T & | v | ) |
Definition at line 9 of file bench_norm.cpp.
| EIGEN_DONT_INLINE T::Scalar stableNorm | ( | T & | v | ) |
Definition at line 15 of file bench_norm.cpp.
| EIGEN_DONT_INLINE T::Scalar twopassNorm | ( | T & | v | ) |
Definition at line 56 of file bench_norm.cpp.