Double |
The DoubleSymBandMatrix type exposes the following members.
Name | Description | |
---|---|---|
Add(Double, DoubleSymBandMatrix) | Adds a scalar to the non-zero elements of a banded matrix. | |
Add(DoubleSymBandMatrix, DoubleSymBandMatrix) | Adds two banded matrices. | |
Add(DoubleSymBandMatrix, Double) | Adds a scalar to the non-zero elements of a banded matrix. | |
Clone | Creates a deep copy of this matrix. | |
DeepenThisCopy | Guarantees that there is only one reference to the underlying data and that this data is in contiguous storage. | |
Diagonal | Returns a vector view of the main diagonal of this matrix. | |
Diagonal(Int32) | Returns a vector view of a diagonal of this matrix. | |
Divide(Double, DoubleSymBandMatrix) | Divides a scalar by the non-zero elements of a banded matrix. | |
Divide(DoubleSymBandMatrix, DoubleSymBandMatrix) | Divides a banded matrix by another. | |
Divide(DoubleSymBandMatrix, Double) | Divides the non-zero elements of a banded matrix by a scalar. | |
Equals |
Tests for equality of this matrix and another matrix.
Two matrices are equal if they have the same dimensions, upper bandwidth
and all values are equal.
(Overrides ObjectEquals(Object)) | |
GetHashCode |
Returns an integer hash code for this matrix.
(Overrides ObjectGetHashCode) | |
LeadingSubmatrix | Returns the k by k upper left corner of the matrix. | |
Multiply(Double, DoubleSymBandMatrix) | Multiplies the non-zero elements of a banded matrix by a scalar. | |
Multiply(DoubleSymBandMatrix, DoubleSymBandMatrix) | Multiplies two banded matrices. | |
Multiply(DoubleSymBandMatrix, Double) | Multiplies the non-zero elements of a banded matrix and a scalar. | |
Negate | Negation operator. | |
Resize(Int32) | Changes the dimensions of this matrix to those specified, adding zeros or truncating as necessary. | |
Resize(Int32, Int32) | Changes the dimensions and half bandwidth of this matrix to those specified, adding zeros or truncating as necessary. | |
ShallowCopy | Creates a shallow copy of this matrix. | |
Subtract(Double, DoubleSymBandMatrix) | Subtracts the non-zero elements of a banded matrix from a scalar. | |
Subtract(DoubleSymBandMatrix, DoubleSymBandMatrix) | Subtracts two banded matrices. | |
Subtract(DoubleSymBandMatrix, Double) | Subtracts a scalar from the non-zero elements of a banded matrix. | |
ToCommaSeparated | Returns a formatted string representation of this matrix using commas and newlines. | |
ToCommaSeparated(String) | Returns a formatted string representation of this matrix using commas and newlines. Numbers are formatted using the specified format string. | |
ToGeneralMatrix | Converts this symmetric banded matrix to a general matrix. | |
ToString |
Returns a formatted string representation of this matrix.
(Overrides ObjectToString) | |
ToString(String) | Returns a formatted string representation of this matrix. Numbers are displayed using the specified format. | |
ToTabDelimited | Returns a formatted string representation of this matrix using tabs and newlines. | |
ToTabDelimited(String) | Returns a formatted string representation of this matrix using tabs and newlines. Numbers are formatted using the specified format string. | |
Transpose | Returns this matrix. |