|
JG ROOT Tools libraries
version 5.0 - august 2014
|
Go to the source code of this file.
Classes | |
| class | RMatrix2D |
Functions | |
| RMatrix2D | operator* (const double r, const RMatrix2D &m) |
| RVector2D | operator* (const RVector2D &v, const RMatrix2D &m) |
Include 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().