SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
interpolation.hpp File Reference
#include "../settings/settings.hpp"
#include <vector>
#include <array>
#include <iostream>
#include <cassert>
#include <algorithm>
#include <utility>
#include <cmath>
#include <cstdlib>
Include dependency graph for interpolation.hpp:
This graph shows which files directly or indirectly include this file:

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)