|
preCICE v3.3.0
|
#include <Eigen/Core>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. | |