18 int mnvert(LASymMatrix& t);
29 double tmp = t.
Data()[0];
30 if(!(tmp > 0.)) ifail = 1;
31 else t.
Data()[0] = 1./tmp;
int Invert(LASymMatrix &)
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
int mnvert(LASymMatrix &t)
Inverts a symmetric matrix.
Class describing a symmetric matrix of size n.
const double * Data() const
unsigned int size() const