Return the solution x of the linear system transpose(A)x = b.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public Complex[] SolveTranspose( Complex[] b ) |
Visual Basic (Declaration) |
---|
Public Function SolveTranspose ( _ b As Complex() _ ) As Complex() |
Visual C++ |
---|
public: array<Complex>^ SolveTranspose( array<Complex>^ b ) |
Parameters
- b
- Type: array<
Imsl.Math..::.Complex
>[]()[]
A Complex array containing the right-hand side of the linear system.