Classes | Namespaces | Macros | Functions
jacobisvd.cpp File Reference
#include "main.h"
#include <Eigen/SVD>
#include "svd_common.h"
Include dependency graph for jacobisvd.cpp:

Go to the source code of this file.

Classes

class  Foo::Bar
 

Namespaces

 Foo
 

Macros

#define EIGEN_RUNTIME_NO_MALLOC
 
#define EIGEN_STACK_ALLOCATION_LIMIT   0
 
#define SVD_DEFAULT(M)   JacobiSVD<M>
 
#define SVD_FOR_MIN_NORM(M)   JacobiSVD<M,ColPivHouseholderQRPreconditioner>
 

Functions

template<typename MatrixType >
void jacobisvd (const MatrixType &a=MatrixType(), bool pickrandom=true)
 
template<typename MatrixType >
void jacobisvd_method ()
 
template<typename MatrixType >
void jacobisvd_verify_assert (const MatrixType &m)
 
void msvc_workaround ()
 
bool Foo::operator< (const Bar &, const Bar &)
 
void test_jacobisvd ()
 

Macro Definition Documentation

#define EIGEN_RUNTIME_NO_MALLOC

Definition at line 13 of file jacobisvd.cpp.

#define EIGEN_STACK_ALLOCATION_LIMIT   0

Definition at line 12 of file jacobisvd.cpp.

#define SVD_DEFAULT (   M)    JacobiSVD<M>

Definition at line 17 of file jacobisvd.cpp.

#define SVD_FOR_MIN_NORM (   M)    JacobiSVD<M,ColPivHouseholderQRPreconditioner>

Definition at line 18 of file jacobisvd.cpp.

Function Documentation

template<typename MatrixType >
void jacobisvd ( const MatrixType a = MatrixType(),
bool  pickrandom = true 
)

Definition at line 23 of file jacobisvd.cpp.

template<typename MatrixType >
void jacobisvd_method ( )

Definition at line 60 of file jacobisvd.cpp.

template<typename MatrixType >
void jacobisvd_verify_assert ( const MatrixType m)

Definition at line 36 of file jacobisvd.cpp.

void msvc_workaround ( )

Definition at line 80 of file jacobisvd.cpp.

void test_jacobisvd ( )

Definition at line 87 of file jacobisvd.cpp.



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