#include <fstream>
#include <string>
#include "linalg/triplet.hh"
Go to the source code of this file.
|
template<class Entry , class Index , class VEntry > |
void | Kaskade::writeToMatlabBinary (NumaBCRSMatrix< Entry, Index > const &A, Dune::BlockVector< VEntry > const &b, std::string const &basename, std::string const &path, int precision=16) |
| Writes the given matrix and vector to an binary file based zero. More...
|
|
template<class Entry , class Index > |
void | Kaskade::writeToMatlab (NumaBCRSMatrix< Entry, Index > const &A, std::string const &basename, std::string const &outPath, int precision=16) |
| Writes the given matrix to an executable matlab file. More...
|
|
template<class Entry , class Index , class VEntry > |
void | Kaskade::writeToMatlab (NumaBCRSMatrix< Entry, Index > const &A, Dune::BlockVector< VEntry > const &b, std::string const &basename, int precision=16) |
| Writes the given matrix and vector to an executable matlab file. More...
|
|
template<class Assembler > |
void | Kaskade::writeToMatlab (Assembler const &assembler, std::string const &basename, int precision=16) |
|
template<class Assembler > |
void | Kaskade::writeToMatlab (Assembler const &assembler, std::string const &path, std::string const &basename, int precision=16) |
|