Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods


Extreme Optimization Mathematics Library for .NET

Matrix.Solve Method

Solves the system of simultaneous linear equations for the specified right-hand side GeneralMatrix and overwrites the right-hand side with the solution.

Overload List

Solves the system of simultaneous linear equations for the specified right-hand side GeneralMatrix and overwrites the right-hand side with the solution.

public override GeneralMatrix Solve(GeneralMatrix,bool);

Solves the system of simultaneous linear equations for the specified right-hand side Vector.

public override GeneralVector Solve(GeneralVector,bool);

Inherited from LinearTransformation.

public GeneralMatrix Solve(Matrix);

Inherited from LinearTransformation.

public GeneralVector Solve(Vector);

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace | LinearTransformation