Class for Matrix-Matrix multiplication.
Definition at line 348 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}\)   | |
| 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 351 of file MatrixFunctions.h.
      
  | 
  inline | 
Definition at line 355 of file MatrixFunctions.h.
      
  | 
  inline | 
calc \(\sum_{j} a_{ik} * b_{kj}\)
Definition at line 358 of file MatrixFunctions.h.
      
  | 
  inline | 
Definition at line 366 of file MatrixFunctions.h.
      
  | 
  inline | 
Definition at line 362 of file MatrixFunctions.h.
      
  | 
  protected | 
Definition at line 372 of file MatrixFunctions.h.
      
  | 
  protected | 
Definition at line 373 of file MatrixFunctions.h.