| FloatComplexBandMatrix Operators and Type Conversions |
The FloatComplexBandMatrix type exposes the following members.
Operators | Name | Description |
---|
| Addition(FloatComplex, FloatComplexBandMatrix) |
Adds a scalar to the non-zero elements of a banded matrix.
|
| Addition(FloatComplexBandMatrix, FloatComplex) |
Adds a scalar to the non-zero elements of a banded matrix.
|
| Addition(FloatComplexBandMatrix, FloatComplexBandMatrix) |
Adds two banded matrices.
|
| Division(FloatComplex, FloatComplexBandMatrix) |
Divides a scalar by the non-zero elements of a banded matrix.
|
| Division(FloatComplexBandMatrix, FloatComplex) |
Divides the non-zero elements of a banded matrix by a scalar.
|
| Division(FloatComplexBandMatrix, FloatComplexBandMatrix) |
Divides a banded matrix by another.
|
| Equality(FloatComplexBandMatrix, FloatComplexBandMatrix) |
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.
|
| (FloatBandMatrix to FloatComplexBandMatrix) |
Implicitly converts a FloatBandMatrix instance into a FloatComplexBandMatrix
instance.
|
| Inequality(FloatComplexBandMatrix, FloatComplexBandMatrix) |
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(FloatComplex, FloatComplexBandMatrix) |
Multiplies the non-zero elements of a banded matrix by a scalar.
|
| Multiply(FloatComplexBandMatrix, FloatComplex) |
Multiplies the non-zero elements of a banded matrix and a scalar.
|
| Multiply(FloatComplexBandMatrix, FloatComplexBandMatrix) |
Multiplies two banded matrices.
|
| Subtraction(FloatComplex, FloatComplexBandMatrix) |
Subtracts the non-zero elements of a banded matrix from a scalar.
|
| Subtraction(FloatComplexBandMatrix, FloatComplex) |
Subtracts a scalar from the non-zero elements of a banded matrix.
|
| Subtraction(FloatComplexBandMatrix, FloatComplexBandMatrix) |
Subtracts two banded matrices.
|
| UnaryNegation(FloatComplexBandMatrix) |
Negation operator.
|
| UnaryPlus(FloatComplexBandMatrix) |
Unary + operator. Just returns the input matrix.
|
TopSee Also