WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
sleipnir_base.hpp
Go to the documentation of this file.
1// Copyright (c) Sleipnir contributors
2
3#pragma once
4
5namespace slp {
6
7/// Marker interface for concepts to determine whether a given scalar or matrix
8/// type belongs to Sleipnir.
9class SleipnirBase {};
10
11} // namespace slp
Marker interface for concepts to determine whether a given scalar or matrix type belongs to Sleipnir.
Definition sleipnir_base.hpp:9
Definition expression_graph.hpp:11