Home | History | Annotate | Download | only in test

Lines Matching refs:col

96     for (int col = 0; col < half; col++)
100 coeff = (m_x(row)-col)/v(col);
104 fjac.coeffRef(row,col) = -(1-coeff)*(1-coeff);
109 for (int col = 0; col < half; col++)
113 coeff = (m_x(row)-col)/v(col);
117 fjac.coeffRef(row,col+half) = -4 * (u(col)/v(col))*coeff*(1-coeff);