Spec-Zone.ru › Eigen3

Eigen::PermutationWrapper

шаблон<typename _IndicesType>
класс Eigen::PermutationWrapper< _IndicesType >

Класс для представления вектора целых чисел в виде матрицы перестановок.

Шаблонные параметры
_IndicesType тип вектора целых чисел (может быть любым совместимым выражением)

Этот класс позволяет рассматривать любое векторное выражение целых чисел как матрицу перестановок.

См. также
класс PermutationBase, класс PermutationMatrix
Inheritance graph
const internal::remove_all< typename IndicesType::Nested >::type & indices () const
- Публичные члены-функции, унаследованные от Eigen::PermutationBase< PermutationWrapper< _IndicesType > >
PermutationWrapper< _IndicesType > & applyTranspositionOnTheLeft (Index i, Index j)
PermutationWrapper< _IndicesType > & applyTranspositionOnTheRight (Index i, Index j)
Index cols () const
Index determinant () const
IndicesType & indices ()
const IndicesType & indices () const
InverseReturnType inverse () const
PlainPermutationType operator* (const InverseImpl< Other, PermutationStorage > &other) const
PlainPermutationType operator* (const PermutationBase< Other > &other) const
PermutationWrapper< _IndicesType > & operator= (const PermutationBase< OtherDerived > &other)
PermutationWrapper< _IndicesType > & operator= (const TranspositionsBase< OtherDerived > &tr)
void resize (Index newSize)
Index rows () const
void setIdentity ()
void setIdentity (Index newSize)
Index size () const
DenseMatrixType toDenseMatrix () const
InverseReturnType transpose () const
END_OF_DOCUMENT_MARKER
- Публичные члены-функции, унаследованные от Eigen::EigenBase< Derived >
EIGEN_CONSTEXPR Index cols () const EIGEN_NOEXCEPT
Derived & derived ()
const Derived & derived () const
EIGEN_CONSTEXPR Index rows () const EIGEN_NOEXCEPT
EIGEN_CONSTEXPR Index size () const EIGEN_NOEXCEPT
- Публичные типы, унаследованные от Eigen::EigenBase< Derived >
typedef Eigen::Index Index
Тип индексов интерфейса. Подробнее...

indices()

template<typename _IndicesType >
const internal::remove_all<typename IndicesType::Nested>::type& Eigen::PermutationWrapper< _IndicesType >::indices ( ) const
inline

Констанная версия indices().


Документация для этого класса была сгенерирована из следующего файла:
  • PermutationMatrix.h

© Eigen.
Licensed under the MPL2 License.
https://eigen.tuxfamily.org/dox/classEigen_1_1PermutationWrapper.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API