ROOT 6.08/07 Reference Guide |
Class for Tensor Multiplication (outer product) of two vectors giving a matrix.
Definition at line 843 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. More... | |
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 846 of file MatrixFunctions.h.
|
inline |
Definition at line 851 of file MatrixFunctions.h.
|
inline |
Vector2::kSize is the number of columns in the resulting matrix.
Definition at line 854 of file MatrixFunctions.h.
|
inline |
Definition at line 861 of file MatrixFunctions.h.
|
inline |
Definition at line 857 of file MatrixFunctions.h.
|
protected |
Definition at line 868 of file MatrixFunctions.h.
|
protected |
Definition at line 869 of file MatrixFunctions.h.