![]() ![]() | Calculates the added value of each cell of two matrices |
![]() ![]() | Calculates the divided value of each cell of two matrices |
![]() ![]() | Calculates the multiplicated value of each cell of the two matrices |
![]() ![]() | Calculates the subtracted value of each cell of two matrices |
![]() | Constructs a matrix with given size |
![]() | The internal representation |
![]() | The number of cells of the matrix in Y-dimension |
![]() | This Matrix |
![]() | The number of cells of the matrix in both dimensions |
![]() | The number of cells of the matrix in X-dimension |
![]() | Calculates the MAX of each cell of the two matrices |
![]() | Calculate the MIN of each cell of the two matrices |
![]() |
Creates a deep copy of the Matrix .
|
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Superimposes this matrix with the supplied, with respect to the added value of each cell |
![]() | Superimposes this matrix with the supplied, with respect to the divided value of each cell |
![]() | Superimposes this matrix with the supplied, with respect to the max value of each cell |
![]() | Superimposes this matrix with the supplied, with respect to the min value of each cell |
![]() | Superimposes this matrix with the supplied, with respect to the mulitplicated value of each cell |
![]() | Superimposes this matrix with the supplied, with respect to the subtracted value of each cell |
![]() | A string representation of the matrix. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() |
Creates a deep copy of the Matrix .
|
Matrix Class | TeamYaffa.CRaPI.Utility Namespace