ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions
LaOuterProduct.h File Reference
#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.)