Home | History | Annotate | Download | only in ceres

Lines Matching refs:DENSE_SCHUR

1174   if (options->linear_solver_type == DENSE_SCHUR &&
1176 *error = "Can't use DENSE_SCHUR with LAPACK because "
1467 } else if (options->linear_solver_type == DENSE_SCHUR) {
1472 msg += "DENSE_SCHUR to DENSE_QR.";