OASIS
Open Algebra Software
Loading...
Searching...
No Matches
DefiniteIntegral.hpp
Go to the documentation of this file.
1
//
2
// Created by Matthew McCall on 4/30/24.
3
//
4
5
#ifndef DEFINITEINTEGRAL_HPP
6
#define DEFINITEINTEGRAL_HPP
7
8
#include "
BoundedBinaryExpression.hpp
"
9
10
namespace
Oasis
{
11
12
template
<IExpression OperandT, IExpression VariableT, IExpression LowerBoundT, IExpression UpperBoundT>
13
class
DefiniteIntegral
final :
BoundedBinaryExpression
<DefiniteIntegral, OperandT, VariableT, LowerBoundT, UpperBoundT> { };
14
15
}
// Oasis
16
17
#endif
// DEFINITEINTEGRAL_HPP
BoundedBinaryExpression.hpp
Oasis::BoundedBinaryExpression
Definition
BoundedBinaryExpression.hpp:15
Oasis::DefiniteIntegral
Definition
DefiniteIntegral.hpp:13
Oasis
Definition
Add.hpp:11
include
Oasis
DefiniteIntegral.hpp
Generated by
1.10.0