#include "alg.hh"
#include "terminator.hh"
#include "linop.hh"
#include "table.hh"
Go to the source code of this file.
Namespaces | |
namespace | RVLUmin |
Classes | |
class | RVLUmin::ChebStep< Scalar > |
Single step of Chebyshev iteration for the normal equations. More... | |
class | RVLUmin::ChebAlg< Scalar > |
Chebyshev polynomial algorithm - efficient implementation for normal equations
for solving the linear least squares problem
. More... | |
class | RVLUmin::ChebPolicyData< Scalar > |
policy class for creation of ChebAlg - build method creates ChebAlg with these attributes: More... | |
class | RVLUmin::ChebPolicy< Scalar > |