Sparse |
The SparseCompressedRowMatrixStorageT type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsArray | (Inherited from MatrixStorageT) |
![]() | AsColumnArrays | (Inherited from MatrixStorageT) |
![]() | AsColumnMajorArray | (Inherited from MatrixStorageT) |
![]() | AsRowArrays | (Inherited from MatrixStorageT) |
![]() | AsRowMajorArray | (Inherited from MatrixStorageT) |
![]() | At(Int32, Int32) |
Retrieves the requested element without range checking.
(Overrides MatrixStorageTAt(Int32, Int32)) |
![]() | At(Int32, Int32, T) |
Sets the element without range checking.
(Overrides MatrixStorageTAt(Int32, Int32, T)) |
![]() | Clear | (Overrides MatrixStorageTClear) |
![]() | Clear(Int32, Int32, Int32, Int32) | (Inherited from MatrixStorageT) |
![]() | ClearColumns | (Inherited from MatrixStorageT) |
![]() | ClearRows | (Inherited from MatrixStorageT) |
![]() | CopyColumnTo | (Inherited from MatrixStorageT) |
![]() | CopyRowTo | (Inherited from MatrixStorageT) |
![]() | CopySubColumnTo | (Inherited from MatrixStorageT) |
![]() | CopySubMatrixTo | (Inherited from MatrixStorageT) |
![]() | CopySubRowTo | (Inherited from MatrixStorageT) |
![]() | CopyTo | (Inherited from MatrixStorageT) |
![]() | Enumerate | (Overrides MatrixStorageTEnumerate) |
![]() | EnumerateIndexed | (Overrides MatrixStorageTEnumerateIndexed) |
![]() | EnumerateNonZero | (Overrides MatrixStorageTEnumerateNonZero) |
![]() | EnumerateNonZeroIndexed | (Overrides MatrixStorageTEnumerateNonZeroIndexed) |
![]() | Equals(MatrixStorageT) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from MatrixStorageT) |
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from MatrixStorageT) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | Find | (Overrides MatrixStorageTFind(FuncT, Boolean, Zeros)) |
![]() | Find2TOther | (Inherited from MatrixStorageT) |
![]() | FindItem | Find item Index in nonZeroValues array |
![]() | Fold2TOther, TState | (Inherited from MatrixStorageT) |
![]() | FoldByColumnTU | (Inherited from MatrixStorageT) |
![]() | FoldByRowTU | (Inherited from MatrixStorageT) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides MatrixStorageTGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | IsMutableAt |
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.
(Overrides MatrixStorageTIsMutableAt(Int32, Int32)) |
![]() | Map2To | (Inherited from MatrixStorageT) |
![]() | MapIndexedInplace | (Overrides MatrixStorageTMapIndexedInplace(FuncInt32, Int32, T, T, Zeros)) |
![]() | MapIndexedToTU | (Inherited from MatrixStorageT) |
![]() | MapInplace | (Overrides MatrixStorageTMapInplace(FuncT, T, Zeros)) |
![]() | MapSubMatrixIndexedToTU | (Inherited from MatrixStorageT) |
![]() | MapToTU | (Inherited from MatrixStorageT) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | Normalize | |
![]() | NormalizeDuplicates | Eliminate duplicate entries by adding them together. |
![]() | NormalizeOrdering | |
![]() | NormalizeZeros | |
![]() ![]() | OfArray | |
![]() ![]() | OfColumnArrays | |
![]() ![]() | OfColumnEnumerables | |
![]() ![]() | OfColumnMajorList | |
![]() ![]() | OfColumnVectors | |
![]() ![]() | OfCompressedSparseColumnFormat | Create a new sparse matrix storage from a compressed sparse column (CSC) format. This new storage will be independent from the given arrays. A new memory block will be allocated. |
![]() ![]() | OfCompressedSparseRowFormat | Create a new sparse storage from a compressed sparse row (CSR) format. This new storage will be independent from the given arrays. A new memory block will be allocated for storing the matrix. |
![]() ![]() | OfCoordinateFormat | Create a new sparse storage from a coordinate (COO) format. This new storage will be independent from the given arrays. A new memory block will be allocated for storing the matrix. |
![]() ![]() | OfDiagonalInit | |
![]() ![]() | OfIndexedEnumerable(Int32, Int32, IEnumerableTupleInt32, Int32, T) | |
![]() ![]() | OfIndexedEnumerable(Int32, Int32, IEnumerableValueTupleInt32, Int32, T) | |
![]() ![]() | OfInit | |
![]() ![]() | OfMatrix | |
![]() ![]() | OfRowArrays | |
![]() ![]() | OfRowEnumerables | |
![]() ![]() | OfRowMajorEnumerable | |
![]() ![]() | OfRowVectors | |
![]() ![]() | OfValue | |
![]() | PopulateExplicitZerosOnDiagonal | Fill zeros explicitly on the diagonal entries as required by the Intel MKL direct sparse solver. |
![]() | ToArray | (Overrides MatrixStorageTToArray) |
![]() | ToColumnArrays | (Overrides MatrixStorageTToColumnArrays) |
![]() | ToColumnMajorArray | (Overrides MatrixStorageTToColumnMajorArray) |
![]() | ToRowArrays | (Overrides MatrixStorageTToRowArrays) |
![]() | ToRowMajorArray | (Overrides MatrixStorageTToRowMajorArray) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() | TransposeTo | (Inherited from MatrixStorageT) |