IMSL C# Numerical Library

LU.SolveTranspose Method 

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

public double[] SolveTranspose(
   double[] b
);

Parameters

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

Return Value

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

See Also

LU Class | Imsl.Math Namespace