![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
#include <array>
#include <cmath>
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 T , size_t N> | |
auto | slide::arrSum (const std::array< T, N > &a1, const std::array< T, N > &a2, double b1, double b2) |
template<typename T , size_t N> | |
auto | slide::operator+= (std::array< T, N > &c, const std::array< T, N > &b) |
template<typename T , size_t N> | |
auto | slide::operator+ (const std::array< T, N > &a, const std::array< T, N > &b) |
template<typename T , size_t N> | |
auto | slide::operator-= (std::array< T, N > &c, const std::array< T, N > &b) |
template<typename T , size_t N> | |
auto | slide::operator- (const std::array< T, N > &a, const std::array< T, N > &b) |