Constructs a least squares B-spline approximation to the given data points.
Constructs a least squares B-spline approximation to the given data points.
public BsLeastSquares(double[],double[],int);
Constructs a least squares B-spline approximation to the given data points.
public BsLeastSquares(double[],double[],int,int);
Constructs a least squares B-spline approximation to the given data points.
public BsLeastSquares(double[],double[],int,int,double[],double[]);
BsLeastSquares Class | Imsl.Math Namespace