Searched defs:m_xpr (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DCwiseUnaryOp.h68 : m_xpr(xpr), m_functor(func) {}
70 EIGEN_STRONG_INLINE Index rows() const { return m_xpr.rows(); }
71 EIGEN_STRONG_INLINE Index cols() const { return m_xpr.cols(); }
78 nestedExpression() const { return m_xpr; }
82 nestedExpression() { return m_xpr.const_cast_derived(); }
85 typename XprType::Nested m_xpr; member in class:Eigen::CwiseUnaryOp
H A DBlock.h180 : m_xpr(xpr),
194 : m_xpr(xpr), m_startRow(a_startRow), m_startCol(a_startCol),
203 : m_xpr(xpr), m_startRow(a_startRow), m_startCol(a_startCol),
213 return m_xpr.const_cast_derived()
219 return m_xpr.derived()
225 return m_xpr.coeff(rowId + m_startRow.value(), colId + m_startCol.value());
231 return m_xpr.const_cast_derived()
238 return m_xpr.const_cast_derived()
245 return m_xpr
253 return m_xpr
304 const typename XprType::Nested m_xpr; member in class:Eigen::internal::BlockImpl_dense
397 typename XprType::Nested m_xpr; member in class:Eigen::internal::BlockImpl_dense
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseCwiseBinaryOp.h268 : m_xpr(xpr), m_rhsIter(xpr.rhs(),outer), m_functor(xpr.functor()), m_outer(outer)
278 { return m_functor(m_xpr.lhs().coeff(IsRowMajor?m_outer:m_rhsIter.index(),IsRowMajor?m_rhsIter.index():m_outer), m_rhsIter.value()); }
287 const CwiseBinaryXpr& m_xpr; member in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector

Completed in 157 milliseconds