OGS
MathLib::SetMatrixSparsity< MATRIX, SPARSITY_PATTERN > Struct Template Reference

Detailed Description

template<typename MATRIX, typename SPARSITY_PATTERN>
struct MathLib::SetMatrixSparsity< MATRIX, SPARSITY_PATTERN >

Default implementation of SetMatrixSparsity class called by setMatrixSparsity. This is a workaround for partial function specialization.

Definition at line 13 of file SetMatrixSparsity.h.

#include <SetMatrixSparsity.h>

Public Member Functions

void operator() (MATRIX &, SPARSITY_PATTERN const &) const

Member Function Documentation

◆ operator()()

template<typename MATRIX, typename SPARSITY_PATTERN>
void MathLib::SetMatrixSparsity< MATRIX, SPARSITY_PATTERN >::operator() ( MATRIX & ,
SPARSITY_PATTERN const &  ) const
inline

Definition at line 15 of file SetMatrixSparsity.h.

17 {
18 }

The documentation for this struct was generated from the following file: