Click or drag to resize
LUSolve Method (Double)
Solve Ax = b for x using the LU factorization of A, where A is the input matrix a.

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 linear system of equations.
See Also