![]() |
|
#include <CoherentPadOp.h>
Inheritance diagram for Eigen::internal::CoherentPadOp< XprType, SizeAtCompileTime_ >:Public Types | |
| typedef internal::generic_xpr_base< CoherentPadOp< XprType, SizeAtCompileTime_ > >::type | Base |
| using | XprNested = typename traits< CoherentPadOp >::XprNested |
| using | XprNested_ = typename traits< CoherentPadOp >::XprNested_ |
| using | NestedExpression = XprNested_ |
Public Member Functions | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | CoherentPadOp ()=delete |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | CoherentPadOp (const CoherentPadOp &)=default |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | CoherentPadOp (CoherentPadOp &&other)=default |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | CoherentPadOp (const XprType &xpr, Index size) |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const XprNested_ & | nestedExpression () const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index | size () const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index | rows () const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index | cols () const |
Private Attributes | |
| XprNested | xpr_ |
| const internal::variable_if_dynamic< Index, SizeAtCompileTime > | size_ |
| typedef internal::generic_xpr_base<CoherentPadOp<XprType, SizeAtCompileTime_> >::type Eigen::internal::CoherentPadOp< XprType, SizeAtCompileTime_ >::Base |
| using Eigen::internal::CoherentPadOp< XprType, SizeAtCompileTime_ >::NestedExpression = XprNested_ |
| using Eigen::internal::CoherentPadOp< XprType, SizeAtCompileTime_ >::XprNested = typename traits<CoherentPadOp>::XprNested |
| using Eigen::internal::CoherentPadOp< XprType, SizeAtCompileTime_ >::XprNested_ = typename traits<CoherentPadOp>::XprNested_ |
|
delete |
|
default |
|
default |
|
inline |
|
inline |
References Eigen::internal::CoherentPadOp< XprType, SizeAtCompileTime_ >::size().
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
|
inline |
|
inline |
References Eigen::internal::CoherentPadOp< XprType, SizeAtCompileTime_ >::size().
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
|
inline |
References Eigen::internal::CoherentPadOp< XprType, SizeAtCompileTime_ >::size_, and Eigen::internal::variable_if_dynamic< T, Value >::value().
Referenced by Eigen::internal::CoherentPadOp< XprType, SizeAtCompileTime_ >::cols(), and Eigen::internal::CoherentPadOp< XprType, SizeAtCompileTime_ >::rows().
|
private |
|
private |