QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
opennurbs_matrix.cpp File Reference
#include "opennurbs.h"

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)
 

Function Documentation

◆ ON_InvertSVDW()

int ON_InvertSVDW ( int count,
const double * W,
double *& invW )

◆ ON_RowReduce()

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

◆ ON_SolveSVD()

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 )