void fEigenCompute10(float A[][10], float eigval[], float eigvec[][10], int8_t n)
void f3x3matrixAeqAxScalar(float A[][3], float Scalar)
function multiplies all elements of 3x3 matrix A by the specified scalar
void f3x3matrixAeqI(float A[][3])
function sets the 3x3 matrix A to the identity matrix
float f3x3matrixDetA(float A[][3])
function calculates the determinant of a 3x3 matrix
void f3x3matrixAeqMinusA(float A[][3])
function negates all elements of 3x3 matrix A
void f3x3matrixAeqInvSymB(float A[][3], float B[][3])
void fEigenCompute4(float A[][4], float eigval[], float eigvec[][4], int8_t n)
void fmatrixAeqInvA(float *A[], int8_t iColInd[], int8_t iRowInd[], int8_t iPivot[], int8_t isize, int8_t *pierror)
void f3x3matrixAeqScalar(float A[][3], float Scalar)
function sets every entry in the 3x3 matrix A to a constant scalar
void f3x3matrixAeqB(float A[][3], float B[][3])
function sets 3x3 matrix A to 3x3 matrix B
void fveqRu(float fv[], float fR[][3], float fu[], int8_t itranspose)
void fVeq3x3AxV(float V[3], float A[][3])
function multiplies the 3x1 vector V by a 3x3 matrix A
void fmatrixAeqI(float *A[], int16_t rc)
function sets the matrix A to the identity matrix