Opm::MatrixBlock< Scalar, n, m > Class Template Reference

#include <matrixblock.hh>

Inheritance diagram for Opm::MatrixBlock< Scalar, n, m >:
Inheritance graph

Public Types

using BaseType = Dune::FieldMatrix< Scalar, n, m >
 

Public Member Functions

 MatrixBlock ()
 
 MatrixBlock (const Scalar value)
 
void invert ()
 
const BaseTypeasBase () const
 
BaseTypeasBase ()
 

Member Typedef Documentation

◆ BaseType

template<class Scalar , int n, int m>
using Opm::MatrixBlock< Scalar, n, m >::BaseType = Dune::FieldMatrix<Scalar, n, m>

Constructor & Destructor Documentation

◆ MatrixBlock() [1/2]

template<class Scalar , int n, int m>
Opm::MatrixBlock< Scalar, n, m >::MatrixBlock ( )
inline

◆ MatrixBlock() [2/2]

template<class Scalar , int n, int m>
Opm::MatrixBlock< Scalar, n, m >::MatrixBlock ( const Scalar  value)
inlineexplicit

Member Function Documentation

◆ asBase() [1/2]

template<class Scalar , int n, int m>
BaseType & Opm::MatrixBlock< Scalar, n, m >::asBase ( )
inline

◆ asBase() [2/2]

template<class Scalar , int n, int m>
const BaseType & Opm::MatrixBlock< Scalar, n, m >::asBase ( ) const
inline

◆ invert()

template<class Scalar , int n, int m>
void Opm::MatrixBlock< Scalar, n, m >::invert ( )
inline

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