Click or drag to resize

IMatrixT Interface

Interface for a Matrix

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMatrix<T>
Request Example View Source

Type Parameters

T

The IMatrixT type exposes the following members.

Properties
 NameDescription
Public propertyColumnCount Returns the number of columns.
Public propertyItem Gets or set the value of a element of this Matrix.
Public propertyRowCount Returns the number of rows.
Top
Methods
 NameDescription
Public methodCopyToArray Copy the elements of this matrix to a rectangular array.
Public methodCopyToJaggedArray Copy the elements of this matrix to a jagged array.
Top
See Also