#include "main.h"
#include "../Eigen/SpecialFunctions"
Go to the source code of this file.
Functions | |
template<typename ArrayType > | |
void | array_special_functions () |
void | test_special_functions () |
template<typename X , typename Y > | |
void | verify_component_wise (const X &x, const Y &y) |
void array_special_functions | ( | ) |
Definition at line 27 of file special_functions.cpp.
void test_special_functions | ( | ) |
Definition at line 341 of file special_functions.cpp.
void verify_component_wise | ( | const X & | x, |
const Y & | y | ||
) |
Definition at line 14 of file special_functions.cpp.