Solves the transposed system for the specified right-hand side.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public DenseVector SolveTransposeTo(
DenseVector rightHandSide,
DenseVector solution
)
Public Function SolveTransposeTo (
rightHandSide As DenseVector,
solution As DenseVector
) As DenseVector
public:
DenseVector^ SolveTransposeTo(
DenseVector^ rightHandSide,
DenseVector^ solution
)
member SolveTransposeTo :
rightHandSide : DenseVector *
solution : DenseVector -> DenseVector
Parameters
- rightHandSide
- Type: Extreme.Mathematics.LinearAlgebraDenseVector
A DenseVector that specifies the right-hand side of the transposed system. - solution
- Type: Extreme.Mathematics.LinearAlgebraDenseVector
A DenseVector that is to hold the solution of the transposed system.
Return Value
Type:
DenseVector
Numerical Libraries
Supported in: 5.x, 4.x
Reference