55 #endif // #ifndef MATRIX_H
float f3x3matrixDetA(float A[][3])
void eigencompute10(float A[][10], float eigval[], float eigvec[][10], int8 n)
void eigencompute4(float A[][4], float eigval[], float eigvec[][4], int8 n)
void f3x3matrixAeqScalar(float A[][3], float Scalar)
void f3x3matrixAeqI(float A[][3])
void f3x3matrixAeqInvSymB(float A[][3], float B[][3])
void f3x3matrixAeqB(float A[][3], float B[][3])
void f3x3matrixAeqMinusA(float A[][3])
void fmatrixAeqInvA(float *A[], int8 iColInd[], int8 iRowInd[], int8 iPivot[], int8 isize, int8 *pierror)
void f3x3matrixAeqAxScalar(float A[][3], float Scalar)
void fmatrixAeqI(float *A[], int16 rc)