IntroductionInterfaces of the ortonormalization mehods. Definition in file methods.h.
Typedef Documentation◆ ONMethodFunction Documentation◆ ExactMethod()Implementation of the exact closed formula.
Definition at line 12 of file ExactMethod.cpp. References real. Referenced by main(). ◆ ApproxMethod()Implementation of the approximated closed formula.
Definition at line 11 of file ApproxMethod.cpp. References Quat2Mat(), and sign. Referenced by main(). ◆ CayleyMethod()Implementation of the Cayley method.
Definition at line 11 of file CayleyMethod.cpp. References Quat2Mat(), and sign. Referenced by main(). ◆ SVDMethodEigen()Implementation of the SVD-based method using the SVD implemetation provided by Eigen. In particular we use the two-sided Jacobi SVD decomposition method for rectangular matrices.
Definition at line 11 of file SVDMethodEigen.cpp. Referenced by main(). ◆ SVDMethodIQRSVD()Implementation of the SVD-based method using the SVD implemetation described in:
We directly interface the implementation kindly provided by the authors.
Definition at line 20 of file SVDMethodIQRSVD.cpp. Referenced by main(). |
Follow us!