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