17octave_idx_type
findspan(
int n,
int p,
double u,
const RowVector& U);
19void basisfun(
int i,
double u,
int p,
const RowVector& U, RowVector& N);
21void basisfunder (
int i,
int pl,
double uu,
const RowVector& u_knotl,
22 int nders, NDArray& dersv);
25 const RowVector &U,
const NDArray &P,
26 octave_idx_type d, octave_idx_type r1,
30int surfderivcpts (octave_idx_type n, octave_idx_type p,
const RowVector& U,
31 octave_idx_type m, octave_idx_type q,
const RowVector& V,
32 const Matrix& P, octave_idx_type d, octave_idx_type r1,
33 octave_idx_type r2, octave_idx_type s1,
34 octave_idx_type s2, NDArray &pkl);
36int surfderiveval (octave_idx_type n, octave_idx_type p,
const RowVector &U,
37 octave_idx_type m, octave_idx_type q,
const RowVector &V,
38 const Matrix &P,
double u,
double v, octave_idx_type d,
void basisfunder(int i, int pl, double uu, const RowVector &u_knotl, int nders, NDArray &dersv)
Definition: low_level_functions.cc:128
octave_idx_type findspan(int n, int p, double u, const RowVector &U)
Definition: low_level_functions.cc:25
int surfderivcpts(octave_idx_type n, octave_idx_type p, const RowVector &U, octave_idx_type m, octave_idx_type q, const RowVector &V, const Matrix &P, octave_idx_type d, octave_idx_type r1, octave_idx_type r2, octave_idx_type s1, octave_idx_type s2, NDArray &pkl)
Definition: low_level_functions.cc:260
int surfderiveval(octave_idx_type n, octave_idx_type p, const RowVector &U, octave_idx_type m, octave_idx_type q, const RowVector &V, const Matrix &P, double u, double v, octave_idx_type d, Matrix &skl)
Definition: low_level_functions.cc:333
int curvederivcpts(octave_idx_type n, octave_idx_type p, const RowVector &U, const NDArray &P, octave_idx_type d, octave_idx_type r1, octave_idx_type r2, Matrix &pk)
Definition: low_level_functions.cc:237
void basisfun(int i, double u, int p, const RowVector &U, RowVector &N)
Definition: low_level_functions.cc:84