Home | History | Annotate | Download | only in ceres

Lines Matching refs:preconditioner_type

121   if (options.preconditioner_type == CLUSTER_JACOBI &&
129 if (options.preconditioner_type == CLUSTER_TRIDIAGONAL &&
173 if (options.preconditioner_type == CLUSTER_JACOBI) {
179 if (options.preconditioner_type == CLUSTER_TRIDIAGONAL) {
376 preconditioner_type(IDENTITY),
439 (preconditioner_type == CLUSTER_JACOBI ||
440 preconditioner_type == CLUSTER_TRIDIAGONAL))) {
467 PreconditionerTypeToString(preconditioner_type),
468 PreconditionerTypeToString(preconditioner_type));
471 if (preconditioner_type == CLUSTER_JACOBI ||
472 preconditioner_type == CLUSTER_TRIDIAGONAL) {