Sleipnir C++ API
|
#include <stdint.h>
#include <array>
#include <cmath>
#include <memory>
#include <numbers>
#include <utility>
#include "sleipnir/autodiff/ExpressionType.hpp"
#include "sleipnir/util/IntrusiveSharedPtr.hpp"
#include "sleipnir/util/Pool.hpp"
#include "sleipnir/util/small_vector.hpp"
Go to the source code of this file.
Namespaces | |
namespace | sleipnir |
namespace | sleipnir::detail |
Typedefs | |
using | sleipnir::detail::ExpressionPtr = IntrusiveSharedPtr< Expression > |
Variables | |
constexpr bool | sleipnir::detail::kUsePoolAllocator = true |