MatrixMultiply(CVector, Matrix) Operator |
Transform a complex vector using the transposed matrix.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic static CVector operator *(
CVector v,
Matrix m
)
Parameters
- v CVector
- Complex vector to transform.
- m Matrix
- The transformation matrix.
Return Value
CVectorThe transformed complex vector.
Remarks
See Also