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