Skylark (Sketching Library)  0.1
Namespaces | Functions
/var/lib/jenkins/jobs/Skylark/workspace/algorithms/Krylov/LSQR.hpp File Reference
#include "../../base/base.hpp"
#include "../../utility/elem_extender.hpp"
#include "../../utility/typer.hpp"
#include "../../utility/external/print.hpp"
#include "precond.hpp"
Include dependency graph for LSQR.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  skylark
namespace  skylark::nla

Functions

template<typename MatrixType , typename RhsType , typename SolType >
int skylark::nla::LSQR (const MatrixType &A, const RhsType &B, SolType &X, iter_params_t params=iter_params_t(), const precond_t< SolType > &R=id_precond_t< SolType >())