|
preCICE v3.3.0
|
#include "EigenHelperFunctions.hpp"Go to the source code of this file.
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::utils |
| contains precice-related utilities. | |
Functions | |
| void | precice::utils::shiftSetFirst (Eigen::MatrixXd &A, const Eigen::VectorXd &v) |
| void | precice::utils::appendFront (Eigen::MatrixXd &A, Eigen::VectorXd &v) |
| void | precice::utils::removeColumnFromMatrix (Eigen::MatrixXd &A, int col) |
| void | precice::utils::append (Eigen::VectorXd &v, double value) |