![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
#include "array_util.hpp"
#include "interpolation.hpp"
#include "../types/matrix.hpp"
#include "../types/XYdata.hpp"
#include "../types/FixedData.hpp"
#include <stdexcept>
#include <vector>
#include <array>
#include <functional>
#include <cmath>
#include <filesystem>
Go to the source code of this file.
Classes | |
struct | slide::DataStore< StoredClass, N > |
class | slide::card_prod |
struct | slide::GammaDensityFunctor |
Namespaces | |
namespace | slide |
Slide namespace contains all the types, classes, and functions for the simulation framework. | |
Functions | |
template<int N, typename T > | |
double | slide::norm_sq (const T &x) |
< Takes vector or array: More... | |
template<int N, typename T > | |
double | slide::norm (const T &x) |
< Takes vector or array: More... | |