MtxExpr.LUSolve Method

Overload List

#SignatureDescription
1Matrix LUSolve(TMtx B, TMtx A, TMtxType MtxType, TMtxOperation Operation)Returns the X from LU solving A*X = B.
2Vector LUSolve(TVec B, TMtx A, TMtxType MtxType, TMtxOperation Operation)Returns the X from LU solving A*X = B.

Overload 1: Matrix LUSolve(TMtx B, TMtx A, TMtxType MtxType, TMtxOperation Operation)

Returns the X from LU solving A*X = B.

#NameTypeDescription
1BTMtxsource TMtx
2ATMtxsource TMtx
3MtxTypeTMtxType
4OperationTMtxOperation

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.LUSolve

Overload 2: Vector LUSolve(TVec B, TMtx A, TMtxType MtxType, TMtxOperation Operation)

Returns the X from LU solving A*X = B.

#NameTypeDescription
1BTVecsource TVec
2ATMtxsource TMtx
3MtxTypeTMtxType
4OperationTMtxOperation

Returns: Vector

Remarks:

Internally calls Dew.Math.Matrix.LUSolve