Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
backsolve(int mrows, int ncols, double *R, int bncols, double *bs, double *ws) | moab::DGMSolver | [static] |
backsolve_polyfit_safeguarded(int dim, int degree, const bool interp, int mrows, int ncols, double *R, int bncols, double *bs, const double *ws, int *degree_out) | moab::DGMSolver | [static] |
compute_numcols_vander_multivar(unsigned int kvars, unsigned int degree) | moab::DGMSolver | [static] |
compute_qtransposeB(int mrows, int ncols, const double *Q, int bncols, double *bs) | moab::DGMSolver | [static] |
DGMSolver() | moab::DGMSolver | [inline, private] |
gen_multivar_monomial_basis(const int kvars, const double *vars, const int degree, std::vector< double > &basis) | moab::DGMSolver | [static] |
gen_vander_multivar(const int mrows, const int kvars, const double *us, const int degree, std::vector< double > &V) | moab::DGMSolver | [static] |
get_tri_natural_coords(const int dim, const double *cornercoords, const int npts, const double *currcoords, double *naturalcoords) | moab::DGMSolver | [static] |
nchoosek(unsigned int n, unsigned int k) | moab::DGMSolver | [static] |
qr_polyfit_safeguarded(const int mrows, const int ncols, double *V, double *D, int *rank) | moab::DGMSolver | [static] |
rescale_matrix(int mrows, int ncols, double *V, double *ts) | moab::DGMSolver | [static] |
vec_2norm(const int len, const double *a) | moab::DGMSolver | [static] |
vec_crossprod(const double a[3], const double b[3], double(&c)[3]) | moab::DGMSolver | [static] |
vec_distance(const int len, const double *a, const double *b) | moab::DGMSolver | [static] |
vec_dotprod(const int len, const double *a, const double *b, double *c) | moab::DGMSolver | [static] |
vec_innerprod(const int len, const double *a, const double *b) | moab::DGMSolver | [static] |
vec_linear_operation(const int len, const double mu, const double *a, const double psi, const double *b, double *c) | moab::DGMSolver | [static] |
vec_normalize(const int len, const double *a, double *b) | moab::DGMSolver | [static] |
vec_projoff(const int len, const double *a, const double *b, double *c) | moab::DGMSolver | [static] |
vec_scalarprod(const int len, const double *a, const double c, double *b) | moab::DGMSolver | [static] |
~DGMSolver() | moab::DGMSolver | [inline, private] |