WPILibC++ 2023.4.3-108-ge5452e3
MatrixBase.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

namespace  Eigen
 Namespace containing all symbols from the Eigen library.
 

Macros

#define EIGEN_CURRENT_STORAGE_BASE_CLASS   Eigen::MatrixBase
 
#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   Eigen::MatrixBase

◆ EIGEN_DOC_UNARY_ADDONS

#define EIGEN_DOC_UNARY_ADDONS (   X,
 
)

◆ EIGEN_MATRIX_FUNCTION

#define EIGEN_MATRIX_FUNCTION (   ReturnType,
  Name,
  Description 
)
Value:
/** \returns an expression of the matrix Description of \c *this. \brief This function requires the <a href="unsupported/group__MatrixFunctions__Module.html"> unsupported MatrixFunctions module</a>. To compute the coefficient-wise Description use ArrayBase::##Name . */ \
const ReturnType<Derived> Name() const;

◆ EIGEN_MATRIX_FUNCTION_1

#define EIGEN_MATRIX_FUNCTION_1 (   ReturnType,
  Name,
  Description,
  Argument 
)
Value:
/** \returns an expression of the matrix Description of \c *this. \brief This function requires the <a href="unsupported/group__MatrixFunctions__Module.html"> unsupported MatrixFunctions module</a>. To compute the coefficient-wise Description use ArrayBase::##Name . */ \
const ReturnType<Derived> Name(Argument) const;