RationalCubicSplineSplineB1 Method |
[Missing <summary> documentation for "M:Altaxo.Calc.Interpolation.RationalCubicSpline.SplineB1(System.Double,System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},Altaxo.Calc.LinearAlgebra.Vector{System.Double},Altaxo.Calc.LinearAlgebra.Vector{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void SplineB1(
double p,
IReadOnlyList<double> dx,
IReadOnlyList<double> y,
Vector<double> y1,
Vector<double> f,
IReadOnlyList<double> z
)
Parameters
- p Double
- smoothing parameter
- dx IReadOnlyListDouble
- inverse abscissa difference vector
- y IReadOnlyListDouble
- ordinata vector
- y1 VectorDouble
- Input: 1st derivative vector with elements y1(lo) and y1(hi) supplied by the user.
Output: 1st derivative vector with elements y1(i), i = lo+1...hi-1 calculated newly.
- f VectorDouble
- working vector
- z IReadOnlyListDouble
- the coefficients computed by SplineA
See Also