Functions to matrix calculation
- getMatrixInverse()
- getMatrixDet()
- getMatrixStar()
- getMatrixSqrt()
- getMatrixSubstract()
- getMatrixAdd()
- getMatrixMultiply()
- getMatrixScale()
- getVectorMultiply()
- getVectorScale()
- getMatrixRow()
- getMatrixColumn()
- getVectorCrossMultiply()
- getVectorNorm()
- getMatrixInterp2()
If you want to use it, just download and put them in your project, such as #include "calcMatrix.h" as head file
Notice it is not perfect without utilizing function templates, and I suggest you to modify these function to make it right if necessary.
I have added the general version with utilizing function templates——"calcMatrix_General.h", so it is convenient to use them quickly.