Closed ElektrikAkar closed 3 years ago
This update is the first step to SLIDE v2. It includes performance improvements and additional auxillary functions. Major changes are:
estimateOCVparameters()
fixed_data
linspace
logspace
linstep
slide::run
data
results
docs
std::vector
std::array
#define
constexpr
<filesystem>
This update is the first step to SLIDE v2. It includes performance improvements and additional auxillary functions. Major changes are:
estimateOCVparameters()
should be faster now.fixed_data
,linspace
,logspace
,linstep
, etc.).slide::run
function.data
,results
, anddocs
folders are created.std::vector
.std::array
.#define
directives are changed withconstexpr
values.<filesystem>
library is used for handing file/directory operations.