Overload List
| Name | Description | |
|---|---|---|
| Transpose(DoubleComplexMatrix) |
Returns the transpose of a given matrix. The matrix returned is a new view of the
same data as the given matrix.
| |
| Transpose(DoubleMatrix) |
Returns the transpose of a given matrix. The matrix returned is a new view of the
same data as the given matrix.
| |
| Transpose(FloatComplexMatrix) |
Returns the transpose of a given matrix. The matrix returned is a new view of the
same data as the given matrix.
| |
| Transpose(FloatMatrix) |
Returns the transpose of a given matrix. The matrix returned is a new view of the
same data as the given matrix.
|