|
JG ROOT Tools libraries
version 5.0 - august 2014
|
Functions | |
| RMatrix2D | operator* (const double r, const RMatrix2D &m) |
| RVector2D | operator* (const RVector2D &v, const RMatrix2D &m) |
Inline functions file for class RMatrix2D.
Multiplication of a matrix with a scalar value.
| r | real value (scalar) |
| m | operand matrix |
Conjugate linear application.
| v | operand vector |
| m | operand matrix |
References RMatrix2D::GetColumn().