Skip to content

michaelc100/polar_decomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polar Decomposition

We provide an algorithm for computing the polar decomposition A=UH. We initially iterate using the Newton method and switch to the matrix multiplication rich Newton-Schulz method once it is guaranteed to converge. The motivation for this is that matrix multiplication is very fast on high performance computers.

We also provide a routine to compute the square root of a symmetric positive definite matrix.

About

Report and .m files for polar decomposition project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published