![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
A = U diag(s) Vt, with U (m x m), s of length min(m,n) and Vt (n x n). More...
#include <line/util/svd.h>
Public Attributes | |
| Matrix< double > | U |
| std::vector< double > | s |
| Matrix< double > | Vt |
A = U diag(s) Vt, with U (m x m), s of length min(m,n) and Vt (n x n).
| std::vector<double> line::SvdFactors::s |
Definition at line 43 of file svd.h.
Referenced by line::fluid::fluid_refine_meanfield(), line::pinv(), and line::svd_full().
| Matrix<double> line::SvdFactors::U |
Definition at line 42 of file svd.h.
Referenced by line::fluid::fluid_refine_meanfield(), line::pinv(), and line::svd_full().
| Matrix<double> line::SvdFactors::Vt |
Definition at line 44 of file svd.h.
Referenced by line::pinv(), and line::svd_full().