AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ printarray()

template<class T >
void printarray ( const ConstArray< T > &  array)

test for passing subarrays and slices

Examples:
tests/helpertest.cc.

Definition at line 104 of file helpertest.cc.

References aff::dump_array().

Referenced by main().

105 {
106  cout << endl;
107  cout << "Received array in function:" << endl;
108  dump_array(array);
109 }
void dump_array(const ConstArray< T > &array, const Tdim &i=(Strided::Mmax_dimen-1), std::ostream &os=std::cout)
Dump array values.
Definition: dump_array.h:157
Here is the call graph for this function:
Here is the caller graph for this function: