IMSL C# Numerical Library

ComplexLU.Solve Method (Complex[])

Return the solution x of the linear system ax = b using the LU factorization of a.

public Complex[] Solve(
   Complex[] b
);

Parameters

b
A Complex array containing the right-hand side of the linear system.

Return Value

A Complex array containing the solution to the linear system of equations.

See Also

ComplexLU Class | Imsl.Math Namespace | ComplexLU.Solve Overload List