10#ifndef TBCI_SOLVER_NOPRECOND_H
11#define TBCI_SOLVER_NOPRECOND_H
13#include "tbci/solver/precond.h"
21template <
typename T,
typename MatrixType = BdMatrix<T> >
void update(const MatrixType &A)
TVector< T > transSolve(const Vector< T > &v) const
NoPreconditioner(const MatrixType &A)
TVector< T > solve(TVector< T > tv) const
TVector< T > solve(const Vector< T > &v) const
TVector< T > transSolve(TVector< T > tv) const
Temporary Base Class Idiom: Class TVector is used for temporary variables.