|
template<typename D > |
auto | aligator::eigenPrintWithPreamble (const Eigen::EigenBase< D > &mat, const std::string &text) |
|
template<typename T > |
bool | aligator::math::check_value (const std::vector< T > &xs) |
| Check if a std::vector of numerical objects has invalid values.
|
|
template<typename T > |
void | aligator::math::setZero (std::vector< T > &mats) |
|
template<typename A , typename B , typename OutType , typename Scalar > |
void | aligator::math::vectorMultiplyAdd (const std::vector< A > &a, const std::vector< B > &b, std::vector< OutType > &c, const Scalar alpha) |
| Compute zi = xi + alpha * yi for all i.
|
|
Math utilities.
- Copyright
- Copyright (C) 2022-2023 LAAS-CNRS, INRIA
Definition in file math.hpp.