#include <MapBase.h>
Public Member Functions |
const Scalar & | coeff (Index row, Index col) const |
const Scalar & | coeff (Index index) const |
const Scalar & | coeffRef (Index row, Index col) const |
const Scalar & | coeffRef (Index index) const |
ScalarWithConstIfNotLvalue & | coeffRef (Index row, Index col) |
ScalarWithConstIfNotLvalue & | coeffRef (Index index) |
Index | cols () const |
const Scalar * | data () const |
ScalarWithConstIfNotLvalue * | data () |
| MapBase (PointerType data) |
| MapBase (PointerType data, Index size) |
| MapBase (PointerType data, Index rows, Index cols) |
Derived & | operator= (const MapBase &other) |
template<int LoadMode> |
PacketScalar | packet (Index row, Index col) const |
template<int LoadMode> |
PacketScalar | packet (Index index) const |
Index | rows () const |
template<int StoreMode> |
void | writePacket (Index row, Index col, const PacketScalar &x) |
template<int StoreMode> |
void | writePacket (Index index, const PacketScalar &x) |
Member Typedef Documentation
typedef Base::Index Index |
Member Enumeration Documentation
- Enumerator:
RowsAtCompileTime |
|
ColsAtCompileTime |
|
SizeAtCompileTime |
|
Constructor & Destructor Documentation
Member Function Documentation
void checkSanity |
( |
| ) |
const |
|
inlineprotectedinherited |
Index cols |
( |
void |
| ) |
const |
|
inlineinherited |
Returns a pointer to the first coefficient of the matrix or vector.
- Note
- When addressing this data, make sure to honor the strides returned by innerStride() and outerStride().
- See Also
- innerStride(), outerStride()
Reimplemented from MapBase< Derived, ReadOnlyAccessors >.
Index rows |
( |
void |
| ) |
const |
|
inlineinherited |
Member Data Documentation
The documentation for this class was generated from the following file: