sisi4s
Loading...
Searching...
No Matches
TensorWriter.hpp
Go to the documentation of this file.
1#ifndef TENSOR_WRITER_DEFINED
2#define TENSOR_WRITER_DEFINED
3
5
6namespace sisi4s {
7
9 TensorWriter,
10
11 template <typename F>
12 static void write(const std::string &name,
13 const std::string fileName,
14 Tensor<F> *A,
15 const bool binary_p,
16 const std::string rowIndexOrder,
17 const std::string columnIndexOrder,
18 const std::string delimiter);
19
20 static const std::type_info &check_type(Data *tensor_data);
21
22);
23
24} // namespace sisi4s
25
26#endif
#define DEFINE_ALGORITHM_HEADER(NAME,...)
Definition Algorithm.hpp:185
Definition Algorithm.hpp:10