17#include <deal.II/lac/full_matrix.templates.h>
21#include "full_matrix.inst"
73# define TEMPL_OP_EQ(S1, S2) \
74 template FullMatrix<S1> &FullMatrix<S1>::operator=(const FullMatrix<S2> &)
76TEMPL_OP_EQ(
double,
float);
77TEMPL_OP_EQ(
float,
double);
79TEMPL_OP_EQ(std::complex<double>, std::complex<float>);
80TEMPL_OP_EQ(std::complex<float>, std::complex<double>);
81TEMPL_OP_EQ(std::complex<double>,
double);
82TEMPL_OP_EQ(std::complex<float>,
float);
void TmTmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) const
void mmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) const
void vmult(Vector< number2 > &w, const Vector< number2 > &v, const bool adding=false) const
void Tvmult(Vector< number2 > &w, const Vector< number2 > &v, const bool adding=false) const
void Tmmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) const
void invert(const FullMatrix< number2 > &M)
void add(const number a, const FullMatrix< number2 > &A)
void mTmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) const
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE