coeffs() const & | alfi::spline::LinearSpline< Number, Container > | inline |
coeffs() && | alfi::spline::LinearSpline< Number, Container > | inline |
compute_coeffs(const Container< Number > &X, const Container< Number > &Y) | alfi::spline::LinearSpline< Number, Container > | inlinestatic |
construct(ContainerXType &&X, const Container< Number > &Y) | alfi::spline::LinearSpline< Number, Container > | inline |
eval(Number x) const | alfi::spline::LinearSpline< Number, Container > | inline |
eval(Number x, SizeT segment) const | alfi::spline::LinearSpline< Number, Container > | inline |
eval(const Container< Number > &xx, bool sorted=true) const | alfi::spline::LinearSpline< Number, Container > | inline |
LinearSpline()=default | alfi::spline::LinearSpline< Number, Container > | |
LinearSpline(ContainerXType &&X, const Container< Number > &Y) | alfi::spline::LinearSpline< Number, Container > | inline |
LinearSpline(const LinearSpline &other)=default | alfi::spline::LinearSpline< Number, Container > | |
LinearSpline(LinearSpline &&other) noexcept=default | alfi::spline::LinearSpline< Number, Container > | |
operator()(Number x) const | alfi::spline::LinearSpline< Number, Container > | inline |
operator()(const Container< Number > &xx) const | alfi::spline::LinearSpline< Number, Container > | inline |
operator=(const LinearSpline &other)=default | alfi::spline::LinearSpline< Number, Container > | |
operator=(LinearSpline &&other) noexcept=default | alfi::spline::LinearSpline< Number, Container > | |
segment(SizeT index) | alfi::spline::LinearSpline< Number, Container > | inlinestatic |
X() const & | alfi::spline::LinearSpline< Number, Container > | inline |
X() && | alfi::spline::LinearSpline< Number, Container > | inline |