Blender V4.3
svd.h File Reference

Go to the source code of this file.

Functions

void EIG_svd_square_matrix (const int size, const float *matrix, float *r_U, float *r_S, float *r_V)
 

Function Documentation

◆ EIG_svd_square_matrix()

void EIG_svd_square_matrix ( const int size,
const float * matrix,
float * r_U,
float * r_S,
float * r_V )

Definition at line 40 of file svd.cc.

References Map.

Referenced by BLI_svd_m3().