OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cwiseProduct
(Results
26 - 28
of
28
) sorted by null
1
2
/external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h
331
cwiseProduct
(const MatrixBase<OtherDerived> &other) const;
/external/eigen/Eigen/src/Core/
GeneralProduct.h
211
Base::coeffRef(0,0) = (lhs.transpose().
cwiseProduct
(rhs)).sum();
530
dest.coeffRef(i) += alpha * (prod.lhs().row(i).
cwiseProduct
(prod.rhs().transpose())).sum();
564
// * for a coeff-wise product use: v1.
cwiseProduct
(v2)
601
// * for a coeff-wise product use: v1.
cwiseProduct
(v2)
/external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h
120
res.coeffRef(i) += alpha * (cjLhs.row(i).segment(s,r).
cwiseProduct
(cjRhs.segment(s,r).transpose())).sum();
Completed in 191 milliseconds
1
2