Skip to content
Snippets Groups Projects
Commit 52b0dac1 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

document include for writeMatrixToMatlab

prepend emacs and vi hints while I'm at it

[[Imported from SVN: r1103]]
parent 5f5ca7b8
No related branches found
No related tags found
No related merge requests found
......@@ -524,6 +524,9 @@ namespace Dune {
/** \brief Writes sparse matrix in a Matlab-readable format
*
* \code
*#include <dune/istl/io.hh>
* \endcode
* This routine writes the argument BCRSMatrix to a file with the name given by
* the filename argument. The file format is ASCII, with no header, and three
* data columns. Each row describes a scalar matrix entry and consists of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment