29 template <
typename Data>
107 template <
typename Data>
117 template <
typename Data>
124 template <
typename Data>
131 template <
typename Data>
138 template <
typename Data>
152 template <
typename Data>
int capacity2_
Number of columns (range of first index).
File containing preprocessor macros for error handling.
int capacity2() const
Get number of columns (range of the second array index).
int capacity1_
Number of rows (range of first index).
Utility classes for scientific computation.
const Data & operator()(int i, int j) const
Return element (i,j) of matrix by const reference.
Matrix()
Default constructor.
int capacity1() const
Get number of rows (range of the first array index).
Two-dimensional array container template (abstract).
virtual ~Matrix()
Destructor.
Data * data_
Pointer to 1D C array of all elements.