SMG2S
Sparse Matrix Generator with Given Spectrum
Parallel Vector and Matrix

Implementation of paralel vector and matrix distributed across 1D MPI grids. More...

Classes

struct  MatrixCSR< T, S >
 A struct which stores a sparse matrix in CSR format. More...
 
class  parMatrixSparse< T, S >
 A class which defines a sparse matrix distributed across 1D MPI grid. More...
 
class  parVector< T, S >
 A class which defines a vector distributed across 1D MPI grid. More...
 
class  parVectorMap< S >
 A class which determines the way to distribute a vector across MPI procs. More...
 

Detailed Description

Implementation of paralel vector and matrix distributed across 1D MPI grids.