![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
#include <stdexcept>
#include <vector>
#include <array>
#include <functional>
#include <cmath>
#include <filesystem>
Go to the source code of this file.
Classes | |
class | slide::FixedDataIter< T, extrapolation > |
class | slide::FixedData< T, extrapolation > |
Namespaces | |
namespace | slide |
Slide namespace contains all the types, classes, and functions for the simulation framework. | |
Functions | |
template<typename T , bool extrapolation = true> | |
int | slide::distance (const FixedDataIter< T, extrapolation > &a, const FixedDataIter< T, extrapolation > &b) |