and here is the fixed-size Block class

This commit is contained in:
Benoit Jacob
2007-12-05 07:39:26 +00:00
parent 04502cccd9
commit 1a94c28bfe
5 changed files with 11 additions and 9 deletions

View File

@@ -48,6 +48,7 @@ template<typename MatrixType> class Row;
template<typename MatrixType> class Column;
template<typename MatrixType> class Minor;
template<typename MatrixType> class DynBlock;
template<typename MatrixType, int BlockRows, int BlockCols> class Block;
template<typename MatrixType> class Transpose;
template<typename MatrixType> class Conjugate;
template<typename MatrixType> class Opposite;