C# Class Isosurface.QEFSolver

ファイルを表示 Open project: Lin20/isosurface

Private Methods

Method Description
Multiply ( float a, Vector3 b ) : Vector3
givens_coeffs_sym ( float a_pp, float a_pq, float a_qq, float &c, float &s ) : void
svd_invdet ( float x, float tol ) : float
svd_pseudoinverse ( float &o, Vector3 sigma, float v ) : void
svd_rotate ( float &vtav, float &v, int a, int b ) : void
svd_rotate_xy ( float &x, float &y, float c, float s ) : void
svd_rotateq_xy ( float &x, float &y, float &a, float c, float s ) : void
svd_solve_ATA_ATb ( float ATA, Vector3 ATb, Vector3 &x ) : void
svd_solve_sym ( float a, Vector3 &sigma, float &v ) : void