Janus
2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
JanusConcepts.hpp
Go to the documentation of this file.
1
3
#pragma once
4
#include <casadi/casadi.hpp>
5
#include <concepts>
6
7
namespace
janus
{
12
template
<
typename
T>
13
concept
JanusScalar
= std::floating_point<T> || std::same_as<T, casadi::MX>;
14
}
// namespace janus
janus::JanusScalar
Concept for valid Janus scalars.
Definition
JanusConcepts.hpp:13
janus
Definition
Diagnostics.hpp:19
include
janus
core
JanusConcepts.hpp
Generated by
1.15.0