Go to the source code of this file.
Classes | |
class | Eigen::MapBase< Derived, ReadOnlyAccessors > |
class | Eigen::MapBase< Derived, WriteAccessors > |
Namespaces | |
namespace | Eigen |
iterative scaling algorithm to equilibrate rows and column norms in matrices | |
Defines | |
#define | EIGEN_STATIC_ASSERT_INDEX_BASED_ACCESS(Derived) |
#define EIGEN_STATIC_ASSERT_INDEX_BASED_ACCESS | ( | Derived | ) |
EIGEN_STATIC_ASSERT((int(internal::traits<Derived>::Flags) & LinearAccessBit) || Derived::IsVectorAtCompileTime, \ YOU_ARE_TRYING_TO_USE_AN_INDEX_BASED_ACCESSOR_ON_AN_EXPRESSION_THAT_DOES_NOT_SUPPORT_THAT)