numerics 0.1.0
Loading...
Searching...
No Matches
num::SVDResult Struct Reference

#include <svd.hpp>

Public Attributes

Matrix U
 
Vector S
 
Matrix Vt
 
idx sweeps = 0
 
bool converged = false
 

Detailed Description

Definition at line 16 of file svd.hpp.

Member Data Documentation

◆ converged

bool num::SVDResult::converged = false

Definition at line 21 of file svd.hpp.

◆ S

Vector num::SVDResult::S

Definition at line 18 of file svd.hpp.

Referenced by num::svd_truncated().

◆ sweeps

idx num::SVDResult::sweeps = 0

Definition at line 20 of file svd.hpp.

◆ U

Matrix num::SVDResult::U

Definition at line 17 of file svd.hpp.

Referenced by num::svd_truncated().

◆ Vt

Matrix num::SVDResult::Vt

Definition at line 19 of file svd.hpp.

Referenced by num::svd_truncated().


The documentation for this struct was generated from the following file: