You are here: Start » AVL.NET » Matrix Class

Matrix Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
Matrix(Int32, Int32, Single)
Matrix(Int32, Int32)
Matrix(Single[])
Matrix(Int32, Int32, IList<Single>)
Matrix(Matrix)Creates a deep copy of the passed object.
Matrix()

Properties

 NameTypeDescription
ColCountSystem.Int32
DataSystem.IntPtr
EmptySystem.Boolean
IsDisposedSystem.Boolean
ItemSystem.Single
RowCountSystem.Int32

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
eye(int)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
GetT()
Reset(AvlNet.Matrix)Resets this instance with data of the other Matrix object.
ToArray()
ToString()Inherited from System.Object

See also