![]() |
ROOT
6.06/09
Reference Guide
|
#include "Minuit2/VectorOuterProduct.h"#include "Minuit2/ABSum.h"#include "Minuit2/LAVector.h"#include "Minuit2/LASymMatrix.h"
Include dependency graph for LaOuterProduct.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Minuit2 | |
Functions | |
| ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, double >, double >, double > | ROOT::Minuit2::Outer_product (const ABObj< vec, LAVector, double > &obj) |
| LAPACK Algebra function specialize the Outer_product function for LAVector;. More... | |
| template<class T > | |
| ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > | ROOT::Minuit2::operator* (T f, const ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > &obj) |
| template<class T > | |
| ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > | ROOT::Minuit2::operator/ (const ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > &obj, T f) |
| template<class T > | |
| ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > | ROOT::Minuit2::operator- (const ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > &obj) |
| void | ROOT::Minuit2::Outer_prod (LASymMatrix &, const LAVector &, double f=1.) |