DDC
0.1.0
Loading...
Searching...
No Matches
deriv.hpp
1
// Copyright (C) The DDC development team, see COPYRIGHT.md file
2
//
3
// SPDX-License-Identifier: MIT
4
5
#
pragma
once
6
7
namespace
ddc
{
8
9
/**
10
* @brief A templated struct representing a discrete dimension storing
11
* the derivatives of a function along a continuous dimension CDim.
12
*/
13
template
<
class
CDim>
14
struct
Deriv
15
{
16
};
17
18
}
// namespace ddc
ddc
The top-level namespace of DDC.
Definition
aligned_allocator.hpp:11
ddc::Deriv
A templated struct representing a discrete dimension storing the derivatives of a function along a co...
Definition
deriv.hpp:15
include
ddc
kernels
splines
deriv.hpp
Generated by
1.9.8