48 template<
typename dtype>
51 return inArray.
tofile(inFilename, inSep);
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
void tofile(const std::string &inFilename, const std::string &inSep="") const
Definition: NdArrayCore.hpp:4666
Definition: Coordinate.hpp:45
void tofile(const NdArray< dtype > &inArray, const std::string &inFilename, const std::string &inSep="")
Definition: tofile.hpp:49