![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
#include "../settings/settings.hpp"
#include <vector>
#include <array>
#include <iostream>
#include <cassert>
#include <algorithm>
#include <utility>
#include <cmath>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
namespace | slide |
Slide namespace contains all the types, classes, and functions for the simulation framework. | |
Functions | |
template<typename Tx , typename Ty > | |
auto | slide::linInt_noexcept (bool bound, Tx &xdat, Ty &ydat, int nin, double x, bool is_fixed=false) |
template<typename Tx , typename Ty > | |
double | slide::linInt (bool verbose, bool bound, Tx &xdat, Ty &ydat, int nin, double x, bool is_fixed=false) |