LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::SvdFactors Struct Reference

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>

Collaboration diagram for line::SvdFactors:

Public Attributes

Matrix< double > U
std::vector< double > s
Matrix< double > Vt

Detailed Description

A = U diag(s) Vt, with U (m x m), s of length min(m,n) and Vt (n x n).

Definition at line 41 of file svd.h.

Member Data Documentation

◆ s

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().

◆ U

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().

◆ Vt

Matrix<double> line::SvdFactors::Vt

Definition at line 44 of file svd.h.

Referenced by line::pinv(), and line::svd_full().


The documentation for this struct was generated from the following file:
  • include/line/util/svd.h