HomeSort by relevance Sort by last modified time
    Searched refs:CreateSparseDiagonalMatrix (Results 1 - 4 of 4) sorted by null

  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix.h 105 static TripletSparseMatrix* CreateSparseDiagonalMatrix(const double* values,
symmetric_linear_solver_test.cc 52 A(TripletSparseMatrix::CreateSparseDiagonalMatrix(diagonal, 3));
triplet_sparse_matrix.cc 243 TripletSparseMatrix* TripletSparseMatrix::CreateSparseDiagonalMatrix(
triplet_sparse_matrix_test.cc 287 TripletSparseMatrix::CreateSparseDiagonalMatrix(values.get(), 10));

Completed in 248 milliseconds