Template matrix definition, supports rank and kernel computations. More...
#include <vector>#include "TVector.h"#include <iostream>#include <fstream>#include <string>#include "parseTools.h"#include "BlockMatrix.cpp"#include <iomanip>

Go to the source code of this file.
Classes | |
| struct | tPos |
| represents an matrix element position More... | |
| class | TMatrix< TRing > |
| Template matrix. Supports rank and kernel computations over a finite field (naive implementation, very slow - use FFPACK Matrices for faster computation) Matrix size is shrinked to 'int'. Data layout is row-by-row. More... | |
Defines | |
| #define | TMATRIX_DECLARACION |
Definition in file TMatrix.h.
1.6.3