#include "./InternalHeaderCheck.h"
#include "../plugins/CommonCwiseBinaryOps.inc"
#include "../plugins/MatrixCwiseUnaryOps.inc"
#include "../plugins/MatrixCwiseBinaryOps.inc"
Go to the source code of this file.
|
| | Eigen |
| | Namespace containing all symbols from the Eigen library.
|
| |
◆ EIGEN_CURRENT_STORAGE_BASE_CLASS
◆ EIGEN_DOC_UNARY_ADDONS
| #define EIGEN_DOC_UNARY_ADDONS |
( |
|
X, |
|
|
|
Y |
|
) |
| |
◆ EIGEN_MATRIX_FUNCTION
| #define EIGEN_MATRIX_FUNCTION |
( |
|
ReturnType, |
|
|
|
Name, |
|
|
|
Description |
|
) |
| |
Value: \
const ReturnType<Derived> Name() const;
◆ EIGEN_MATRIX_FUNCTION_1
| #define EIGEN_MATRIX_FUNCTION_1 |
( |
|
ReturnType, |
|
|
|
Name, |
|
|
|
Description, |
|
|
|
Argument |
|
) |
| |
Value: \
const ReturnType<Derived> Name(Argument) const;