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

  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix.h 141 // This program is used by the ComputeOuterProduct function below to
146 // one row per row block. The ComputeOuterProduct function reuses
156 static void ComputeOuterProduct(const CompressedRowSparseMatrix& m,
sparse_normal_cholesky_solver.cc 165 CompressedRowSparseMatrix::ComputeOuterProduct(
263 CompressedRowSparseMatrix::ComputeOuterProduct(
compressed_row_sparse_matrix_test.cc 488 TEST(CompressedRowSparseMatrix, ComputeOuterProduct) {
499 // and ComputeOuterProduct. Convert both matrices to dense matrices
540 CompressedRowSparseMatrix::ComputeOuterProduct(*matrix,
compressed_row_sparse_matrix.cc 508 void CompressedRowSparseMatrix::ComputeOuterProduct(

Completed in 48 milliseconds