|
EIGEN_DEVICE_FUNC const Scalar * | data () const |
|
EIGEN_DEVICE_FUNC ScalarWithConstIfNotLvalue * | data () |
|
EIGEN_DEVICE_FUNC ScalarWithConstIfNotLvalue & | coeffRef (Index row, Index col) |
|
EIGEN_DEVICE_FUNC ScalarWithConstIfNotLvalue & | coeffRef (Index index) |
|
template<int StoreMode> |
void | writePacket (Index row, Index col, const PacketScalar &val) |
|
template<int StoreMode> |
void | writePacket (Index index, const PacketScalar &val) |
|
EIGEN_DEVICE_FUNC | MapBase (PointerType dataPtr) |
|
EIGEN_DEVICE_FUNC | MapBase (PointerType dataPtr, Index vecSize) |
|
EIGEN_DEVICE_FUNC | MapBase (PointerType dataPtr, Index rows, Index cols) |
|
EIGEN_DEVICE_FUNC Derived & | operator= (const MapBase &other) |
|
EIGEN_DEVICE_FUNC Index | rows () const |
|
EIGEN_DEVICE_FUNC Index | cols () const |
|
EIGEN_DEVICE_FUNC const Scalar & | coeff (Index rowId, Index colId) const |
|
EIGEN_DEVICE_FUNC const Scalar & | coeff (Index index) const |
|
EIGEN_DEVICE_FUNC const Scalar & | coeffRef (Index rowId, Index colId) const |
|
EIGEN_DEVICE_FUNC const Scalar & | coeffRef (Index index) const |
|
EIGEN_DEVICE_FUNC Index | rows () const |
|
EIGEN_DEVICE_FUNC Index | cols () const |
|
EIGEN_DEVICE_FUNC const Scalar * | data () const |
| Returns a pointer to the first coefficient of the matrix or vector.
|
|
EIGEN_DEVICE_FUNC const Scalar & | coeff (Index rowId, Index colId) const |
|
EIGEN_DEVICE_FUNC const Scalar & | coeff (Index index) const |
|
EIGEN_DEVICE_FUNC const Scalar & | coeffRef (Index rowId, Index colId) const |
|
EIGEN_DEVICE_FUNC const Scalar & | coeffRef (Index index) const |
|
template<int LoadMode> |
PacketScalar | packet (Index rowId, Index colId) const |
|
template<int LoadMode> |
PacketScalar | packet (Index index) const |
|
EIGEN_DEVICE_FUNC | MapBase (PointerType dataPtr) |
|
EIGEN_DEVICE_FUNC | MapBase (PointerType dataPtr, Index vecSize) |
|
EIGEN_DEVICE_FUNC | MapBase (PointerType dataPtr, Index rows, Index cols) |
|