Return the solution
x of the linear system
.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] SolveTranspose(
double[] b
)
Public Function SolveTranspose (
b As Double()
) As Double()
public:
array<double>^ SolveTranspose(
array<double>^ b
)
member SolveTranspose :
b : float[] -> float[]
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