Classes | Namespaces | Macros | Enumerations | Variables
SkylineUtil.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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 >
 

Namespaces

 Eigen
 
 Eigen::internal
 

Macros

#define _EIGEN_SKYLINE_GENERIC_PUBLIC_INTERFACE(Derived, BaseClass)
 
#define EIGEN_DBG_SKYLINE(X)   X
 
#define EIGEN_SKYLINE_GENERIC_PUBLIC_INTERFACE(Derived)   _EIGEN_SKYLINE_GENERIC_PUBLIC_INTERFACE(Derived, Eigen::SkylineMatrixBase<Derived>)
 
#define EIGEN_SKYLINE_INHERIT_ASSIGNMENT_OPERATOR(Derived, Op)
 
#define EIGEN_SKYLINE_INHERIT_ASSIGNMENT_OPERATORS(Derived)
 
#define EIGEN_SKYLINE_INHERIT_SCALAR_ASSIGNMENT_OPERATOR(Derived, Op)
 

Enumerations

enum  { Eigen::IsSkyline = SkylineBit }
 
enum  Eigen::AdditionalProductEvaluationMode { Eigen::SkylineTimeDenseProduct, Eigen::SkylineTimeSkylineProduct, Eigen::DenseTimeSkylineProduct }
 

Variables

const unsigned int Eigen::SkylineBit = 0x1200
 

Macro Definition Documentation

#define _EIGEN_SKYLINE_GENERIC_PUBLIC_INTERFACE (   Derived,
  BaseClass 
)
Value:
typedef BaseClass Base; \
typedef typename Eigen::internal::traits<Derived>::Scalar Scalar; \
typedef typename Eigen::NumTraits<Scalar>::Real RealScalar; \
typedef typename Eigen::internal::traits<Derived>::StorageKind StorageKind; \
typedef typename Eigen::internal::index<StorageKind>::type Index; \
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:33

Definition at line 52 of file SkylineUtil.h.

#define EIGEN_DBG_SKYLINE (   X)    X

Definition at line 18 of file SkylineUtil.h.

#define EIGEN_SKYLINE_GENERIC_PUBLIC_INTERFACE (   Derived)    _EIGEN_SKYLINE_GENERIC_PUBLIC_INTERFACE(Derived, Eigen::SkylineMatrixBase<Derived>)

Definition at line 60 of file SkylineUtil.h.

#define EIGEN_SKYLINE_INHERIT_ASSIGNMENT_OPERATOR (   Derived,
  Op 
)
Value:
template<typename OtherDerived> \
EIGEN_STRONG_INLINE Derived& operator Op(const Eigen::SkylineMatrixBase<OtherDerived>& other) \
{ \
return Base::operator Op(other.derived()); \
} \
EIGEN_STRONG_INLINE Derived& operator Op(const Derived& other) \
{ \
return Base::operator Op(other); \
}
#define EIGEN_STRONG_INLINE
Definition: Macros.h:493
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:

Definition at line 45 of file SkylineUtil.h.

#define EIGEN_SKYLINE_INHERIT_SCALAR_ASSIGNMENT_OPERATOR (   Derived,
  Op 
)
Value:
template<typename Other> \
EIGEN_STRONG_INLINE Derived& operator Op(const Other& scalar) \
{ \
return Base::operator Op(scalar); \
}
#define EIGEN_STRONG_INLINE
Definition: Macros.h:493
return(x<=y?ADS(x):ADS(y))

Definition at line 38 of file SkylineUtil.h.



hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:09:50