14 #ifndef MLPACK_BINDINGS_PYTHON_GET_ARMA_TYPE_HPP 15 #define MLPACK_BINDINGS_PYTHON_GET_ARMA_TYPE_HPP Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.
std::string GetArmaType()
This is used for arma::Mat<> types; it will return "mat" for matrices, "row" for row vectors...