Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::NumArrayUtils Namespace Reference

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.

Detailed Description

Utility functions for NumArray.

Function Documentation

◆ readFromText() [1/3]

void Arcane::NumArrayUtils::readFromText ( NumArray< double, MDDim1 > & v,
std::istream & input )

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.

◆ readFromText() [2/3]

void Arcane::NumArrayUtils::readFromText ( NumArray< Int32, MDDim1 > & v,
std::istream & input )

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.

◆ readFromText() [3/3]

void Arcane::NumArrayUtils::readFromText ( NumArray< Int64, MDDim1 > & v,
std::istream & input )

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.