preCICE v3.1.2
Loading...
Searching...
No Matches
Classes | Namespaces
SVDFactorization.hpp File Reference
#include <Eigen/Core>
#include <Eigen/Dense>
#include <string>
#include "acceleration/impl/ParallelMatrixOperations.hpp"
#include "acceleration/impl/Preconditioner.hpp"
#include "acceleration/impl/SharedPointer.hpp"
#include "logging/Logger.hpp"
#include "precice/impl/Types.hpp"
Include dependency graph for SVDFactorization.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  precice::acceleration::impl::SVDFactorization
 Class that provides functionality to maintain a SVD decomposition of a matrix via successive rank-1 updates and truncation with respect to the truncation threshold eps. More...
 

Namespaces

namespace  precice
 Main namespace of the precice library.
 
namespace  precice::acceleration
 contains implementations of acceleration schemes.
 
namespace  precice::acceleration::impl