Go to the documentation of this file. 1 #ifndef HOPS_TRANSFORMATION_HPP
2 #define HOPS_TRANSFORMATION_HPP
12 template<
typename MatrixType,
typename VectorType>
27 if (!
matrix.isLowerTriangular()) {
30 return matrix.template triangularView<Eigen::Lower>().solve(vector -
shift);
38 #endif //HOPS_TRANSFORMATION_HPP
Eigen::MatrixXd MatrixType
Definition: MatrixType.hpp:7
Definition: CsvReader.hpp:8
Eigen::VectorXd VectorType
Definition: VectorType.hpp:7