NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
◆
~Integrator()
template<typename T = double>
integration::Integrator
< T >::~
Integrator
(
)
inline
Definition at line
191
of file
integration.hpp
.
191
{
192
delete
[] poly_interpolation_;
193
delete
[] poly_differentiation_;
194
delete
[] poly_integration_;
195
delete
[] bd_weights_;
196
delete
[] gregory_weights_;
197
delete
[] rcorr_;
198
}
integration
Integrator
Generated by
1.8.15