BlockedMatrix.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::Accelerator::BlockedMatrix< Scalar >
 

Namespaces

namespace  Opm
 
namespace  Opm::Accelerator
 

Functions

void Opm::Accelerator::sortRow (int *colIndices, int *data, int left, int right)
 
template<class Scalar >
void Opm::Accelerator::blockMultSub (Scalar *a, Scalar *b, Scalar *c, unsigned int block_size)
 
template<class Scalar >
void Opm::Accelerator::blockMult (Scalar *mat1, Scalar *mat2, Scalar *resMat, unsigned int block_size)