Linear EquationsSolve(Band Matrix, Vector) Method
Definition
Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Vector Solve(
BandMatrix A,
Vector B
)VB
Public Function Solve (
A As BandMatrix,
B As Vector
) As VectorParameters
- A BandMatrix
- B Vector