AnyMatrixT Class |
Namespace: Meta.Numerics.Matrices
public abstract class AnyMatrix<T> : IEquatable<AnyMatrix<T>> where T : Object, IEquatable<T>
The AnyMatrixT type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnyMatrixT |
Initializes a new instance of the AnyMatrix class.
|
Name | Description | |
---|---|---|
![]() | ColumnCount |
Gets the number of matrix columns.
|
![]() | IsReadOnly |
Gets a flag indicating whether the matrix is read-only.
|
![]() | Item |
Gets or sets the value of a matrix entry.
|
![]() | RowCount |
Gets the number of matrix rows.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the given object is an equal matrix.
(Overrides ObjectEquals(Object).) |
![]() | Equals(AnyMatrixT) |
Determines whether the given matrix equals the current matrix.
|
![]() | Fill |
Sets all matrix entries according to a supplied fill function.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Not a valid operation.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToArray |
Copies the matrix into an array.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether two matrices are equal.
|
![]() ![]() | Inequality |
Determines whether two matrices are not equal.
|