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

 EIGEN_DECLARE_TEST (jacobisvd)
 
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 &)
 

Macro Definition Documentation

◆ EIGEN_RUNTIME_NO_MALLOC

#define EIGEN_RUNTIME_NO_MALLOC

Definition at line 13 of file jacobisvd.cpp.

◆ EIGEN_STACK_ALLOCATION_LIMIT

#define EIGEN_STACK_ALLOCATION_LIMIT   0

Definition at line 12 of file jacobisvd.cpp.

◆ SVD_DEFAULT

#define SVD_DEFAULT (   M)    JacobiSVD<M>

Definition at line 17 of file jacobisvd.cpp.

◆ SVD_FOR_MIN_NORM

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

Definition at line 18 of file jacobisvd.cpp.

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( jacobisvd  )

Definition at line 92 of file jacobisvd.cpp.

◆ jacobisvd()

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

Definition at line 23 of file jacobisvd.cpp.

◆ jacobisvd_method()

template<typename MatrixType >
void jacobisvd_method ( )

Definition at line 63 of file jacobisvd.cpp.

◆ jacobisvd_verify_assert()

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

Definition at line 36 of file jacobisvd.cpp.

◆ msvc_workaround()

void msvc_workaround ( )

Definition at line 85 of file jacobisvd.cpp.



gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:02