Click or drag to resize
CholeskySolve Method
Solve Ax = b where A is a positive definite matrix with elements of type double.

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 containing the right-hand side of the linear system.

Return Value

Type: Double
A double array containing the solution to the system of linear equations.
See Also