preCICE v3.2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
MathHelper.hpp File Reference
#include <Eigen/Core>
Include dependency graph for MathHelper.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::utils
 contains precice-related utilities.
 

Functions

Eigen::MatrixXd precice::utils::invertLowerTriangularBlockwise (const Eigen::MatrixXd &L)
 Implements an iterative block scheme to determine the inverse of a lower triangular matrix which is more efficient than Eigen's own trsm.