![]() |
WPILibC++ 2026.2.1
|
NumTraits specialization that allows instantiating Eigen types with Variable. More...
Public Types | |
| using | Real = slp::Variable |
| Real type. | |
| using | NonInteger = slp::Variable |
| Non-integer type. | |
| using | Nested = slp::Variable |
| Nested type. | |
Static Public Attributes | |
| static constexpr int | IsComplex = 0 |
| Is complex. | |
| static constexpr int | IsInteger = 0 |
| Is integer. | |
| static constexpr int | IsSigned = 1 |
| Is signed. | |
| static constexpr int | RequireInitialization = 1 |
| Require initialization. | |
| static constexpr int | ReadCost = 1 |
| Read cost. | |
| static constexpr int | AddCost = 3 |
| Add cost. | |
| static constexpr int | MulCost = 3 |
| Multiply cost. | |
NumTraits specialization that allows instantiating Eigen types with Variable.
| using Eigen::NumTraits< slp::Variable >::Nested = slp::Variable |
Nested type.
| using Eigen::NumTraits< slp::Variable >::NonInteger = slp::Variable |
Non-integer type.
| using Eigen::NumTraits< slp::Variable >::Real = slp::Variable |
Real type.
|
staticconstexpr |
Add cost.
|
staticconstexpr |
Is complex.
|
staticconstexpr |
Is integer.
|
staticconstexpr |
Is signed.
|
staticconstexpr |
Multiply cost.
|
staticconstexpr |
Read cost.
|
staticconstexpr |
Require initialization.