#include <gandalf/linalg/4x4matrixf.h>
Go to the source code of this file.
Functions | |
Gan_Bool | gan_mat44f_svd (Gan_Matrix44_f *A, Gan_Matrix44_f *U, Gan_Vector4_f *W, Gan_Matrix44_f *VT) |
Singular value decomposition of 4x4 matrix. | |
Gan_Bool | gan_mat44Tf_svd (Gan_Matrix44_f *A, Gan_Matrix44_f *U, Gan_Vector4_f *W, Gan_Matrix44_f *VT) |
Singular value decomposition of the transpose of a 4x4 matrix. |
Part of: Gandalf Library