NumCpp
2.1.0
A C++ implementation of the Python Numpy library
load.hpp
Go to the documentation of this file.
1
#pragma once
30
31
#include "
NumCpp/Functions/fromfile.hpp
"
32
#include "
NumCpp/NdArray.hpp
"
33
34
#include <string>
35
36
namespace
nc
37
{
38
//============================================================================
39
// Method Description:
50
template
<
typename
dtype>
51
NdArray<dtype>
load
(
const
std::string& inFilename)
52
{
53
return
fromfile<dtype>(inFilename,
""
);
54
}
55
}
// namespace nc
nc::NdArray< dtype >
NdArray.hpp
fromfile.hpp
nc
Definition:
Coordinate.hpp:45
nc::load
NdArray< dtype > load(const std::string &inFilename)
Definition:
load.hpp:51
include
NumCpp
Functions
load.hpp
Generated by
1.8.17