FinMath User Guide
FinMath User Guide
API Reference
FinMath.LinearAlgebra.Solvers
ISolver Interface
ISolver Methods
Solve Method
Solve Method (Matrix)
Solve Method (Vector)
Solve Method (Matrix, Matrix)
Solve Method (Vector, Vector)
ISolver
.
Solve Method (Vector)
Solves a system of linear equations,
Ax = b
Namespace:
FinMath.LinearAlgebra.Solvers
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
Copy
Vector
Solve
(
Vector
input
)
Parameters
input
Type:
FinMath.LinearAlgebra
.
Vector
The right hand side vector,
b
.
Return Value
Type:
Vector
The left hand side vector,
x
.
See Also
Reference
ISolver Interface
Solve Overload
FinMath.LinearAlgebra.Solvers Namespace
Copyright © 2020 RTC Lab (Deltix, Inc). All rights reserved.
Send comments on this topic to
RTMath, division of Deltix Inc