class GSL::BSpline
- GSL::BSpline
- GSL::Object
- Reference
- Object
Overview
Class representing smoothing basis splines (B-splines) Note that is was changed substancially in GSL 2.8, currently only 2.7 API is supported
Defined in:
gsl/maths/approximation/bspline.crConstructors
Instance Method Summary
- #deriv(x, nderiv, reuse : GSL::DenseMatrix | Nil = nil)
- #deriv_nonzero(x, nderiv, reuse : GSL::DenseMatrix | Nil = nil)
- #eval(x, reuse : GSL::Vector | Nil = nil)
- #eval_nonzero(x, reuse : GSL::Vector | Nil = nil)
- #greville_abscissa(i)
-
#lib_free
This function must call corresponding gsl_*_free to free internal pointer
- #order
- #size
Instance methods inherited from class GSL::Object
finalize
finalize,
free
free,
pointer
pointer,
to_unsafe
to_unsafe
Constructor Detail
Instance Method Detail
def lib_free
#
Description copied from class GSL::Object
This function must call corresponding gsl_*_free to free internal pointer