#include <gandalf/linalg/3x3matrix.h>
Go to the source code of this file.
Functions | |
Gan_Bool | gan_mat33_svd (Gan_Matrix33 *A, Gan_Matrix33 *U, Gan_Vector3 *W, Gan_Matrix33 *VT) |
Singular value decomposition of 3x3 matrix. | |
Gan_Bool | gan_mat33T_svd (Gan_Matrix33 *A, Gan_Matrix33 *U, Gan_Vector3 *W, Gan_Matrix33 *VT) |
Singular value decomposition of the transpose of a 3x3 matrix. |
Part of: Gandalf Library