AnyRectangularMatrix Methods |
The AnyRectangularMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() | Column |
Gets a copy of the specified column.
|
![]() | Equals(Object) |
Determines whether the given object is an equal matrix.
(Inherited from AnyMatrix<T>.) |
![]() | Equals(AnyMatrix<T>) |
Determines whether the given matrix equals the current matrix.
(Inherited from AnyMatrix<T>.) |
![]() | Fill |
Sets all matrix entries according to a supplied fill function.
(Inherited from AnyMatrix<T>.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FrobeniusNorm |
Computes the Frobenius-norm of the matrix.
|
![]() | GetHashCode |
Not a valid operation.
(Inherited from AnyMatrix<T>.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InfinityNorm |
Computes the ∞-norm of the matrix.
|
![]() | MaxNorm |
Computes the max-norm of the matrix.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MultiplySelfByTranspose |
Computes the product of the matrix and its transpose.
|
![]() | MultiplyTransposeBySelf |
Computes the product of the matrix's transpose and itself.
|
![]() | OneNorm |
Computes the 1-norm of the matrix.
|
![]() | Row |
Gets a copy of the specified row.
|
![]() | ToArray |
Copies the matrix into an array.
(Inherited from AnyMatrix<T>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |