48template <
unsigned int n,
unsigned int idim = n>
67 unsigned int nxch, i,
j, k,
l;
80 for (
j = 1;
j <=
n; ++
j) {
81 const unsigned int ji =
j *
idim;
82 const unsigned int jj =
j +
ji;
88 for (i =
j + 1; i <=
n; ++i) {
96 for (
l = 1;
l <=
n; ++
l) {
98 const unsigned int jli =
j +
li;
99 const unsigned int kli = k +
li;
127 const unsigned int jm1 =
j - 1;
128 const unsigned int jpi = (
j + 1) *
idim;
131 for (k =
j + 1; k <=
n; ++k) {
132 const unsigned int ki = k *
idim;
133 const unsigned int jki =
j +
ki;
134 const unsigned int kji = k +
jpi;
136 for (i = 1; i <=
jm1; ++i) {
137 const unsigned int ii = i *
idim;
161 for (
unsigned 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.
winID h TVirtualViewer3D TVirtualGLPainter p
Detrminant for a general squared matrix Function to compute the determinant from a square matrix ( ) ...
static bool Dfact(MatRepStd< T, n, idim > &rhs, T &det)
static bool Dfact(MatRepSym< T, n > &rhs, T &det)
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...