Click or drag to resize

TridiagonalMatrixItem Property


Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override double this[
	int row,
	int column
] { get; set; }
Request Example View Source

Parameters

row  Int32
 
column  Int32
 

Property Value

Double

Implements

IMatrixTItemInt32, Int32
See Also