13#ifndef MLPACK_BINDINGS_PYTHON_GET_NUMPY_TYPE_CHAR_HPP
14#define MLPACK_BINDINGS_PYTHON_GET_NUMPY_TYPE_CHAR_HPP
30inline std::string GetNumpyTypeChar<arma::Mat<size_t>>()
36inline std::string GetNumpyTypeChar<arma::Col<size_t>>()
42inline std::string GetNumpyTypeChar<arma::Row<size_t>>()
std::string GetNumpyTypeChar< arma::vec >()
std::string GetNumpyTypeChar< arma::rowvec >()
std::string GetNumpyTypeChar< arma::mat >()
std::string GetNumpyTypeChar()
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.