preCICE v3.1.2
|
Go to the source code of this file.
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::math |
provides general mathematical constants and functions. | |
Functions | |
template<typename DerivedA , typename DerivedB > | |
void | precice::math::sumSubvectors (const Eigen::MatrixBase< DerivedA > &vector, Eigen::MatrixBase< DerivedB > &result) |
Sums up the components of subvectors in vector into result. | |