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

  /external/ceres-solver/internal/ceres/
small_blas.h 81 Aref(A, num_row_a, num_col_a); \
147 block.noalias() += Aref * Bref;
149 block.noalias() -= Aref * Bref;
151 block.noalias() = Aref * Bref;
207 block.noalias() += Aref.transpose() * Bref;
209 block.noalias() -= Aref.transpose() * Bref;
211 block.noalias() = Aref.transpose() * Bref;
282 Aref(A, num_row_a, num_col_a);
289 cref += Aref.lazyProduct(bref);
291 cref -= Aref.lazyProduct(bref)
    [all...]
dense_normal_cholesky_solver.cc 74 ConstColMajorMatrixRef Aref = A->matrix();
85 lhs.selfadjointView<Eigen::Upper>().rankUpdate(Aref.transpose());
88 Vector rhs = Aref.transpose() * ConstVectorRef(b, num_rows);
  /external/clang/test/CodeGenCXX/
visibility.cpp 231 template <A&> struct Aref {
240 Aref<a>::foo();
    [all...]

Completed in 681 milliseconds