Blender  V3.3
Functions
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 25 of file eigenvalues.cc.

References size().

Referenced by BLI_eigen_solve_selfadjoint_m3().