template<class Type> class Matrix a general Matrix base template class
| Matrix () The default constructor, length 1X1 | |||||
| Matrix ( int m, int n ) A constructor with specified number of rows and columns
| |||||
| numOfRows () const Fetch number of rows | |||||
| numOfCols () const Fetch number of columns |
This is a minimal class for a base class for other specific matrix classes in COOOL
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling