Classes | Functions
opennurbs_matrix.h File Reference

Go to the source code of this file.

Classes

class  ON_Matrix

Functions

ON_DECL bool ON_GetMatrixSVD (int row_count, int col_count, double const *const *A, double **&U, double *&W, double **&V)
ON_DECL int ON_InvertSVDW (int count, const double *W, double *&invW)
ON_DECL int ON_RowReduce (int row_count, int col_count, double zero_pivot, double **A, double **B, double pivots[2])
ON_DECL bool ON_SolveSVD (int row_count, int col_count, double const *const *U, const double *invW, double const *const *V, const double *B, double *&X)

Function Documentation

ON_DECL bool ON_GetMatrixSVD ( int  row_count,
int  col_count,
double const *const *  A,
double **&  U,
double *&  W,
double **&  V 
)
ON_DECL int ON_InvertSVDW ( int  count,
const double *  W,
double *&  invW 
)

Definition at line 1340 of file opennurbs_matrix.cpp.

ON_DECL int ON_RowReduce ( int  row_count,
int  col_count,
double  zero_pivot,
double **  A,
double **  B,
double  pivots[2] 
)

Definition at line 1200 of file opennurbs_matrix.cpp.

ON_DECL bool ON_SolveSVD ( int  row_count,
int  col_count,
double const *const *  U,
const double *  invW,
double const *const *  V,
const double *  B,
double *&  X 
)

Definition at line 1383 of file opennurbs_matrix.cpp.



pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:38:46