Solves the transposed system of linear equations for the specified
right-hand side matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public DenseMatrix SolveTranspose(
Matrix rightHandSide
)
Public Function SolveTranspose (
rightHandSide As Matrix
) As DenseMatrix
public:
DenseMatrix^ SolveTranspose(
Matrix^ rightHandSide
)
member SolveTranspose :
rightHandSide : Matrix -> DenseMatrix
Parameters
- rightHandSide
- Type: Extreme.MathematicsMatrix
A Matrix.
Return Value
Type:
DenseMatrixA
DenseMatrix containing the solution
of the system of simultaneous linear equations.
Numerical Libraries
Supported in: 5.x, 4.x
Reference