Blender V5.0
eigenvalues.cc File Reference
#include <Eigen/Core>
#include <Eigen/Eigenvalues>
#include "eigenvalues.h"

Go to the source code of this file.

Classes

class  VectorXf

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)

Macro Definition Documentation

◆ __EIGEN3_EIGENVALUES_C_API_CC__

#define __EIGEN3_EIGENVALUES_C_API_CC__

Definition at line 6 of file eigenvalues.cc.

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 size(), and Success.

Referenced by BLI_eigen_solve_selfadjoint_m3().