20 for (
int imatx=0; imatx<numMatrices; ++imatx){
22 std::vector<int> accessorInt(
m_maxdim);
23 std::vector<bool> parameterTag(
m_maxdim);
24 unsigned int cols = 0;
25 for (
int itag = 0, ipos = 1; itag <
m_maxdim; ++itag, ipos *= 2) {
26 bool bit = (imatx & ipos);
27 parameterTag[itag] = bit;
44 for (
int irow = 0; irow<
m_maxdim; irow++)
46 int icol = irow - reduc;
49 reduction(irow,
icol) = parameterTag[irow] ? 1. : 0.;
50 if (!parameterTag[irow])
52 accessorInt[irow] = -100;
55 accessorInt[irow] = reduc;