KASKADE 7 development version
Classes | Namespaces | Functions
localMatrices.hh File Reference
#include <ostream>
#include <vector>
#include "linalg/threadedMatrix.hh"

Go to the source code of this file.

Classes

class  Kaskade::LocalMatrix< Entry, diagonal, SortedRowIdx, SortedColIdx >
 Providing a matrix or array interface to LAPACK-ordered entries. More...
 
class  Kaskade::LocalMatrices< Entry, diagonal, SortedRowIdx, SortedColIdx, IT, IndexType >
 A structure for holding a sequence of several local matrices to be filled sequentially and to be scattered jointly. More...
 

Namespaces

namespace  Kaskade
 
 

Functions

template<class Entry , bool diagonal, class SortedRowIdx , class SortedColIdx >
std::ostream & Kaskade::operator<< (std::ostream &out, LocalMatrix< Entry, diagonal, SortedRowIdx, SortedColIdx > const &A)