Eigen::PlainObjectBase< Derived > Member List
This is the complete list of members for Eigen::PlainObjectBase< Derived >, including all inherited members.
_check_template_params()Eigen::PlainObjectBase< Derived > [inline, static]
_init2(Index rows, Index cols, typename internal::enable_if< Base::SizeAtCompileTime!=2, T0 >::type *=0)Eigen::PlainObjectBase< Derived > [inline, protected]
_init2(const Scalar &x, const Scalar &y, typename internal::enable_if< Base::SizeAtCompileTime==2, T0 >::type *=0)Eigen::PlainObjectBase< Derived > [inline, protected]
_resize_to_match(const EigenBase< OtherDerived > &other)Eigen::PlainObjectBase< Derived > [inline, protected]
_set(const DenseBase< OtherDerived > &other)Eigen::PlainObjectBase< Derived > [inline, protected]
_set_noalias(const DenseBase< OtherDerived > &other)Eigen::PlainObjectBase< Derived > [inline, protected]
_set_selector(const OtherDerived &other, const internal::true_type &)Eigen::PlainObjectBase< Derived > [inline, protected]
_set_selector(const OtherDerived &other, const internal::false_type &)Eigen::PlainObjectBase< Derived > [inline, protected]
_swap(DenseBase< OtherDerived > const &other)Eigen::PlainObjectBase< Derived > [inline, protected]
AlignedMapType typedefEigen::PlainObjectBase< Derived >
Base typedefEigen::PlainObjectBase< Derived >
base()Eigen::PlainObjectBase< Derived > [inline]
base() const Eigen::PlainObjectBase< Derived > [inline]
coeff(Index row, Index col) const Eigen::PlainObjectBase< Derived > [inline]
coeff(Index index) const Eigen::PlainObjectBase< Derived > [inline]
coeffRef(Index row, Index col)Eigen::PlainObjectBase< Derived > [inline]
coeffRef(Index index)Eigen::PlainObjectBase< Derived > [inline]
coeffRef(Index row, Index col) const Eigen::PlainObjectBase< Derived > [inline]
coeffRef(Index index) const Eigen::PlainObjectBase< Derived > [inline]
cols() const Eigen::PlainObjectBase< Derived > [inline]
conservativeResize(Index rows, Index cols)Eigen::PlainObjectBase< Derived > [inline]
conservativeResize(Index rows, NoChange_t)Eigen::PlainObjectBase< Derived > [inline]
conservativeResize(NoChange_t, Index cols)Eigen::PlainObjectBase< Derived > [inline]
conservativeResize(Index size)Eigen::PlainObjectBase< Derived > [inline]
conservativeResizeLike(const DenseBase< OtherDerived > &other)Eigen::PlainObjectBase< Derived > [inline]
ConstAlignedMapType typedefEigen::PlainObjectBase< Derived >
ConstMapType typedefEigen::PlainObjectBase< Derived >
data() const Eigen::PlainObjectBase< Derived > [inline]
data()Eigen::PlainObjectBase< Derived > [inline]
DenseType typedefEigen::PlainObjectBase< Derived >
Eigen::Map classEigen::PlainObjectBase< Derived > [friend]
Eigen::Map< const Derived, Aligned > classEigen::PlainObjectBase< Derived > [friend]
Eigen::Map< const Derived, Unaligned > classEigen::PlainObjectBase< Derived > [friend]
Eigen::Map< Derived, Aligned > classEigen::PlainObjectBase< Derived > [friend]
Eigen::Map< Derived, Unaligned > classEigen::PlainObjectBase< Derived > [friend]
Index typedefEigen::PlainObjectBase< Derived >
internal::matrix_swap_implEigen::PlainObjectBase< Derived > [friend]
lazyAssign(const DenseBase< OtherDerived > &other)Eigen::PlainObjectBase< Derived > [inline]
m_storageEigen::PlainObjectBase< Derived > [protected]
Map(const Scalar *data)Eigen::PlainObjectBase< Derived > [inline, static]
Map(Scalar *data)Eigen::PlainObjectBase< Derived > [inline, static]
Map(const Scalar *data, Index size)Eigen::PlainObjectBase< Derived > [inline, static]
Map(Scalar *data, Index size)Eigen::PlainObjectBase< Derived > [inline, static]
Map(const Scalar *data, Index rows, Index cols)Eigen::PlainObjectBase< Derived > [inline, static]
Map(Scalar *data, Index rows, Index cols)Eigen::PlainObjectBase< Derived > [inline, static]
Map(const Scalar *data, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
Map(Scalar *data, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
Map(const Scalar *data, Index size, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
Map(Scalar *data, Index size, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
Map(const Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
Map(Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(const Scalar *data)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(Scalar *data)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(const Scalar *data, Index size)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(Scalar *data, Index size)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(const Scalar *data, Index rows, Index cols)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(Scalar *data, Index rows, Index cols)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(const Scalar *data, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(Scalar *data, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(const Scalar *data, Index size, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(Scalar *data, Index size, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(const Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
MapAligned(Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride)Eigen::PlainObjectBase< Derived > [inline, static]
MapType typedefEigen::PlainObjectBase< Derived >
NeedsToAlign enum valueEigen::PlainObjectBase< Derived >
operator=(const PlainObjectBase &other)Eigen::PlainObjectBase< Derived > [inline]
operator=(const ReturnByValue< OtherDerived > &func)Eigen::PlainObjectBase< Derived > [inline]
operator=(const EigenBase< OtherDerived > &other)Eigen::PlainObjectBase< Derived > [inline]
Options enum valueEigen::PlainObjectBase< Derived >
packet(Index row, Index col) const Eigen::PlainObjectBase< Derived > [inline]
packet(Index index) const Eigen::PlainObjectBase< Derived > [inline]
PacketScalar typedefEigen::PlainObjectBase< Derived >
PlainObjectBase()Eigen::PlainObjectBase< Derived > [inline, explicit]
PlainObjectBase(internal::constructor_without_unaligned_array_assert)Eigen::PlainObjectBase< Derived > [inline]
PlainObjectBase(Index size, Index rows, Index cols)Eigen::PlainObjectBase< Derived > [inline]
PlainObjectBase(const EigenBase< OtherDerived > &other)Eigen::PlainObjectBase< Derived > [inline]
RealScalar typedefEigen::PlainObjectBase< Derived >
resize(Index rows, Index cols)Eigen::PlainObjectBase< Derived > [inline]
resize(Index size)Eigen::PlainObjectBase< Derived > [inline]
resize(NoChange_t, Index cols)Eigen::PlainObjectBase< Derived > [inline]
resize(Index rows, NoChange_t)Eigen::PlainObjectBase< Derived > [inline]
resizeLike(const EigenBase< OtherDerived > &_other)Eigen::PlainObjectBase< Derived > [inline]
rows() const Eigen::PlainObjectBase< Derived > [inline]
Scalar typedefEigen::PlainObjectBase< Derived >
setConstant(Index size, const Scalar &value)Eigen::PlainObjectBase< Derived >
setConstant(Index rows, Index cols, const Scalar &value)Eigen::PlainObjectBase< Derived >
setOnes(Index size)Eigen::PlainObjectBase< Derived >
setOnes(Index rows, Index cols)Eigen::PlainObjectBase< Derived >
setRandom(Index size)Eigen::PlainObjectBase< Derived >
setRandom(Index rows, Index cols)Eigen::PlainObjectBase< Derived >
setZero(Index size)Eigen::PlainObjectBase< Derived >
setZero(Index rows, Index cols)Eigen::PlainObjectBase< Derived >
StorageKind typedefEigen::PlainObjectBase< Derived >
ThisConstantIsPrivateInPlainObjectBase enum valueEigen::PlainObjectBase< Derived > [private]
writePacket(Index row, Index col, const PacketScalar &x)Eigen::PlainObjectBase< Derived > [inline]
writePacket(Index index, const PacketScalar &x)Eigen::PlainObjectBase< Derived > [inline]


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:57