MCPcopy Create free account

hub / github.com/bgrimstad/splinter / functions

Functions312 in github.com/bgrimstad/splinter

↓ 66 callersFunction_get_handle
()
python/splinter/splinter.py:57
↓ 35 callersMethodbuild
* Build B-spline */
src/bsplinebuilder.cpp:35
↓ 33 callersMethoddegree
(self, degrees)
python/splinter/bsplinebuilder.py:49
↓ 33 callersFunctionset_error_string
src/cinterface/utilities.cpp:25
↓ 32 callersMethod_get_handle
(self)
python/splinter/datatable.py:77
↓ 23 callersFunctiongetPolynomialFunctions
test/testingutilities.cpp:769
↓ 21 callersMethodwhat
include/definitions.h:57
↓ 20 callersFunctionlinspace
Enumerates all permutations
test/testingutilities.cpp:606
↓ 17 callersMethodeval
test/testfunction.cpp:42
↓ 17 callersFunctionget_bspline
Cast the splinter_obj_ptr to a BSpline * */
src/cinterface/utilities.cpp:45
↓ 15 callersFunctiongetInfNorm
test/testingutilities.cpp:587
↓ 15 callersFunctiongetOneNorm
test/testingutilities.cpp:559
↓ 15 callersFunctiongetTwoNorm
test/testingutilities.cpp:572
↓ 13 callersMethodcbegin
* Getters for iterators */
src/datatable.cpp:155
↓ 13 callersMethodcend
src/datatable.cpp:160
↓ 13 callersFunctioncompareFunctionValue
test/testingutilities.cpp:229
↓ 13 callersFunctiongetNumBasisFunctions
include/bspline.h:88
↓ 12 callersMethodgetMaxDegree
test/testfunction.cpp:60
↓ 12 callersMethodisConstDegree
test/testfunction.h:39
↓ 12 callersFunctionisKnotVectorRegular
src/knots.cpp:16
↓ 11 callersMethodgetNumBasisFunctions
src/bsplinebasis.cpp:366
↓ 10 callersMethodgetX
include/datapoint.h:32
↓ 10 callersFunctionsample
test/testingutilities.cpp:535
↓ 10 callersFunctionvecToDense
test/testingutilities.cpp:723
↓ 9 callersMethodevalJacobian
* Returns the (1 x numVariables) Jacobian evaluated at x */
src/bspline.cpp:89
↓ 9 callersFunctionout
(text, newLine=True)
python/splinter/utilities.py:13
↓ 8 callersMethodbuild
(self)
python/splinter/bsplinebuilder.py:116
↓ 8 callersMethodeval
(self, x)
python/splinter/function.py:20
↓ 7 callersMethodaddSample
src/datatable.cpp:49
↓ 7 callersFunctionassertNear
include/utilities.h:22
↓ 7 callersMethodevalHessian
* Returns the Hessian evaluated at x. * The Hessian is an n x n matrix, * where n is the dimension of x. */
src/bspline.cpp:100
↓ 7 callersMethodgetDimX
include/datapoint.h:34
↓ 7 callersFunctiongetNumVariables
* Get the dimension */
include/function.h:69
↓ 7 callersFunctionget_builder
Check for existence of bspline_builder_ptr, then cast splinter_obj_ptr to a BSpline::Builder * */
src/cinterface/utilities.cpp:58
↓ 7 callersFunctionget_datatable
Cast the splinter_obj_ptr to a DataTable * */
src/cinterface/utilities.cpp:32
↓ 7 callersMethodinsertKnots
src/bspline.cpp:342
↓ 7 callersMethodsave
test/testfunction.h:51
↓ 7 callersMethodsmoothing
(self, smoothing)
python/splinter/bsplinebuilder.py:76
↓ 7 callersMethodsolve
include/linearsolvers.h:24
↓ 6 callersFunctionc_array_to_list
(CArray, size)
python/splinter/utilities.py:50
↓ 6 callersMethoddeserialize
src/serializer.cpp:227
↓ 6 callersMethodsaveToFile
src/serializer.cpp:33
↓ 6 callersMethodserialize
include/serializer.h:137
↓ 6 callersFunctionvectorToDenseVector
src/utilities.cpp:27
↓ 5 callersFunctioncheckHessianSymmetry
test/testingutilities.cpp:441
↓ 5 callersFunctioncompareJacobianValue
Compares the jacobian of the approximant to the central difference of the approximant function value */
test/testingutilities.cpp:317
↓ 5 callersMethodgetBasisDegree
src/bsplinebasis.cpp:361
↓ 5 callersMethodgetDomainLowerBound
src/bspline.cpp:172
↓ 5 callersMethodgetDomainUpperBound
src/bspline.cpp:167
↓ 5 callersMethodgetY
include/datapoint.h:33
↓ 5 callersMethodget_num_variables
(self)
python/splinter/function.py:60
↓ 5 callersFunctionisKnotVectorRefinement
src/knots.cpp:49
↓ 5 callersFunctionmyKroneckerProduct
* Implementation of Kronecker product. * Eigen has an implementation of the Kronecker product, * but it is very slow due to poor memory reservation
src/mykroneckerproduct.cpp:23
↓ 5 callersFunctionvectorVectorToDenseMatrix
src/utilities.cpp:54
↓ 4 callersMethodcentralDifference
src/function.cpp:37
↓ 4 callersFunctiondenseMatrixToVectorVector
src/utilities.cpp:39
↓ 4 callersFunctiondenseVectorToVector
src/utilities.cpp:15
↓ 4 callersFunctiondomainReductionTest
test/bsplinetestingutilities.cpp:100
↓ 4 callersMethodeval
src/bsplinebasis.cpp:44
↓ 4 callersMethodgetDescription
src/bspline.cpp:410
↓ 4 callersMethodgetFunctionStr
test/testfunction.h:37
↓ 4 callersMethodgetKnotVector
src/bsplinebasis.cpp:386
↓ 4 callersMethodgetKnotVectors
src/bspline.cpp:157
↓ 4 callersFunctiongetTestFunction
test/testingutilities.cpp:748
↓ 3 callersFunction_checkNorm
test/testingutilities.cpp:877
↓ 3 callersMethod_transform_input
(self, x)
python/splinter/function.py:66
↓ 3 callersFunctioncheckInput
* Check input */
include/function.h:77
↓ 3 callersFunctiondenseToVec
test/testingutilities.cpp:713
↓ 3 callersMethodevalDerivative
src/bsplinebasis1d.cpp:73
↓ 3 callersMethodgetBasisDegrees
src/bspline.cpp:162
↓ 3 callersFunctiongetError
See https://en.wikipedia.org/wiki/Relative_change_and_difference#Formulae
test/testingutilities.cpp:23
↓ 3 callersMethodgetNumBasisFunctionsPerVariable
src/bspline.cpp:149
↓ 3 callersFunctionget_c_string
(py_string)
python/splinter/utilities.py:23
↓ 3 callersFunctionget_row_major
* Convert from column major to row major with point_dim number of columns. * * @param col_major Column major data * @param point_dim Dimension of e
src/cinterface/utilities.cpp:77
↓ 3 callersFunctionisKnotVectorClamped
src/knots.cpp:36
↓ 3 callersFunctionkroneckerProductVectors
src/mykroneckerproduct.cpp:97
↓ 3 callersFunctionload
(lib_file = None)
python/splinter/splinter.py:18
↓ 3 callersMethodload
src/bspline.cpp:404
↓ 3 callersMethodreduceSupport
src/bspline.cpp:231
↓ 2 callersFunctionFunction
include/function.h:31
↓ 2 callersMethod__transfer
(self)
python/splinter/datatable.py:64
↓ 2 callersFunctioncentralDifference
test/testingutilities.cpp:921
↓ 2 callersFunctioncheckNorm
test/testingutilities.cpp:861
↓ 2 callersFunctiondist
* Computes Euclidean distance ||x-y|| */
src/datapoint.cpp:66
↓ 2 callersFunctionequalsWithinRange
Checks if a is within margin of b
test/testingutilities.cpp:39
↓ 2 callersMethodeval
* Returns the function value at x */
src/bspline.cpp:78
↓ 2 callersMethodevalFirstDerivative
Old implementation of first derivative of basis functions
src/bsplinebasis1d.cpp:130
↓ 2 callersFunctiongetBSplineDegrees
include/bsplinebuilder.h:103
↓ 2 callersMethodgetKnotMultiplicity
src/bsplinebasis.cpp:399
↓ 2 callersFunctiongetNumSamples
include/datatable.h:49
↓ 2 callersMethodgetSupportLowerBound
src/bsplinebasis.cpp:446
↓ 2 callersMethodgetSupportUpperBound
src/bsplinebasis.cpp:457
↓ 2 callersFunctionis_python3
()
python/splinter/utilities.py:19
↓ 2 callersFunctionis_string
(py_string)
python/splinter/utilities.py:34
↓ 2 callersMethodis_valid
(value)
python/splinter/bsplinebuilder.py:21
↓ 2 callersFunctionsampleTestFunction
test/bsplinetestingutilities.cpp:17
↓ 2 callersMethodsave
src/bspline.cpp:397
↓ 1 callersMethodBSpline
src/bspline.cpp:22
↓ 1 callersFunction__init
()
python/splinter/splinter.py:68
↓ 1 callersFunction__locate_splinter
()
python/splinter/splinter.py:183
next →1–100 of 312, ranked by callers