Skip to content

People who like to play with C++ vectors instead of arrays can get this repo to deal with matrix calculations (matrix inverse, matrix multiplication, cofactor-adjoint calculations)

Notifications You must be signed in to change notification settings

yunus-temurlenk/Matrix-Calculations-With-Vectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matrix-Calculations-With-Vectors

People who like to play with C++ vectors instead of arrays can get this repo to deal with matrix calculations:

  • matrix inverse calculation
  • matrix multiplication
  • cofactor calculation
  • transpose calculation
  • adjoint calculation
  • determinant calculation

Why ?

Because C++ vectors are great to deal with.

About

People who like to play with C++ vectors instead of arrays can get this repo to deal with matrix calculations (matrix inverse, matrix multiplication, cofactor-adjoint calculations)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published