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

References size().

Referenced by BLI_svd_m3().