|
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 305 of file SmithDecomposition.h.
|
private |
Definition at line 307 of file SmithDecomposition.h.
|
private |
Definition at line 308 of file SmithDecomposition.h.
|
inline |
Definition at line 319 of file SmithDecomposition.h.
|
inline |
Definition at line 335 of file SmithDecomposition.h.
|
inline |
Definition at line 329 of file SmithDecomposition.h.
|
inline |
Definition at line 341 of file SmithDecomposition.h.
|
inline |
Definition at line 347 of file SmithDecomposition.h.
|
inline |
Definition at line 353 of file SmithDecomposition.h.
|
private |
Definition at line 310 of file SmithDecomposition.h.
|
private |
Definition at line 311 of file SmithDecomposition.h.
|
private |
Definition at line 312 of file SmithDecomposition.h.
|
private |
Definition at line 313 of file SmithDecomposition.h.
|
private |
Definition at line 314 of file SmithDecomposition.h.