Click or drag to resize

MatrixStorageT Methods

The MatrixStorageT type exposes the following members.

Methods
 NameDescription
Public methodAsArray 
Public methodAsColumnArrays 
Public methodAsColumnMajorArray 
Public methodAsRowArrays 
Public methodAsRowMajorArray 
Public methodAt(Int32, Int32) Retrieves the requested element without range checking.
Public methodAt(Int32, Int32, T) Sets the element without range checking.
Public methodClear 
Public methodClear(Int32, Int32, Int32, Int32) 
Public methodClearColumns 
Public methodClearRows 
Public methodCopyColumnTo 
Public methodCopyRowTo 
Public methodCopySubColumnTo 
Public methodCopySubMatrixTo 
Public methodCopySubRowTo 
Public methodCopyTo 
Public methodEnumerate 
Public methodEnumerateIndexed 
Public methodEnumerateNonZero 
Public methodEnumerateNonZeroIndexed 
Public methodEquals(MatrixStorageT) Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object) Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFind 
Public methodFind2TOther 
Public methodFold2TOther, TState 
Public methodFoldByColumnTU 
Public methodFoldByRowTU 
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsMutableAt True if the specified field can be set to any value. False if the field is fixed, like an off-diagonal field on a diagonal matrix.
Public methodMap2To 
Public methodMapIndexedInplace 
Public methodMapIndexedToTU 
Public methodMapInplace 
Public methodMapSubMatrixIndexedToTU 
Public methodMapToTU 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToArray 
Public methodToColumnArrays 
Public methodToColumnMajorArray 
Public methodToRowArrays 
Public methodToRowMajorArray 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTransposeTo 
Top
See Also