Spline2DLeastSquaresGetXWeights Method |
Returns the weights for the least-squares fit in the
x-direction.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetXWeights()
Public Overridable Function GetXWeights As Double()
public:
virtual array<double>^ GetXWeights()
abstract GetXWeights : unit -> float[]
override GetXWeights : unit -> float[]
Return Value
Type:
Double A
double array containing the weights for the
least-squares fit in the
x-direction.
See Also