Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods
Solves the system of simultaneous linear equations for the specified right-hand side GeneralMatrix and overwrites the right-hand side with the solution.
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);
Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace | LinearTransformation