Functions
testPowerMethod.cpp File Reference

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>
Include dependency graph for testPowerMethod.cpp:

Go to the source code of this file.

Functions

int main ()
 
 TEST (PowerMethod, powerIteration)
 
 TEST (PowerMethod, useFactorGraphSparse)
 
 TEST (PowerMethod, useFactorGraphDense)
 

Detailed Description

Check eigenvalue and eigenvector computed by power method.

testPowerMethod.cpp

Date
Sept 2020
Author
Jing Wu

Definition in file testPowerMethod.cpp.

Function Documentation

int main ( void  )

Definition at line 120 of file testPowerMethod.cpp.

TEST ( PowerMethod  ,
powerIteration   
)

Definition at line 39 of file testPowerMethod.cpp.

TEST ( PowerMethod  ,
useFactorGraphSparse   
)

Definition at line 64 of file testPowerMethod.cpp.

TEST ( PowerMethod  ,
useFactorGraphDense   
)

Definition at line 92 of file testPowerMethod.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:41