Utility functions for NumArray. More...
Functions | |
| void | readFromText (NumArray< double, MDDim1 > &v, std::istream &input) |
| Fills v with the values from input. | |
| void | readFromText (NumArray< Int32, MDDim1 > &v, std::istream &input) |
| Fills v with the values from input. | |
| void | readFromText (NumArray< Int64, MDDim1 > &v, std::istream &input) |
| Fills v with the values from input. | |
Utility functions for NumArray.
Fills v with the values from input.
Fills v with the values from input.
v will be resized to the number of values contained in the file.
Definition at line 51 of file NumArrayUtils.cc.
Fills v with the values from input.
Fills v with the values from input.
v will be resized to the number of values contained in the file.
Definition at line 58 of file NumArrayUtils.cc.
Fills v with the values from input.
Fills v with the values from input.
v will be resized to the number of values contained in the file.
Definition at line 65 of file NumArrayUtils.cc.