Computes the 2-norm squared of the residual vector.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public float ResidualNormSqr( FloatComplexVector b ) |
| Visual Basic (Declaration) |
|---|
Public Function ResidualNormSqr ( _ b As FloatComplexVector _ ) As Single |
| Visual C++ |
|---|
public: float ResidualNormSqr( FloatComplexVector^ b ) |
Parameters
- b
- Type: CenterSpace.NMath.Core..::.FloatComplexVector
The right-hand side of the least squares problem Ax = b.