Click or drag to resize

IExternalLinearSystemSolverSolve Method

Solves a system of linear equations.

Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax
double[] Solve(
	double[,] A,
	double[] B
)
Request Example

Parameters

A  Double
Left-side matrix
B  Double
Right-side vector

Return Value

Double
The solution vector.
See Also