Matrix |
[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1"]
[SerializableAttribute] public abstract class MatrixStorage<T> : IEquatable<MatrixStorage<T>> where T : struct, new(), IEquatable<T>, IFormattable
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1"]
The MatrixStorageT type exposes the following members.
Name | Description | |
---|---|---|
MatrixStorageT | Initializes a new instance of the MatrixStorageT class |
Name | Description | |
---|---|---|
IsDense | True if the matrix storage format is dense. | |
IsFullyMutable | True if all fields of this matrix can be set to any value. False if some fields are fixed, like on a diagonal matrix. | |
Item | Gets or sets the value at the given row and column, with range checking. |
Name | Description | |
---|---|---|
AsArray | ||
AsColumnArrays | ||
AsColumnMajorArray | ||
AsRowArrays | ||
AsRowMajorArray | ||
At(Int32, Int32) | Retrieves the requested element without range checking. | |
At(Int32, Int32, T) | Sets the element without range checking. | |
Clear | ||
Clear(Int32, Int32, Int32, Int32) | ||
ClearColumns | ||
ClearRows | ||
CopyColumnTo | ||
CopyRowTo | ||
CopySubColumnTo | ||
CopySubMatrixTo | ||
CopySubRowTo | ||
CopyTo | ||
Enumerate | ||
EnumerateIndexed | ||
EnumerateNonZero | ||
EnumerateNonZeroIndexed | ||
Equals(MatrixStorageT) | Indicates whether the current object is equal to another object of the same type. | |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object)) | |
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 | ||
Find2TOther | ||
Fold2TOther, TState | ||
FoldByColumnTU | ||
FoldByRowTU | ||
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode) | |
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. | |
Map2To | ||
MapIndexedInplace | ||
MapIndexedToTU | ||
MapInplace | ||
MapSubMatrixIndexedToTU | ||
MapToTU | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToArray | ||
ToColumnArrays | ||
ToColumnMajorArray | ||
ToRowArrays | ||
ToRowMajorArray | ||
ToString | Returns a string that represents the current object. (Inherited from Object) | |
TransposeTo |
Name | Description | |
---|---|---|
ColumnCount | ||
RowCount | ||
Zero |