Solves the transposed system of linear equations for the specified
right-hand side
Matrix.
Namespace: Extreme.Mathematics.Generic.LinearAlgebra
Assembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 4.0.10170.0 (4.0.10322.0)
Syntax
| Visual Basic (Declaration) |
Public Function SolveTranspose ( _
rightHandSide As Matrix(Of T) _
) As DenseMatrix(Of T)
|
Return Value
A
DenseMatrix<(Of <(<'T>)>)> containing the solution
of the system of simultaneous linear equations.
Exceptions
See Also