LinearEquationsSolve(BandMatrix, Vector) Method

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public Vector Solve(
	BandMatrix A,
	Vector B
)

Parameters

A  BandMatrix
 
B  Vector
 

Return Value

Vector

See Also