preCICE v3.1.2
Loading...
Searching...
No Matches
Namespaces | Functions
la.hpp File Reference
#include <Eigen/Core>
#include "utils/assertion.hpp"
Include dependency graph for la.hpp:
This graph shows which files directly or indirectly include this file:

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.