My Project
Opm::Detail::Inverter< block_size > Struct Template Reference

perform out of place matrix inversion on C-style arrays must have a specified block_size More...

#include <MatrixBlock.hpp>

Public Member Functions

template<typename K >
void operator() (const K *matrix[[maybe_unused]], K *inverse[[maybe_unused]])
 

Detailed Description

template<int block_size>
struct Opm::Detail::Inverter< block_size >

perform out of place matrix inversion on C-style arrays must have a specified block_size


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