Go to the source code of this file.
Functions | |
template<typename ArrayType > | |
void | array_special_functions () |
EIGEN_DECLARE_TEST (special_functions) | |
template<typename XprType > | |
Eigen::CommaInitializer< XprType > & | operator, (Eigen::CommaInitializer< XprType > &ci, double v) |
template<typename Derived > | |
Eigen::CommaInitializer< Derived > | operator<< (Eigen::DenseBase< Derived > &dense, double v) |
template<typename X , typename Y > | |
void | verify_component_wise (const X &x, const Y &y) |
void array_special_functions | ( | ) |
Definition at line 39 of file special_functions.cpp.
EIGEN_DECLARE_TEST | ( | special_functions | ) |
Definition at line 490 of file special_functions.cpp.
Eigen::CommaInitializer<XprType>& operator, | ( | Eigen::CommaInitializer< XprType > & | ci, |
double | v | ||
) |
Definition at line 21 of file special_functions.cpp.
Eigen::CommaInitializer<Derived> operator<< | ( | Eigen::DenseBase< Derived > & | dense, |
double | v | ||
) |
Definition at line 16 of file special_functions.cpp.
Definition at line 26 of file special_functions.cpp.