18int mndspr(
const char *,
unsigned int,
double,
const double *,
int,
double *);
21 :
fSize(0), fNRow(0), fData(0)
26 fNRow = out.Obj().Obj().Obj().size();
30 Outer_prod(*
this, out.Obj().Obj().Obj(), out.f() * out.Obj().Obj().f() * out.Obj().Obj().f());
40 fNRow = out.Obj().Obj().Obj().size();
44 Outer_prod(*
this, out.Obj().Obj().Obj(), out.f() * out.Obj().Obj().f() * out.Obj().Obj().f());
48 tmp *=
double(out.f() * out.Obj().Obj().f() * out.Obj().Obj().f());
Class describing a symmetric matrix of size n.
const double * Data() const
LASymMatrix & operator=(const LASymMatrix &v)
unsigned int size() const
static StackAllocator & Get()
void * Allocate(size_t nBytes)
void Outer_prod(LASymMatrix &, const LAVector &, double f=1.)
int mndspr(const char *, unsigned int, double, const double *, int, double *)
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.