Searched refs:MatrixReplacement (Results 1 – 1 of 1) sorted by relevance
/external/eigen/doc/examples/ |
D | matrixfree_cg.cpp | 7 class MatrixReplacement; 14 struct traits<MatrixReplacement> : public Eigen::internal::traits<Eigen::SparseMatrix<double> > 21 class MatrixReplacement : public Eigen::EigenBase<MatrixReplacement> { class 37 …Eigen::Product<MatrixReplacement,Rhs,Eigen::AliasFreeProduct> operator*(const Eigen::MatrixBase<Rh… in operator *() 38 return Eigen::Product<MatrixReplacement,Rhs,Eigen::AliasFreeProduct>(*this, x.derived()); in operator *() 42 MatrixReplacement() : mp_mat(0) {} in MatrixReplacement() function in MatrixReplacement 59 …struct generic_product_impl<MatrixReplacement, Rhs, SparseShape, DenseShape, GemvProduct> // GEMV … 60 : generic_product_impl_base<MatrixReplacement,Rhs,generic_product_impl<MatrixReplacement,Rhs> > 62 typedef typename Product<MatrixReplacement,Rhs>::Scalar Scalar; 65 …static void scaleAndAddTo(Dest& dst, const MatrixReplacement& lhs, const Rhs& rhs, const Scalar& a… in scaleAndAddTo() [all …]
|