Skip to content

SwordsonZhang/Matrix-Calculation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matrix-Calculation

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.

About

Functions to matrix computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published