Click or drag to resize

IROBandMatrixT Interface

[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.IROBandMatrix`1"]


Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IROBandMatrix<T> : IROMatrix<T>
where T : struct, new()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.IROBandMatrix`1"]

The IROBandMatrixT type exposes the following members.

Properties
 NameDescription
Public propertyColumnCountThe number of columns of the matrix.
(Inherited from IROMatrixT)
Public propertyItemGets an element of the matrix at (row, col).
(Inherited from IROMatrixT)
Public propertyLowerBandwidth 
Public propertyRowCountThe number of rows of the matrix.
(Inherited from IROMatrixT)
Public propertyUpperBandwidth 
Top
Methods
 NameDescription
Public methodEnumerateElementsIndexed 
Top
See Also