Lines Matching defs:c0
375 RealScalar lambda, phi, c0, s0;
429 c0 = 1;
434 c0 = alphaK * lambda / r0;
445 // we shift q1 at the left with a factor c0
446 m_naiveU.col(firstCol).segment( firstCol, k + 1) << (q1 * c0);
452 // q2 *= c0
453 m_naiveU.col(lastCol + 1).segment(firstCol + k + 1, n - k) *= c0;
463 // we shift q1 at the left with a factor c0
464 m_naiveU(0, firstCol) = (q1 * c0);
469 // q2 *= c0
470 m_naiveU(1, lastCol + 1) *= c0;