#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Classes | |
| struct | DBLBLK |
Functions | |
| int | ON_InvertSVDW (int count, const double *W, double *&invW) |
| int | ON_RowReduce (int row_count, int col_count, double zero_pivot, double **A, double **B, double pivots[2]) |
| 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) |
| int ON_InvertSVDW | ( | int | count, |
| const double * | W, | ||
| double *& | invW | ||
| ) |
Definition at line 1340 of file opennurbs_matrix.cpp.
| 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.
| 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.