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. | |
Get the maximum or infinity-norm of the given vector.
Definition at line 188 of file config.hpp.