#include <gandalf/linalg/3x3matrix.h>
Go to the source code of this file.
Defines | |
#define | GAN_MAT_NORMALISE gan_mat33_normalize |
#define | GAN_MATT_NORMALISE gan_mat33T_normalize |
#define | GAN_MATTYPE Gan_Matrix33 |
#define | GAN_SQUMATTYPE Gan_SquMatrix33 |
Functions | |
Gan_Bool | gan_mat33_normalize (Gan_Matrix33 *B, int n, double term_threshold, int max_iterations, Gan_SquMatrix33 *Lp) |
Normalize array of 3x3 matrices to identity inertia moment. | |
Gan_Bool | gan_mat33T_normalize (Gan_Matrix33 *B, int n, double term_threshold, int max_iterations, Gan_SquMatrix33 *Lp) |
Normalize array of 3x3 matrices to identity inertia moment. |
Part of: Gandalf Library