DiagonalMatrixStorageT Class |
[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.DiagonalMatrixStorage`1"]
Inheritance Hierarchy Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax[SerializableAttribute]
public class DiagonalMatrixStorage<T> : MatrixStorage<T>
where T : struct, new(), IEquatable<T>, IFormattable
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.DiagonalMatrixStorage`1"]
The DiagonalMatrixStorageT type exposes the following members.
Properties
Methods | 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) |
 | 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) |
  | OfArray | |
  | OfEnumerable | |
  | OfIndexedEnumerable(Int32, Int32, IEnumerableTupleInt32, T) | |
  | OfIndexedEnumerable(Int32, Int32, IEnumerableValueTupleInt32, T) | |
  | OfInit | |
  | OfMatrix | |
  | OfValue | |
 | 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) |
Top
Fields
See Also