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>>()
49inline std::string GetNumpyTypeChar<arma::mat>()
55inline std::string GetNumpyTypeChar<arma::vec>()
61inline std::string GetNumpyTypeChar<arma::rowvec>()
std::string GetNumpyTypeChar()
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.