* has a default argument, so you may call it without the additional
* parameter.
*/
-template <class Matrix = SparseMatrix<double>,
- class Vector = Vector<double> >
+template <class Matrix = SparseMatrix<double>, class Vector = Vector<double> >
class SolverBicgstab : public Solver<Matrix,Vector>
{
public:
*
* @author Original implementation by G. Kanschat, R. Becker and F.-T. Suttmeier, reworking and documentation by Wolfgang Bangerth
*/
-template <class Matrix = SparseMatrix<double>,
- class Vector = Vector<double> >
+template <class Matrix = SparseMatrix<double>, class Vector = Vector<double> >
class SolverCG : public Solver<Matrix,Vector>
{
public:
*
* @author Guido Kanschat, 1999
*/
-template <class Matrix = SparseMatrix<double>,
- class Vector = Vector<double> >
+template <class Matrix = SparseMatrix<double>, class Vector = Vector<double> >
class SolverQMRS : public Solver<Matrix,Vector>
{
public:
*
* @author Ralf Hartmann
*/
-template <class Matrix = SparseMatrix<double>,
- class Vector = Vector<double> >
+template <class Matrix = SparseMatrix<double>, class Vector = Vector<double> >
class SolverRichardson : public Solver<Matrix, Vector>
{
public:
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams