Class for Tensor Multiplication (outer product) of two vectors giving a matrix.
Definition at line 837 of file MatrixFunctions.h.
Public Member Functions | |
| TensorMulOp (const Vector1 &lhs, const Vector2 &rhs) | |
| ~TensorMulOp () | |
| Vector1::value_type | apply (unsigned int i) const | 
| Vector2::kSize is the number of columns in the resulting matrix.   | |
| bool | IsInUse (const typename Vector1::value_type *) const | 
| Vector1::value_type | operator() (unsigned int i, unsigned j) const | 
Protected Attributes | |
| const Vector1 & | lhs_ | 
| const Vector2 & | rhs_ | 
#include <Math/MatrixFunctions.h>
      
  | 
  inline | 
Definition at line 840 of file MatrixFunctions.h.
      
  | 
  inline | 
Definition at line 845 of file MatrixFunctions.h.
      
  | 
  inline | 
Vector2::kSize is the number of columns in the resulting matrix.
Definition at line 848 of file MatrixFunctions.h.
      
  | 
  inline | 
Definition at line 855 of file MatrixFunctions.h.
      
  | 
  inline | 
Definition at line 851 of file MatrixFunctions.h.
      
  | 
  protected | 
Definition at line 862 of file MatrixFunctions.h.
      
  | 
  protected | 
Definition at line 863 of file MatrixFunctions.h.