10 #ifndef EIGEN_COREITERATORS_H 11 #define EIGEN_COREITERATORS_H 29 typedef typename Derived::Scalar
Scalar;
30 typedef typename Derived::Index
Index;
35 : m_expression(expr), m_inner(0), m_outer(outer), m_end(expr.
innerSize())
40 return (
IsRowMajor) ? m_expression.coeff(m_outer, m_inner)
41 : m_expression.coeff(m_inner, m_outer);
61 #endif // EIGEN_COREITERATORS_H
#define EIGEN_STRONG_INLINE
EIGEN_STRONG_INLINE Index index() const
iterative scaling algorithm to equilibrate rows and column norms in matrices
const unsigned int RowMajorBit
Base class for all dense matrices, vectors, and arrays.
EIGEN_STRONG_INLINE InnerIterator(const Derived &expr, Index outer)
EIGEN_STRONG_INLINE Scalar value() const
EIGEN_STRONG_INLINE InnerIterator & operator++()
const Derived & m_expression