SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
slide_aux.hpp File Reference
#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>
Include dependency graph for slide_aux.hpp:
This graph shows which files directly or indirectly include this file:

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...