Home
last modified time | relevance | path

Searched defs:knots (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dopspline.cpp34 void* knots, int knot_count, int knot_arraylen) in osl_spline_fff()
41 void* knots, int knot_count, int knot_arraylen) in osl_spline_dfdfdf()
48 void* knots, int knot_count, int knot_arraylen) in osl_spline_dffdf()
55 void* knots, int knot_count, int knot_arraylen) in osl_spline_dfdff()
62 void *knots, int knot_count, int knot_arraylen) in osl_spline_vfv()
69 void *knots, int knot_count, int knot_arraylen) in osl_spline_dvdfv()
76 void *knots, int knot_count, int knot_arraylen) in osl_spline_dvfdv()
83 void *knots, int knot_count, int knot_arraylen) in osl_spline_dvdfdv()
90 void* knots, int knot_count, int knot_arraylen) in osl_splineinverse_fff()
98 void* knots, int knot_count, int knot_arraylen) in osl_splineinverse_dfdff()
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dopspline.cpp34 void* knots, int knot_count, int knot_arraylen) in osl_spline_fff()
41 void* knots, int knot_count, int knot_arraylen) in osl_spline_dfdfdf()
48 void* knots, int knot_count, int knot_arraylen) in osl_spline_dffdf()
55 void* knots, int knot_count, int knot_arraylen) in osl_spline_dfdff()
62 void *knots, int knot_count, int knot_arraylen) in osl_spline_vfv()
69 void *knots, int knot_count, int knot_arraylen) in osl_spline_dvdfv()
76 void *knots, int knot_count, int knot_arraylen) in osl_spline_dvfdv()
83 void *knots, int knot_count, int knot_arraylen) in osl_spline_dvdfdv()
90 void* knots, int knot_count, int knot_arraylen) in osl_splineinverse_fff()
98 void* knots, int knot_count, int knot_arraylen) in osl_splineinverse_dfdff()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DPathInterpolator.java54 private float knots[]; field in PathInterpolator
104 public PathInterpolator(Alpha alpha, float[] knots) { in PathInterpolator()
121 float[] knots) { in PathInterpolator()
140 float[] knots) { in PathInterpolator()
185 protected void setKnots(float[] knots) { in setKnots()
212 public void getKnots(float[] knots) { in getKnots()
/dports/math/gismo/gismo-21.12.0/unittests/
H A DgsKnotVectors_test.cpp388 std::vector<real_t> knots(uk, uk + sizeof(uk)/sizeof(real_t)); in SUITE() local
478 real_t knots[] = {0, 0, 0, .25, .25, .5, .5, .75, .75, 1, 1, 1}; in SUITE() local
504 real_t knots[] = {0, 0, 0, .25, .25, .5, .5, .75, .75, 1, 1, 1}; in SUITE() local
525 real_t knots[] = {0, 0, 0, .25, .5, .75, 1, 1, 1}; in SUITE() local
583 real_t knots[] = {0, 0, 0, .25, .5, .75, 1, 1, 1}; in SUITE() local
597 real_t knots[] = {0, 0, 0, .25, .5, .75, 1, 1, 1}; in SUITE() local
612 real_t knots[] = {0, 0, 0, .25, .25, .5, .5, .75, .75, 1, 1, 1}; in SUITE() local
621 real_t knots[] = {0, 0, 0, .25, .25, .5, .5, .75, .75, 1, 1, 1}; in SUITE() local
678 real_t knots[] = {0, 0, 0, .25, .25, .5, .5, .75, .75, 1, 1, 1}; in SUITE() local
786 real_t knots[] = {0, .2, .4, .6, .8, 1}; in SUITE() local
[all …]
/dports/math/py-patsy/patsy-0.5.2/tools/
H A Dget-R-crs-test-vectors.R39 dump.crs <- function(spline.type, nb.knots, knots, absorb.cons) {
48 data=data.frame(x=x), knots=NULL, absorb.cons=absorb.cons) nameattr
71 for (knots in list(c(-2500., -150., 300., 1500.), globalVar
H A Dget-R-bs-test-vectors.R42 dump.bs <- function(degree, df, knots, argument
43 intercept, Boundary.knots) {
85 for (knots in list(c(), c(100), c(1000), c(10, 100, 1000))) { globalVar
/dports/math/octave-forge-nurbs/nurbs-1.4.3/inst/
H A Dkntbrkdegreg.m53 knots = cellfun (@do_kntbrkdegreg, breaks, degree, reg, 'uniformoutput', false); variable
60 knots = do_kntbrkdegreg (breaks, degree, reg); variable
87 knots = kntbrkdegmult (breaks, degree, mults); variable
H A Dnrbcirc.m69 knots = [0 0 0 1 1 1]; variable
72 knots = [0 0 0 0.5 0.5 1 1 1]; variable
75 knots = [0 0 0 1/3 1/3 2/3 2/3 1 1 1]; variable
78 knots = [0 0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 1]; variable
H A Dkntbrkdegmult.m53 knots = cellfun (@do_kntbrkdegmult, breaks, degree, mult, 'uniformoutput', false); variable
61 knots = do_kntbrkdegmult (breaks, degree, mult); variable
93 knots = breaks (cumsum (mm)); variable
/dports/math/R-cran-VGAM/VGAM/R/
H A Dvgam.match.q8 vgam.match <- function(x, all.knots = FALSE, nk = NULL) {
21 knots <- vector("list", nvar) functionVar
39 knots = knots, xmin = xmin, xmax = xmax)) nameattr
87 return(list(matcho = ooo, neffec = neffec, nknots = nk, knots = knot, nameattr
/dports/science/R-cran-Epi/Epi/R/
H A DNs.r4 ns.ld <- function(x, df = NULL, knots = NULL, intercept = FALSE, argument
5 Boundary.knots = range(x), fixsl=c(FALSE,FALSE) )
84 a <- list(degree = 3, knots = if(is.null(knots)) numeric(0) else knots, nameattr
99 knots = NULL, argument
101 Boundary.knots = NULL,
/dports/math/R/R-4.1.2/src/library/splines/R/
H A Dsplines.R19 bs <- function(x, df = NULL, knots = NULL, degree = 3, intercept = FALSE, argument
20 Boundary.knots = range(x))
82 a <- list(degree = degree, knots = if(is.null(knots)) numeric(0L) else knots, nameattr
89 ns <- function(x, df = NULL, knots = NULL, intercept = FALSE, argument
90 Boundary.knots = range(x))
154 a <- list(degree = 3L, knots = if(is.null(knots)) numeric() else knots, nameattr
204 spline.des <- function(knots, x, ord = 4, derivs = integer(length(x)), argument
209 list(knots = knots, order = ord, derivs = derivs, nameattr
H A DsplineClasses.R150 knots <- c(x[iDeg] + x[1L] - x[ord], x, vector
261 structure(list(knots = knots, coefficients = coeff, nameattr
293 knots <- splineKnots(object) functionVar
305 structure(list(knots = knots, coefficients = coeff), nameattr
368 knots <- splineKnots(object) functionVar
396 knots <- splineKnots(object) functionVar
423 knots <- splineKnots(object) functionVar
450 knots <- splineKnots(object) functionVar
475 nk <- length(knots <- splineKnots(object)) functionVar
499 knots <- splineKnots(object) functionVar
[all …]
/dports/math/libRmath/R-4.1.1/src/library/splines/R/
H A Dsplines.R19 bs <- function(x, df = NULL, knots = NULL, degree = 3, intercept = FALSE, argument
20 Boundary.knots = range(x))
82 a <- list(degree = degree, knots = if(is.null(knots)) numeric(0L) else knots, nameattr
89 ns <- function(x, df = NULL, knots = NULL, intercept = FALSE, argument
90 Boundary.knots = range(x))
154 a <- list(degree = 3L, knots = if(is.null(knots)) numeric() else knots, nameattr
204 spline.des <- function(knots, x, ord = 4, derivs = integer(length(x)), argument
209 list(knots = knots, order = ord, derivs = derivs, nameattr
H A DsplineClasses.R150 knots <- c(x[iDeg] + x[1L] - x[ord], x, vector
261 structure(list(knots = knots, coefficients = coeff, nameattr
293 knots <- splineKnots(object) functionVar
305 structure(list(knots = knots, coefficients = coeff), nameattr
368 knots <- splineKnots(object) functionVar
396 knots <- splineKnots(object) functionVar
423 knots <- splineKnots(object) functionVar
450 knots <- splineKnots(object) functionVar
475 nk <- length(knots <- splineKnots(object)) functionVar
499 knots <- splineKnots(object) functionVar
[all …]
/dports/math/py-patsy/patsy-0.5.2/patsy/
H A Dmgcv_cubic_splines.py20 def _get_natural_f(knots): argument
94 def _get_cyclic_f(knots): argument
218 def _find_knots_lower_bounds(x, knots): argument
245 def _compute_base_functions(x, knots): argument
305 def _get_free_crs_dmatrix(x, knots, cyclic=False): argument
347 def _get_crs_dmatrix(x, knots, constraints=None, cyclic=False): argument
592 def memorize_chunk(self, x, df=None, knots=None, argument
669 def transform(self, x, df=None, knots=None, argument
H A Dsplines.py18 def _eval_bspline_basis(x, knots, degree): argument
141 def memorize_chunk(self, x, df=None, knots=None, degree=3, argument
236 def transform(self, x, df=None, knots=None, degree=3, argument
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/pom-1.1.0/src/
H A Dtrain.rs5 fn knots(&self) -> Vec<K>; in knots() method
10 fn knots(&self) -> Vec<char> { in knots() method
22 fn knots(&self) -> Vec<u8> { in knots() method
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Dheights.py169 def _xyhs3(atype, m, knots, off=True): argument
268 def _xyhs3(self, knots): argument
287 def __init__(self, knots, name=NN): argument
367 def __init__(self, knots, name=NN): argument
427 def _datum_setter(self, datum, knots): argument
595 def __init__(self, knots, beta=2, wrap=False, name=NN): argument
845 def __init__(self, knots, beta=2, wrap=False, name=NN): argument
882 def __init__(self, knots, beta=2, wrap=False, name=NN): argument
1060 def __init__(self, knots, beta=2, wrap=False, name=NN): argument
1088 def __init__(self, knots, weight=None, name=NN): argument
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Core/
H A DSpline.cpp50 Spline::Spline(const Vector<Variant>& knots, InterpolationMode mode) : in Spline()
149 Variant Spline::BezierInterpolation(const Vector<Variant>& knots, float t) const in BezierInterpolation() argument
197 Variant Spline::CatmullRomInterpolation(const Vector<Variant>& knots, float t) const in CatmullRomInterpolation() argument
237 Variant Spline::LinearInterpolation(const Vector<Variant>& knots, float t) const in LinearInterpolation() argument
/dports/math/py-Diofant/Diofant-0.13.0/diofant/functions/special/
H A Dbsplines.py30 def bspline_basis(d, knots, n, x, close=True): argument
122 def bspline_basis_set(d, knots, x): argument
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/utils/
H A Dsplines.java27 static void basis(int order, double t, int vertices, int knots[], double nbasis[]) { in basis()
77 static void knot(int vertices, int order, int knots[]) { in knot()
101 int knots[] = new int[polygon.length + order]; in bspline() local
151 …static void rbasis(int order, double t, int vertices, int knots[], double weights[], double nbasis… in rbasis()
227 int knots[] = new int[polygon.length + order]; in rbspline() local
/dports/audio/praat/praat-6.2.03/dwsys/
H A DSpline.cpp165 my knots = zero_VEC (my numberOfKnots); in Spline_initKnots() local
167 my knots [1] = my xmin; in Spline_initKnots() local
168 my knots [my numberOfKnots] = my xmax; in Spline_initKnots() local
175 my knots = zero_VEC (numberOfKnots); in Spline_init() local
178 my knots [1] = xmin; in Spline_init() local
179 my knots [numberOfKnots] = xmax; in Spline_init() local
241 thy knots [i] = a * my knots [i] + b; in Spline_scaleX() local
/dports/graphics/wdune/wdune-1.926/src/
H A DNurbsCurve.cpp27 NurbsCurve::findSpan(int dimension, int order, float u, const float knots[]) in findSpan()
62 NurbsCurve::basisFuns(int span, float u, int order, const float knots[], in basisFuns()
93 NurbsCurve::curvePoint(int dimension, int order, const float knots[], in curvePoint()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/
H A Dboxm2_vecf_mandible.cxx59 std::vector<vgl_point_3d<double> > knots = axis_.knots(); in translate() local
67 std::vector<vgl_point_3d<double> > knots = axis_.knots(); in offset_axis() local
87 std::vector<vgl_point_3d<double> > knots = axis_.knots(); in tilt_ramus() local
124 std::vector<vgl_point_3d<double> > knots = axis_.knots(); in tilt_body() local
187 std::vector<vgl_point_3d<double> > knots = axis_.knots(); in display_axis_spline() local

12345678910>>...19