|
Blender V4.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 6 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 26 of file eigenvalues.cc.
References Map.
Referenced by BLI_eigen_solve_selfadjoint_m3().