Tomographer
v1.0a
Tomographer C++ Framework Documentation
|
Routine for solving a complex Lyapunov equation. See Tomographer::SolveCLyap::solve(). More...
#include <string>
#include <Eigen/Core>
#include <Eigen/Eigenvalues>
Go to the source code of this file.
Classes | |
class | Tomographer::SolveCLyap::SolveError |
Error while attempting to solve complex Lyapunov/Sylvester equation. More... | |
Namespaces | |
Tomographer | |
Base namespace for the Tomographer project. | |
Tomographer::SolveCLyap | |
Definitions for solving the Complex Lyapunov Equation. | |
Functions | |
void | ztrsyl_ (char *TRANA, char *TRANB, int *ISGN, int *M, int *N, double *A, int *lda, double *B, int *ldb, double *C, int *ldc, double *scale, int *info) |
template<bool debug_perform_check = false, typename Log , typename DerX , typename DerA , typename DerC > | |
void | Tomographer::SolveCLyap::solve (Eigen::MatrixBase< DerX > &X, const Eigen::MatrixBase< DerA > &A, const Eigen::MatrixBase< DerC > &C, Log &logger, const double tol=1e-8) |
Solve complex Lyapunov equation of the form A'*X + X*A == C More... | |
Routine for solving a complex Lyapunov equation. See Tomographer::SolveCLyap::solve().
Definition in file solveclyap.h.