SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
array_util.hpp File Reference
#include <array>
#include <cmath>
Include dependency graph for array_util.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 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)