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 19 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 21 of file SetMatrixSparsity.h.

23 {
24 }

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