46 template<
typename dtype>
49 return inArray.
tofile(inFilename);
63 template<
typename dtype>
66 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
Definition: NdArrayCore.hpp:4478
Definition: Coordinate.hpp:45
void tofile(const NdArray< dtype > &inArray, const std::string &inFilename)
Definition: tofile.hpp:47