Matrix::Matrix Constructors Synopses Declared in <support/Matrix.h> Default constructor Matrix(); » more... Copy constructor Matrix(Matrix const& that); » more... Matrix( unsigned int _nr, unsigned int _nc, unsigned int spare = 1); » more... Created with MrDocs