IMSL C# Numerical Library

ComplexLU.SolveTranspose Method 

Return the solution x of the linear system transpose(A)x = b.

public Complex[] SolveTranspose(
   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