Functions | |
template<class Derived > requires (Derived::ColsAtCompileTime == 1) | |
auto | norm_inf (const Eigen::MatrixBase< Derived > &v) |
Get the maximum or infinity-norm of the given vector. | |
template<class Derived > requires (Derived::ColsAtCompileTime == 1) | |
auto | norm_1 (const Eigen::MatrixBase< Derived > &v) |
Get the 1-norm of the given vector. | |
auto norm_inf | ( | const Eigen::MatrixBase< Derived > & | v | ) |
Get the maximum or infinity-norm of the given vector.
Definition at line 152 of file config.hpp.
auto norm_1 | ( | const Eigen::MatrixBase< Derived > & | v | ) |
Get the 1-norm of the given vector.
Definition at line 160 of file config.hpp.