Blender
V3.3
|
Go to the source code of this file.
Functions | |
bool | EIG_self_adjoint_eigen_solve (const int size, const float *matrix, float *r_eigen_values, float *r_eigen_vectors) |
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().