ROOT
6.07/01
Reference Guide
|
Class for Matrix-Matrix multiplication.
Definition at line 354 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... | |
T | operator() (unsigned int i, unsigned j) const |
bool | IsInUse (const T *p) const |
Protected Attributes | |
const MatrixA & | lhs_ |
const MatrixB & | rhs_ |
#include <Math/MatrixFunctions.h>
|
inline |
Definition at line 357 of file MatrixFunctions.h.
|
inline |
Definition at line 361 of file MatrixFunctions.h.
|
inline |
calc \(\sum_{j} a_{ik} * b_{kj}\)
Definition at line 364 of file MatrixFunctions.h.
|
inline |
Definition at line 372 of file MatrixFunctions.h.
|
inline |
Definition at line 368 of file MatrixFunctions.h.
|
protected |
Definition at line 378 of file MatrixFunctions.h.
Referenced by ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::apply(), ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::IsInUse(), and ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::operator()().
|
protected |
Definition at line 379 of file MatrixFunctions.h.
Referenced by ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::apply(), ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::IsInUse(), and ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::operator()().