oILAB
|
#include <SmithDecomposition.h>
Public Member Functions | |
SmithDecomposition (const MatrixNi &A) | |
const MatrixNi & | matrixU () const |
const MatrixNi & | matrixD () const |
const MatrixNi & | matrixV () const |
const MatrixNi & | matrixX () const |
const MatrixNi & | matrixY () const |
Private Types | |
typedef long long int | IntValueType |
typedef Eigen::Matrix< IntValueType, 1, 1 > | MatrixNi |
Private Attributes | |
const MatrixNi | D |
const MatrixNi | U |
const MatrixNi | V |
const MatrixNi | X |
const MatrixNi | Y |
Definition at line 346 of file SmithDecomposition.h.
|
private |
Definition at line 348 of file SmithDecomposition.h.
|
private |
Definition at line 349 of file SmithDecomposition.h.
|
inline |
Definition at line 360 of file SmithDecomposition.h.
|
inline |
Definition at line 376 of file SmithDecomposition.h.
|
inline |
Definition at line 370 of file SmithDecomposition.h.
|
inline |
Definition at line 382 of file SmithDecomposition.h.
|
inline |
Definition at line 388 of file SmithDecomposition.h.
|
inline |
Definition at line 394 of file SmithDecomposition.h.
|
private |
Definition at line 351 of file SmithDecomposition.h.
|
private |
Definition at line 352 of file SmithDecomposition.h.
|
private |
Definition at line 353 of file SmithDecomposition.h.
|
private |
Definition at line 354 of file SmithDecomposition.h.
|
private |
Definition at line 355 of file SmithDecomposition.h.