Skip to content

brainexcerpts/3x3_polar_decomposition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3x3 matrix

Minimal C++ routines for

  • Polar decomposition of a 3x3 matrix
  • 3x3 matrix SVD (Singular Value decomposition)
  • Eigen decomposition (extract eigenvalues and eigenvectors) of a 3x3 matrix M (assumes symmetric matrix)

code inspired from Vega 3.0 originally under BSD license

    (http://run.usc.edu/vega/download.html)
    Jernej Barbič, Fun Shing Sin, Daniel Schroeder: 
     Vega FEM Library. 2012. http://www.jernejbarbic.com/vega
Buy me a coffeeYou can buy me a coffee if you want to support.

About

Polar decomposition of a 3x3 matrix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published