NumCpp
2.4.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
dump.hpp
Go to the documentation of this file.
1
#pragma once
29
30
#include "
NumCpp/NdArray.hpp
"
31
32
#include <string>
33
34
namespace
nc
35
{
36
//============================================================================
37
// Method Description:
46
template
<
typename
dtype>
47
void
dump
(
const
NdArray<dtype>
& inArray,
const
std::string& inFilename)
48
{
49
inArray.
dump
(inFilename);
50
}
51
}
// namespace nc
nc::dump
void dump(const NdArray< dtype > &inArray, const std::string &inFilename)
Definition:
dump.hpp:47
nc::NdArray< dtype >
NdArray.hpp
nc::NdArray::dump
void dump(const std::string &inFilename) const
Definition:
NdArrayCore.hpp:2705
nc
Definition:
Coordinate.hpp:44
include
NumCpp
Functions
dump.hpp
Generated by
1.8.17