Power method for fast eigenvalue and eigenvector computation. More...
#include <gtsam/base/Matrix.h>
#include <gtsam/base/Vector.h>
#include <Eigen/Core>
#include <Eigen/Sparse>
#include <random>
#include <vector>
#include <optional>
Go to the source code of this file.
Classes | |
class | gtsam::PowerMethod< Operator > |
Compute maximum Eigenpair with power method. More... | |
Namespaces | |
gtsam | |
traits | |
Power method for fast eigenvalue and eigenvector computation.
Definition in file PowerMethod.h.