Overload List

  NameDescription
Solve(DoubleComplexMatrix, DoubleComplexMatrix)
Solves the linear system AX = B.
Solve(DoubleComplexMatrix, DoubleComplexVector)
Computes the solution, x, to the linear system Ax = b.
Solve(DoubleMatrix, DoubleMatrix)
Solves the linear system AX = B.
Solve(DoubleMatrix, DoubleVector)
Computes the solution, x, to the linear system Ax = b.
Solve(FloatComplexMatrix, FloatComplexMatrix)
Solves the linear system AX = B.
Solve(FloatComplexMatrix, FloatComplexVector)
Computes the solution, x, to the linear system Ax = b.
Solve(FloatMatrix, FloatMatrix)
Solves the linear system AX = B.
Solve(FloatMatrix, FloatVector)
Computes the solution, x, to the linear system Ax = b.

See Also