Check eigenvalue and eigenvector computed by 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/GaussianFactorGraph.h>
#include <gtsam/linear/PowerMethod.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 (PowerMethod, powerIteration) | |
TEST (PowerMethod, useFactorGraphDense) | |
TEST (PowerMethod, useFactorGraphSparse) | |
Check eigenvalue and eigenvector computed by power method.
Definition in file testPowerMethod.cpp.
int main | ( | ) |
Definition at line 120 of file testPowerMethod.cpp.
TEST | ( | PowerMethod | , |
powerIteration | |||
) |
Definition at line 39 of file testPowerMethod.cpp.
TEST | ( | PowerMethod | , |
useFactorGraphDense | |||
) |
Definition at line 92 of file testPowerMethod.cpp.
TEST | ( | PowerMethod | , |
useFactorGraphSparse | |||
) |
Definition at line 64 of file testPowerMethod.cpp.