DenseBase.h File Reference
#include "./InternalHeaderCheck.h"
#include "../plugins/CommonCwiseUnaryOps.inc"
#include "../plugins/BlockMethods.inc"
#include "../plugins/IndexedViewMethods.inc"
#include "../plugins/ReshapedMethods.inc"

Go to the source code of this file.

Classes

class  Eigen::DenseBase< Derived >
 Base class for all dense matrices, vectors, and arrays. More...
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 

Macros

#define EIGEN_CURRENT_STORAGE_BASE_CLASS   Eigen::DenseBase
 
#define EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL
 
#define EIGEN_DOC_BLOCK_ADDONS_INNER_PANEL_IF(COND)
 
#define EIGEN_DOC_UNARY_ADDONS(X, Y)
 

Functions

template<typename DerivedA , typename DerivedB >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::enable_if_t< std::is_base_of< DenseBase< std::decay_t< DerivedA > >, std::decay_t< DerivedA > >::value &&std::is_base_of< DenseBase< std::decay_t< DerivedB > >, std::decay_t< DerivedB > >::value, void > Eigen::swap (DerivedA &&a, DerivedB &&b)
 

Macro Definition Documentation

◆ EIGEN_CURRENT_STORAGE_BASE_CLASS

#define EIGEN_CURRENT_STORAGE_BASE_CLASS   Eigen::DenseBase

◆ EIGEN_DOC_BLOCK_ADDONS_INNER_PANEL_IF

#define EIGEN_DOC_BLOCK_ADDONS_INNER_PANEL_IF (   COND)

◆ EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL

#define EIGEN_DOC_BLOCK_ADDONS_NOT_INNER_PANEL

◆ EIGEN_DOC_UNARY_ADDONS

#define EIGEN_DOC_UNARY_ADDONS (   X,
  Y 
)