Go to the documentation of this file.
24 #ifndef __MLPACK_CORE_DATA_SAVE_HPP
25 #define __MLPACK_CORE_DATA_SAVE_HPP
28 #include <mlpack/core/arma_extend/arma_extend.hpp>
64 bool Save(
const std::string& filename,
65 const arma::Mat<eT>& matrix,
67 bool transpose =
true);
73 #include "save_impl.hpp"