Vespucci
1.0.0
|
Go to the source code of this file.
Namespaces | |
Vespucci | |
A namespace for "global" functions, including math functions. | |
Vespucci::Math | |
A namespace for math functions relating to linear least squares regression. | |
Functions | |
template<typename T > | |
T | Vespucci::Math::conv_fft (const T &A, const T &B, std::string type) |
template<typename T > | |
T | Vespucci::Math::rotate (const T &X, arma::uword shift_by, bool slide_back=true) |
template<typename T > | |
T | Vespucci::Math::diff (const T &X, arma::uword deriv_order=1) |
Vespucci::Math::diff. More... | |