#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/Block.h>
|
EIGEN_DEVICE_FUNC | BlockImpl_dense (XprType &xpr, Index i) |
| Column or Row constructor. More...
|
|
EIGEN_DEVICE_FUNC | BlockImpl_dense (XprType &xpr, Index startRow, Index startCol) |
| Fixed-size constructor. More...
|
|
EIGEN_DEVICE_FUNC | BlockImpl_dense (XprType &xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) |
| Dynamic-size constructor. More...
|
|
EIGEN_DEVICE_FUNC Index | rows () const |
|
EIGEN_DEVICE_FUNC Index | cols () const |
|
EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index rowId, Index colId) |
|
EIGEN_DEVICE_FUNC const Scalar & | coeffRef (Index rowId, Index colId) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CoeffReturnType | coeff (Index rowId, Index colId) const |
|
EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index index) |
|
EIGEN_DEVICE_FUNC const Scalar & | coeffRef (Index index) const |
|
EIGEN_DEVICE_FUNC const CoeffReturnType | coeff (Index index) const |
|
template<int LoadMode> |
PacketScalar | packet (Index rowId, Index colId) const |
|
template<int LoadMode> |
void | writePacket (Index rowId, Index colId, const PacketScalar &val) |
|
template<int LoadMode> |
PacketScalar | packet (Index index) const |
|
template<int LoadMode> |
void | writePacket (Index index, const PacketScalar &val) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const internal::remove_all< XprTypeNested >::type & | nestedExpression () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE XprType & | nestedExpression () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR StorageIndex | startRow () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR StorageIndex | startCol () const EIGEN_NOEXCEPT |
|
◆ Base
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ BlockImpl_dense() [1/3]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
Column or Row constructor.
◆ BlockImpl_dense() [2/3]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ BlockImpl_dense() [3/3]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
Dynamic-size constructor.
◆ coeff() [1/2]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ coeff() [2/2]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ coeffRef() [1/4]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ coeffRef() [2/4]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ coeffRef() [3/4]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ coeffRef() [4/4]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ cols()
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ nestedExpression() [1/2]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ nestedExpression() [2/2]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ packet() [1/2]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
template<int LoadMode>
◆ packet() [2/2]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
template<int LoadMode>
◆ rows()
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ startCol()
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ startRow()
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ writePacket() [1/2]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
template<int LoadMode>
◆ writePacket() [2/2]
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
template<int LoadMode>
◆ m_blockCols
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ m_blockRows
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ m_startCol
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ m_startRow
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
◆ m_xpr
template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
The documentation for this class was generated from the following file:
- /home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/Block.h