preCICE v3.1.2
Loading...
Searching...
No Matches
Namespaces | Functions
EigenHelperFunctions.cpp File Reference
#include "EigenHelperFunctions.hpp"
Include dependency graph for EigenHelperFunctions.cpp:

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)