|
template<class Target , class Source , class RowIndices , class ColIndices > |
Target | Kaskade::submatrix (Source const &A, RowIndices const &ri, ColIndices const &ci) |
|
template<class Entry , class Allocator , class Index > |
void | Kaskade::ThreadedMatrixDetail::getRowCount (Dune::BCRSMatrix< Entry, Allocator > const &matrix, bool isTransposed, std::vector< Index > &rowCount) |
|
template<class Entry , class Index2 , class Index > |
void | Kaskade::ThreadedMatrixDetail::getRowCount (NumaBCRSMatrix< Entry, Index2 > const &matrix, bool isTransposed, std::vector< Index > &rowCount) |
|
template<class Entry , class Index , class Index2 > |
void | Kaskade::ThreadedMatrixDetail::getRowCount (MatrixAsTriplet< Entry, Index2 > const &matrix, bool isTransposed, std::vector< Index > &rowCount) |
|
template<class Index , class Index2 > |
NumaCRSPattern< Index > | Kaskade::operator+ (NumaCRSPattern< Index > const &pa, NumaCRSPattern< Index2 > const &pb) |
|
template<class Scalar , int n, class Index = size_t> |
NumaBCRSMatrix< Dune::FieldMatrix< Scalar, n, n >, Index > | Kaskade::sparseUnitMatrix (Index N) |
| creates a unit matrix in NUMA block compressed row storage format More...
|
|
template<class Scalar , int n, int m, class Index = size_t> |
NumaBCRSMatrix< Dune::FieldMatrix< Scalar, n, m >, Index > | Kaskade::sparseZeroMatrix (Index N, Index M) |
| creates a zero matrix in NUMA block compressed row storage format More...
|
|