Public Member Functions | |
int | cols () const |
MatrixProdFunctor (const Sparse &A, double sigma=0) | |
void | perform_op (const double *x, double *y) const |
int | rows () const |
Public Attributes | |
const Sparse & | A_ |
double | sigma_ |
This is a lightweight struct used in conjunction with Spectra to compute the minimum eigenvalue and eigenvector of a sparse matrix A; it has a single nontrivial function, perform_op(x,y), that computes and returns the product y = (A + sigma*I) x
Definition at line 576 of file ShonanAveraging.cpp.
|
inlineexplicit |
Definition at line 585 of file ShonanAveraging.cpp.
|
inline |
Definition at line 589 of file ShonanAveraging.cpp.
|
inline |
Definition at line 592 of file ShonanAveraging.cpp.
|
inline |
Definition at line 588 of file ShonanAveraging.cpp.
const Sparse& gtsam::MatrixProdFunctor::A_ |
Definition at line 579 of file ShonanAveraging.cpp.
double gtsam::MatrixProdFunctor::sigma_ |
Definition at line 582 of file ShonanAveraging.cpp.