dot
Method of ComplexMatrix.
dot(const ComplexMatrix rhs) -> Object
This function computes the dot product between two matrices. The left-hand-side variable is complex conjugated.
Parameters
- rhs: The right-hand-side ComplexMatrix.