43template <
class T, 
int n, 
int idim>
 
   48  template <
class MatrixRep>
 
   66    for (
j = 1; 
j <= 
n; ++
j) {
 
   68      const int jj  = 
j + 
ja;
 
   74      if (
j == 
n) { 
break; }
 
   76      for (
l = 
j + 1; 
l <= 
n; ++
l) {
 
   79        for (i = 1; i <= 
j; ++i) {
 
   93      for (
j = 3; 
j <= 
n; ++
j) {
 
   94        const int jm2 = 
j - 2;
 
   96        const int jj = 
j + 
ja;
 
   97        const int j1 = 
j - 1 + 
ja;
 
   99        for (k = 1; k <= 
jm2; ++k) {
 
  102          for (i = k; i <= 
jm2; ++i) {
 
  120      for (i = 
jp1; i <= 
n; ++i) {
 
  128      for (k = 1; k <= 
jm1; ++k) {
 
  130        for (i = 
j; i <= 
n; ++i) {
 
 
  148    for (
int i = 0; i< 
n*
n; ++i)
 
  154    for (
int i = 0; i< 
n*
n; ++i)
 
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
static bool Dsinv(MatRepSym< T, n > &rhs)
 
static bool Dsinv(MatrixRep &rhs)
 
Namespace for new Math classes and functions.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...