16 #ifndef dealii_identity_matrix_h 17 #define dealii_identity_matrix_h 114 template <
typename OutVectorType,
typename InVectorType>
116 vmult(OutVectorType &out,
const InVectorType &in)
const;
123 template <
typename OutVectorType,
typename InVectorType>
125 vmult_add(OutVectorType &out,
const InVectorType &in)
const;
132 template <
typename OutVectorType,
typename InVectorType>
134 Tvmult(OutVectorType &out,
const InVectorType &in)
const;
142 template <
typename OutVectorType,
typename InVectorType>
144 Tvmult_add(OutVectorType &out,
const InVectorType &in)
const;
195 template <
typename OutVectorType,
typename InVectorType>
207 template <
typename OutVectorType,
typename InVectorType>
219 template <
typename OutVectorType,
typename InVectorType>
231 template <
typename OutVectorType,
typename InVectorType>
void vmult_add(OutVectorType &out, const InVectorType &in) const
#define Assert(cond, exc)
static ::ExceptionBase & ExcDimensionMismatch(std::size_t arg1, std::size_t arg2)
void Tvmult_add(OutVectorType &out, const InVectorType &in) const
#define DEAL_II_NAMESPACE_CLOSE
unsigned int global_dof_index
void reinit(const size_type n)
#define DEAL_II_NAMESPACE_OPEN
void Tvmult(OutVectorType &out, const InVectorType &in) const
void vmult(OutVectorType &out, const InVectorType &in) const