WPILibC++ 2023.4.3-108-ge5452e3
|
Public Types | |
typedef TranspositionsBase< TranspositionsWrapper > | Base |
typedef Traits::IndicesType | IndicesType |
typedef IndicesType::Scalar | StorageIndex |
Public Types inherited from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > > | |
typedef Traits::IndicesType | IndicesType |
typedef IndicesType::Scalar | StorageIndex |
typedef Eigen::Index | Index |
Public Member Functions | |
TranspositionsWrapper (IndicesType &indices) | |
template<typename OtherDerived > | |
TranspositionsWrapper & | operator= (const TranspositionsBase< OtherDerived > &other) |
Copies the other transpositions into *this . More... | |
EIGEN_DEVICE_FUNC const IndicesType & | indices () const |
const version of indices(). More... | |
EIGEN_DEVICE_FUNC IndicesType & | indices () |
Public Member Functions inherited from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > > | |
EIGEN_DEVICE_FUNC TranspositionsWrapper< _IndicesType > & | derived () |
EIGEN_DEVICE_FUNC const TranspositionsWrapper< _IndicesType > & | derived () const |
TranspositionsWrapper< _IndicesType > & | operator= (const TranspositionsBase< OtherDerived > &other) |
Copies the other transpositions into *this . More... | |
EIGEN_DEVICE_FUNC Index | size () const |
EIGEN_DEVICE_FUNC Index | rows () const |
EIGEN_DEVICE_FUNC Index | cols () const |
EIGEN_DEVICE_FUNC const StorageIndex & | coeff (Index i) const |
Direct access to the underlying index vector. More... | |
StorageIndex & | coeffRef (Index i) |
Direct access to the underlying index vector. More... | |
const StorageIndex & | operator() (Index i) const |
Direct access to the underlying index vector. More... | |
StorageIndex & | operator() (Index i) |
Direct access to the underlying index vector. More... | |
const StorageIndex & | operator[] (Index i) const |
Direct access to the underlying index vector. More... | |
StorageIndex & | operator[] (Index i) |
Direct access to the underlying index vector. More... | |
EIGEN_DEVICE_FUNC const IndicesType & | indices () const |
const version of indices(). More... | |
EIGEN_DEVICE_FUNC IndicesType & | indices () |
void | resize (Index newSize) |
Resizes to given size. More... | |
void | setIdentity () |
Sets *this to represents an identity transformation. More... | |
Transpose< TranspositionsBase > | inverse () const |
Transpose< TranspositionsBase > | transpose () const |
Protected Attributes | |
IndicesType::Nested | m_indices |
typedef TranspositionsBase<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Base |
typedef Traits::IndicesType Eigen::TranspositionsWrapper< _IndicesType >::IndicesType |
typedef IndicesType::Scalar Eigen::TranspositionsWrapper< _IndicesType >::StorageIndex |
|
inlineexplicit |
|
inline |
|
inline |
const version of indices().
|
inline |
Copies the other transpositions into *this
.
|
protected |