#include <gandalf/linalg/3x3matrixf.h>Go to the source code of this file.
Functions | |
| Gan_Bool | gan_mat33f_svd (Gan_Matrix33_f *A, Gan_Matrix33_f *U, Gan_Vector3_f *W, Gan_Matrix33_f *VT) |
| Singular value decomposition of 3x3 matrix. | |
| Gan_Bool | gan_mat33Tf_svd (Gan_Matrix33_f *A, Gan_Matrix33_f *U, Gan_Vector3_f *W, Gan_Matrix33_f *VT) |
| Singular value decomposition of the transpose of a 3x3 matrix. | |
Part of: Gandalf Library
1.3.9.1