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
 

Namespaces

namespace  Opm
 
namespace  Opm::Accelerator
 

Functions

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