This method has the same effect as the overloaded + operator.
return ComplexMatrix |
|
Complex b |
The complex scalar. |
This method has the same effect as the overloaded + operator.
return ComplexMatrix |
|
Complex b |
The complex scalar. |
return ComplexMatrix |
|
IMatrix<T> b |
IMatrix<T> b |
This method changes this matrix.
Complex b |
The complex scalar. |
return ComplexMatrix |
|
IMatrix<T> b |
IMatrix<T> b |
return ComplexMatrix |
|
Converter<Complex, Complex> mapping |
Converter<Complex, Complex> mapping |
return ComplexMatrix |
|
IMatrix<T> b |
IMatrix<T> b |
return ComplexMatrix |
|
Complex exponent |
The exponent to raise to power to. |
This method changes this matrix.
Complex exponent |
The exponent to raise to power to. |
return ComplexMatrix |
return ComplexMatrix |
This method changes this matrix.
return Complex[,] |
return Complex[][] |
return bool |
|
object obj |
return Complex[][] |
return ComplexVector |
|
int columnIndex |
return int |
return ComplexMatrix |
|
Int32[] r |
|
Int32[] c |
return ComplexMatrix |
|
int i0 |
|
int i1 |
|
Int32[] c |
return ComplexMatrix |
|
Int32[] r |
|
int j0 |
|
int j1 |
return ComplexMatrix |
|
int i0 |
First row index. |
int i1 |
Last row index (inclusive). |
int j0 |
First column index. |
int j1 |
Last column index (inclusive). |
return ComplexVector |
|
int rowIndex |
return Type |
return ComplexMatrix |
This method changes this matrix. Only square matrices are supported.
This method has the same effect as the overloaded * operator.
return ComplexMatrix |
|
Complex b |
The other complex scalar. |
return ComplexMatrix |
|
IMatrix<T> b |
This method changes this matrix.
Complex b |
The other complex scalar. |
IMatrix<T> b |
return ComplexMatrix |
|
IVector<T> diagonal |
IVector<T> diagonal |
return ComplexVector |
|
IVector<T> b |
return ComplexMatrix |
|
IVector<T> diagonal |
IVector<T> diagonal |
return ComplexMatrix |
This method changes this matrix.
return double |
IVector<T> columnVector |
|
int columnIndex |
Int32[] r |
|
int j0 |
|
int j1 |
|
IMatrix<T> X |
Int32[] r |
|
Int32[] c |
|
IMatrix<T> X |
int i0 |
|
int i1 |
|
int j0 |
|
int j1 |
|
IMatrix<T> X |
int i0 |
|
int i1 |
|
Int32[] c |
|
IMatrix<T> X |
IVector<T> rowVector |
|
int rowIndex |
This method has the same effect as the overloaded - operator.
return ComplexMatrix |
|
Complex b |
The complex scalar. |
return ComplexMatrix |
|
IMatrix<T> b |
IMatrix<T> b |
This method changes this matrix.
Complex b |
The complex scalar. |
return ComplexMatrix |
|
ComplexMatrix B |
The matrix to operate on. |
return string |
return ComplexMatrix |
This method changes this matrix. Only square matrices are supported.
return Complex[][] |
|
Complex[][] data |
return ComplexMatrix |
|
Complex[][] A |
return ComplexMatrix |
|
Complex[,] A |
return ComplexMatrix |
|
IMatrix<T> realMatrix |
return ComplexMatrix |
|
IList<ComplexVector> columnVectors |
return ComplexMatrix |
|
IList<ComplexVector> rowVectors |
return Complex[][] |
|
int m |
Number of rows. |
int n |
Number of columns. |
return ComplexMatrix |
|
IVector<T> diagonalVector |
|
int m |
|
int n |
return ComplexMatrix |
|
IVector<T> diagonalVector |
Complex[][] data |
|
Int32& rows |
|
Int32& columns |
return ComplexMatrix |
|
int m |
Number of rows. |
int n |
Number of columns. |
return ComplexMatrix |
|
ComplexMatrix A |
|
ComplexMatrix B |
return ComplexMatrix |
|
int m |
Number of rows = Number of columns |
return ComplexMatrix |
|
int m |
Number of rows. |
int n |
Number of columns. |
IContinuousGenerator randomDistribution |
Continuous Random Distribution or Source |
return ComplexMatrix |
|
int m |
Number of rows. |
int n |
Number of columns. |
IContinuousGenerator modulusRandomDistribution |
Continuous Random Distribution or Source for the modulus part (must be non-negative!). |
IContinuousGenerator argumentRandomDistribution |
Continuous Random Distribution or Source for the argument part. |
return ComplexMatrix |
|
int m |
Number of rows. |
int n |
Number of columns. |
IContinuousGenerator realRandomDistribution |
Continuous Random Distribution or Source for the real part. |
return ComplexMatrix |
|
int m |
Number of rows. |
int n |
Number of columns. |
IContinuousGenerator argumentRandomDistribution |
Continuous random distribution or source for the complex number arguments. |
return ComplexMatrix |
|
int m |
Number of rows = Number of columns |
return int
|
return int
|