Click or drag to resize
GenMinResSolve Method
Generate an approximate solution to Ax=b using the Generalized Residual Method.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] Solve(
	double[] b
)

Parameters

b
Type: SystemDouble
A double array which defines the right-hand side of the linear system.

Return Value

Type: Double
A double array containing the solution of the linear system.
Exceptions
ExceptionCondition
ArgumentException is thrown if the length of b is not consistent with n.
See Also