![]() |
WPILibC++ 2025.3.2
|
#include <stdint.h>#include <algorithm>#include <array>#include <cmath>#include <memory>#include <numbers>#include <utility>#include <wpi/SmallVector.h>#include "sleipnir/autodiff/ExpressionType.hpp"#include "sleipnir/util/IntrusiveSharedPtr.hpp"#include "sleipnir/util/Pool.hpp"#include "sleipnir/util/SymbolExports.hpp"Go to the source code of this file.
Classes | |
| struct | sleipnir::detail::Expression |
| An autodiff expression node. More... | |
Namespaces | |
| namespace | sleipnir |
| namespace | sleipnir::detail |
Typedefs | |
| using | sleipnir::detail::ExpressionPtr = IntrusiveSharedPtr<Expression> |
| Typedef for intrusive shared pointer to Expression. | |
Variables | |
| constexpr bool | sleipnir::detail::kUsePoolAllocator = true |
| struct SLEIPNIR_DLLEXPORT | sleipnir::detail::Expression |