SpECTRE  2021.08.02
funcl::VectorPlus Struct Reference

Function for adding two std::vectors of double component-wise. More...

#include <Functional.hpp>

Public Member Functions

std::vector< double > operator() (const std::vector< double > &lhs, const std::vector< double > &rhs) const noexcept
 

Detailed Description

Function for adding two std::vectors of double component-wise.