![]() | Float |
The FloatHermitianBandMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Add | Adds two banded matrices. |
![]() | 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. |
![]() ![]() | Divide(FloatComplex, FloatHermitianBandMatrix) | Divides a scalar by the non-zero elements of a banded matrix. |
![]() ![]() | Divide(FloatHermitianBandMatrix, FloatComplex) | Divides the non-zero elements of a banded matrix by a scalar. |
![]() ![]() | Divide(FloatHermitianBandMatrix, FloatHermitianBandMatrix) | Divides a banded matrix by another. |
![]() | 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) |
![]() | IsDiagonalReal | Determines if the main diagonal elements are real values. |
![]() | LeadingSubmatrix | Returns the k by k upper left corner of the matrix. |
![]() | MakeDiagonalReal | Sets the imaginary parts on the main diagonal to zero thereby meeting the strict definition of an Hermitian banded matrix. |
![]() ![]() | Multiply(FloatComplex, FloatHermitianBandMatrix) | Multiplies the non-zero elements of a banded matrix by a scalar. |
![]() ![]() | Multiply(FloatHermitianBandMatrix, FloatComplex) | Multiplies the non-zero elements of a banded matrix and a scalar. |
![]() ![]() | Multiply(FloatHermitianBandMatrix, FloatHermitianBandMatrix) | Multiplies two banded matrices. |
![]() ![]() | 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 | Subtracts two banded matrices. |
![]() | ToGeneralMatrix | Converts this banded Hermitian 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 | Transposes the matrix. |