GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Classes | Namespaces
PowerMethod.h File Reference

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>
Include dependency graph for PowerMethod.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gtsam::PowerMethod< Operator >
 Compute maximum Eigenpair with power method. More...
 

Namespaces

 gtsam
 

Detailed Description

Power method for fast eigenvalue and eigenvector computation.

Date
Sept 2020
Author
Jing Wu