Go to the source code of this file.
|
class | Eigen::DynamicSkylineMatrix< _Scalar, _Flags > |
|
class | Eigen::internal::eval< T, IsSkyline > |
|
class | Eigen::MappedSkylineMatrix< _Scalar, _Flags > |
|
struct | Eigen::internal::skyline_product_mode< Lhs, Rhs > |
|
class | Eigen::SkylineMatrix< _Scalar, _Options > |
| The main skyline matrix class. More...
|
|
class | Eigen::SkylineMatrixBase< Derived > |
| Base class of any skyline matrices or skyline expressions. More...
|
|
class | Eigen::SkylineProduct< Lhs, Rhs, ProductMode > |
|
struct | Eigen::internal::SkylineProductReturnType< Lhs, Rhs, ProductMode > |
|
class | Eigen::SkylineVector< _Scalar, _Flags > |
|
#define _EIGEN_SKYLINE_GENERIC_PUBLIC_INTERFACE |
( |
|
Derived, |
|
|
|
BaseClass |
|
) |
| |
Value:typedef BaseClass
Base; \
typedef
typename Eigen::internal::index<StorageKind>::type
Index; \
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition at line 52 of file SkylineUtil.h.
#define EIGEN_DBG_SKYLINE |
( |
|
X | ) |
X |
#define EIGEN_SKYLINE_INHERIT_ASSIGNMENT_OPERATOR |
( |
|
Derived, |
|
|
|
Op |
|
) |
| |
Value:template<
typename OtherDerived>
\ return Base::operator Op(other.derived()); \
return Base::operator Op(other); \
}
#define EIGEN_STRONG_INLINE
return(x<=y?ADS(x):ADS(y))
Base class of any skyline matrices or skyline expressions.
Definition at line 27 of file SkylineUtil.h.
#define EIGEN_SKYLINE_INHERIT_ASSIGNMENT_OPERATORS |
( |
|
Derived | ) |
|
Value:#define EIGEN_SKYLINE_INHERIT_SCALAR_ASSIGNMENT_OPERATOR(Derived, Op)
#define EIGEN_SKYLINE_INHERIT_ASSIGNMENT_OPERATOR(Derived, Op)
Definition at line 45 of file SkylineUtil.h.
#define EIGEN_SKYLINE_INHERIT_SCALAR_ASSIGNMENT_OPERATOR |
( |
|
Derived, |
|
|
|
Op |
|
) |
| |
Value:template<
typename Other>
\ return Base::operator Op(scalar); \
}
#define EIGEN_STRONG_INLINE
return(x<=y?ADS(x):ADS(y))
Definition at line 38 of file SkylineUtil.h.