Blender V4.3
eigenvalues.h File Reference

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)
 

Function Documentation

◆ EIG_self_adjoint_eigen_solve()

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().