MatrixBase.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::MatrixBase< Derived >::ConstSelfAdjointViewReturnType< UpLo >
 
struct  Eigen::MatrixBase< Derived >::ConstTriangularViewReturnType< Mode >
 
class  Eigen::MatrixBase< Derived >
 Base class for all dense matrices, vectors, and expressions. More...
 
struct  Eigen::MatrixBase< Derived >::SelfAdjointViewReturnType< UpLo >
 
struct  Eigen::MatrixBase< Derived >::TriangularViewReturnType< Mode >
 

Namespaces

 Eigen
 : InteropHeaders
 

Macros

#define EIGEN_CURRENT_STORAGE_BASE_CLASS
 
#define EIGEN_DOC_UNARY_ADDONS(X, Y)
 
#define EIGEN_MATRIX_FUNCTION(ReturnType, Name, Description)
 
#define EIGEN_MATRIX_FUNCTION_1(ReturnType, Name, Description, Argument)
 

Macro Definition Documentation

◆ EIGEN_CURRENT_STORAGE_BASE_CLASS

#define EIGEN_CURRENT_STORAGE_BASE_CLASS

Definition at line 126 of file MatrixBase.h.

◆ EIGEN_DOC_UNARY_ADDONS

#define EIGEN_DOC_UNARY_ADDONS (   X,
 
)

Definition at line 127 of file MatrixBase.h.

◆ EIGEN_MATRIX_FUNCTION

#define EIGEN_MATRIX_FUNCTION (   ReturnType,
  Name,
  Description 
)

Definition at line 465 of file MatrixBase.h.

◆ EIGEN_MATRIX_FUNCTION_1

#define EIGEN_MATRIX_FUNCTION_1 (   ReturnType,
  Name,
  Description,
  Argument 
)

Definition at line 468 of file MatrixBase.h.