[CADIHash.h Index] [CADIHash.h Hierarchy]
a simple and fast matrix class More...
#include <../libInvertedFile/include/CMatrix.h>
Inherits: vector
a simple and fast matrix class
constructor get the diagonal of this the sum of off diagonal objects putting the lower triangle into the upper
transpose the matrix:
this is useful for having the eigenvectors in the lines of
the matrix
this function is interesting for what we want to do with thismatrix later. We move simply all elements one up, one left.
Instead of the elements which were on the righter-lower rim we
the size of this matrix Public Members
Protected Members
Detailed Description
CMatrix(int inSize,float inDiagonal=1)
void getDiagonal(vector<float>& outDiagonal)
float getOffDiagonalSum()
void symmetrify()
void transpose()
void moveLeftUp()
int mSize
Documentation generated by muellerw@pc7170 on Fre Sep 29 14:43:08 CEST 2000
Kdoc