45 template<
typename dtype>
48 return inArray.
tofile(inFilename);
61 template<
typename dtype>
64 return inArray.
tofile(inFilename, inSep);
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:139
void tofile(const std::string &inFilename) const
Definition: NdArrayCore.hpp:4710
Definition: Cartesian.hpp:40
void tofile(const NdArray< dtype > &inArray, const std::string &inFilename)
Definition: tofile.hpp:46