#include <svd.h>
Inheritance diagram for linalg::SVD_inv_mult:
Public Member Functions | |
SVD_inv_mult (const SVD &_svd, const Matrix &__B, const double tau=0) | |
Private Member Functions | |
void | fill_in (Matrix &m) const |
Private Attributes | |
const SVD & | svd |
const Matrix & | B |
double | tau |
bool | are_zero_coeff |
|
Definition at line 575 of file svd.cpp. References linalg::_error(), linalg::MinMax::max(), and linalg::MinMax::min(). |
Here is the call graph for this function:
|
Implements linalg::LazyMatrix. Definition at line 613 of file svd.cpp. References B, linalg::AREALStreamIn::eof(), linalg::AREALStrideStreamIn::eof(), linalg::AREALStreamIn::get(), linalg::AREALStrideStreamOut::get(), linalg::message(), linalg::Matrix::mult(), linalg::of_every(), linalg::DimSpec::q_ncols(), linalg::DimSpec::q_nrows(), linalg::SVD::q_sig(), linalg::SVD::q_U(), linalg::SVD::q_V(), svd, and linalg::to_every(). |
Here is the call graph for this function:
|
|
|
Definition at line 106 of file svd.h. Referenced by fill_in(). |
|
Definition at line 105 of file svd.h. Referenced by fill_in(). |
|
|