Check eigenvalue and eigenvector computed by accelerated power method. More...
#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/Matrix.h>
#include <gtsam/base/VectorSpace.h>
#include <gtsam/inference/Symbol.h>
#include <gtsam/linear/AcceleratedPowerMethod.h>
#include <gtsam/linear/GaussianFactorGraph.h>
#include <gtsam/linear/tests/powerMethodExample.h>
#include <Eigen/Core>
#include <Eigen/Dense>
#include <Eigen/Eigenvalues>
#include <iostream>
#include <random>
Go to the source code of this file.
Functions | |
int | main () |
TEST (AcceleratedPowerMethod, acceleratedPowerIteration) | |
TEST (AcceleratedPowerMethod, useFactorGraphDense) | |
TEST (AcceleratedPowerMethod, useFactorGraphSparse) | |
Check eigenvalue and eigenvector computed by accelerated power method.
Definition in file testAcceleratedPowerMethod.cpp.
int main | ( | ) |
Definition at line 136 of file testAcceleratedPowerMethod.cpp.
TEST | ( | AcceleratedPowerMethod | , |
acceleratedPowerIteration | |||
) |
Definition at line 39 of file testAcceleratedPowerMethod.cpp.
TEST | ( | AcceleratedPowerMethod | , |
useFactorGraphDense | |||
) |
Definition at line 101 of file testAcceleratedPowerMethod.cpp.
TEST | ( | AcceleratedPowerMethod | , |
useFactorGraphSparse | |||
) |
Definition at line 66 of file testAcceleratedPowerMethod.cpp.