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

  /external/ceres-solver/internal/ceres/
partitioned_matrix_view.cc 112 yref += m.lazyProduct(xref);
140 yref += m.lazyProduct(xref);
164 yref += m.transpose().lazyProduct(xref);
191 yref += m.transpose().lazyProduct(xref);
block_sparse_matrix.cc 129 yref += m.lazyProduct(xref);
150 yref += m.transpose().lazyProduct(xref);
  /external/eigen/test/
product_notemporary.cpp 107 VERIFY_EVALUATION_COUNT( Scalar tmp = 0; tmp += Scalar(RealScalar(1)) / (m3.transpose().lazyProduct(m3)).diagonal().sum(), 0 );
  /external/eigen/Eigen/src/Core/
MatrixBase.h 178 lazyProduct(const MatrixBase<OtherDerived> &other) const;
GeneralProduct.h 544 * \sa lazyProduct(), operator*=(const MatrixBase&), Cwise::operator*()
590 MatrixBase<Derived>::lazyProduct(const MatrixBase<OtherDerived> &other) const

Completed in 101 milliseconds