The contract fufilled by any real matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IMatrix
Public Interface IMatrix
public interface class IMatrix

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Clone()()()
Returns a clone of the matrix.
ColumnCount
Gets the number of columns in the matrix.
Item[([(Int32, Int32])])
Gets the value of a matrix entry.
RowCount
Gets the number of rows in the matrix.
Transpose()()()
Returns a transpose of the matrix.

See Also