dot
Method of RealMatrix.
dot(const RealMatrix 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 RealMatrix.