SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
Span.hpp
Go to the documentation of this file.
1/*
2 * Span.hpp
3 *
4 * A small class for returning non-owning view of some storages.
5 * Created on: 13 Feb 2022
6 * Author(s): Jorn Reniers, Volkan Kumtepeli
7 */
8
9#pragma once
10
11#include <array>
12#include <vector>
13
14namespace slide {
16
22
25
28
31
33
38
42} // namespace slide
Slide namespace contains all the types, classes, and functions for the simulation framework.
Definition: Cell.hpp:27