Wildmeshing Toolkit
Loading...
Searching...
No Matches
AutoDiffRAII.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <cstddef>
3
4
5
namespace
wmtk::function::utils
{
6
7
8
class
AutoDiffRAII
9
{
10
public
:
11
AutoDiffRAII
(
size_t
size);
12
~AutoDiffRAII
();
13
14
private
:
15
size_t
m_previous_variable_count
;
16
};
17
}
// namespace wmtk::function
wmtk::function::utils::AutoDiffRAII
Definition
AutoDiffRAII.hpp:9
wmtk::function::utils::AutoDiffRAII::~AutoDiffRAII
~AutoDiffRAII()
Definition
AutoDiffRAII.cpp:10
wmtk::function::utils::AutoDiffRAII::m_previous_variable_count
size_t m_previous_variable_count
Definition
AutoDiffRAII.hpp:15
wmtk::function::utils
Definition
amips.cpp:5
src
wmtk
function
utils
AutoDiffRAII.hpp
Generated by
1.9.8