Solves the transposed system of linear equations for the specified
right-hand side matrix.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<T> SolveTranspose(
Matrix<T> rightHandSide
)
Public Function SolveTranspose (
rightHandSide As Matrix(Of T)
) As Matrix(Of T)
public:
Matrix<T>^ SolveTranspose(
Matrix<T>^ rightHandSide
)
member SolveTranspose :
rightHandSide : Matrix<'T> -> Matrix<'T>
Parameters
- rightHandSide
- Type: Extreme.MathematicsMatrixT
A MatrixT.
Return Value
Type:
MatrixTA
DenseMatrixT containing the solution
of the system of simultaneous linear equations.
Reference