Home | History | Annotate | Download | only in test

Lines Matching refs:half

38     int half = n/2;
39 VectorBlock<const VectorType> u(uv, 0, half);
40 VectorBlock<const VectorType> v(uv, half, half);
44 for (int i = 0; i < half; i++)
65 int half = n/2;
66 VectorBlock<const VectorType> u(uv, 0, half);
67 VectorBlock<const VectorType> v(uv, half, half);
72 for (int i = 0; i < half; i++)
90 int half = n/2;
91 VectorBlock<const VectorType> u(uv, 0, half);
92 VectorBlock<const VectorType> v(uv, half, half);
96 for (int col = 0; col < half; col++)
109 for (int col = 0; col < half; col++)
117 fjac.coeffRef(row,col+half) = -4 * (u(col)/v(col))*coeff*(1-coeff);