Blender
V3.3
|
Go to the source code of this file.
Macros | |
#define | __EIGEN3_EIGENVALUES_C_API_CC__ |
Functions | |
bool | EIG_self_adjoint_eigen_solve (const int size, const float *matrix, float *r_eigen_values, float *r_eigen_vectors) |
#define __EIGEN3_EIGENVALUES_C_API_CC__ |
Definition at line 5 of file eigenvalues.cc.
bool EIG_self_adjoint_eigen_solve | ( | const int | size, |
const float * | matrix, | ||
float * | r_eigen_values, | ||
float * | r_eigen_vectors | ||
) |
Definition at line 25 of file eigenvalues.cc.
References size().
Referenced by BLI_eigen_solve_selfadjoint_m3().