Home | History | Annotate | Download | only in ceres

Lines Matching refs:kMatrix

452   static const double kMatrix[3][3] = {
459 // Fill it from kMatrix in col-major order.
462 in_matrix[k] = kMatrix[i][j];
487 StringAppendF(&line, "%g ", kMatrix[i][j]);