The FloatComplexBandMatrix type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FloatComplexBandMatrix | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clone |
Creates a deep copy of this matrix.
| |
| ConjTranspose |
Returns the conjugate transpose of this matrix.
| |
| DeepenThisCopy |
Guarantees that there is only one reference to the underlying
data and that this data is in contiguous storage.
| |
| Diagonal | Overloaded. | |
| Divide | Overloaded. | |
| Equals |
Tests for equality of this matrix and another matrix.
Two matrices are equal if they have the same dimensions, bandwidths
and all values are equal.
(Overrides Object..::.Equals(Object).) | |
| GetHashCode |
Returns an integer hash code for this matrix.
(Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LeadingSubmatrix |
Returns the k by k upper left corner of the matrix.
| |
| Multiply | Overloaded. | |
| Negate |
Negation operator.
| |
| Resize | Overloaded. | |
| ShallowCopy |
Creates a shallow copy of this matrix.
| |
| Subtract | Overloaded. | |
| ToString | Overloaded. | |
| Transpose |
Returns the transpose of this matrix.
|
Operators
| Name | Description | |
|---|---|---|
| Addition | Overloaded. | |
| Division | Overloaded. | |
| Equality |
Tests for equality of two banded matrices. Two matrices are equal if they
have the same dimensions, upper and lower bandwidths, and all values are equal.
| |
| Implicit |
Implicitly converts a FloatBandMatrix instance into a FloatComplexBandMatrix
instance.
| |
| Inequality |
Tests for equality of two banded matrices. Two matrices are equal if they
have the same dimensions, upper and lower bandwidths, and all values are equal.
| |
| Multiply | Overloaded. | |
| Subtraction | Overloaded. | |
| UnaryNegation |
Negation operator.
| |
| UnaryPlus |
Unary + operator. Just returns the input matrix.
|
Properties
| Name | Description | |
|---|---|---|
| Bandwidth |
Gets the bandwidth of the matrix.
| |
| Cols |
Gets the number of columns in the matrix.
| |
| DataVector |
Gets the data vector referenced by this matrix.
| |
| Item |
Gets and sets the value at the specified position.
| |
| LowerBandwidth |
Gets the lower bandwidth of the matrix.
| |
| Rows |
Gets the number of rows in the matrix.
| |
| UpperBandwidth |
Gets the upper bandwidth of the matrix.
|