ROOT 6.13/01 Reference Guide |
Class for Matrix-Matrix multiplication.
Definition at line 346 of file MatrixFunctions.h.
Public Member Functions | |
MatrixMulOp (const MatrixA &lhs, const MatrixB &rhs) | |
~MatrixMulOp () | |
T | apply (unsigned int i) const |
calc \(\sum_{j} a_{ik} * b_{kj}\) More... | |
bool | IsInUse (const T *p) const |
T | operator() (unsigned int i, unsigned j) const |
Protected Attributes | |
const MatrixA & | lhs_ |
const MatrixB & | rhs_ |
#include <Math/MatrixFunctions.h>
|
inline |
Definition at line 349 of file MatrixFunctions.h.
|
inline |
Definition at line 353 of file MatrixFunctions.h.
|
inline |
calc \(\sum_{j} a_{ik} * b_{kj}\)
Definition at line 356 of file MatrixFunctions.h.
|
inline |
Definition at line 364 of file MatrixFunctions.h.
|
inline |
Definition at line 360 of file MatrixFunctions.h.
|
protected |
Definition at line 370 of file MatrixFunctions.h.
|
protected |
Definition at line 371 of file MatrixFunctions.h.