#include <algorithm>
#include <cmath>
#include <fstream>
#include <iostream>
#include <vector>
#include <memory>
#include <utility>
#include "dune/common/fmatrix.hh"
#include "dune/istl/bcrsmatrix.hh"
#include "linalg/crsutil.hh"
#include "linalg/umfpack_tools.hh"
Go to the source code of this file.
|
template<class Scalar > |
void | Kaskade::deleteLowerTriangle (std::vector< int > &ridx, std::vector< int > &cidx, std::vector< Scalar > &data) |
| removes subdiagonal entries from the matrix entries stored in elementary triplet format More...
|
|
template<typename Scalar , typename SparseIndexInt > |
std::ostream & | Kaskade::operator<< (std::ostream &s, MatrixAsTriplet< Scalar, SparseIndexInt > const &mat) |
|