Go to the source code of this file.
Classes | |
| class | Triplet< Scalar, Index > |
| A small structure to hold a non zero as a triplet (i,j,value). More... | |
Namespaces | |
| namespace | Eigen |
| Namespace containing all symbols from the Eigen library. | |
| namespace | Eigen::internal |
Macros | |
| #define | _EIGEN_SPARSE_PUBLIC_INTERFACE(Derived, BaseClass) |
| #define | EIGEN_DBG_SPARSE(X) |
| #define | EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(Derived, Op) |
| #define | EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATORS(Derived) |
| #define | EIGEN_SPARSE_INHERIT_SCALAR_ASSIGNMENT_OPERATOR(Derived, Op) |
| #define | EIGEN_SPARSE_PUBLIC_INTERFACE(Derived) |
Variables | |
| const int | CoherentAccessPattern |
| const int | InnerRandomAccessPattern |
| const int | OuterRandomAccessPattern |
| const int | RandomAccessPattern |
| #define _EIGEN_SPARSE_PUBLIC_INTERFACE | ( | Derived, | |
| BaseClass | |||
| ) |
| #define EIGEN_DBG_SPARSE | ( | X | ) |
| #define EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR | ( | Derived, | |
| Op | |||
| ) |
| #define EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATORS | ( | Derived | ) |
| #define EIGEN_SPARSE_INHERIT_SCALAR_ASSIGNMENT_OPERATOR | ( | Derived, | |
| Op | |||
| ) |
| #define EIGEN_SPARSE_PUBLIC_INTERFACE | ( | Derived | ) |
1.8.1.1