Skip to content
Snippets Groups Projects
Commit 073bf162 authored by Elias Pipping's avatar Elias Pipping
Browse files

Deprecate ulis_tools

parent 0ed27b5f
Branches
Tags
No related merge requests found
......@@ -31,8 +31,7 @@
# Other stuff
* Rename ulis_tools.hh
* Perhaps merge ulis_tools.hh, staticmatrixtools.hh, and lumpmatrix.hh to matrixtools.hh
* Perhaps merge staticmatrixtools.hh, and lumpmatrix.hh to matrixtools.hh
* Remove sampleonbitfield.hh?
* Don't just call methods, but do real testing in dunepythontest.cc?
* Move dunepython.hh to separate dune module?
......
......@@ -9,6 +9,8 @@
#include <vector>
#warning This header is deprecated. Please use Arithmetic::addProduct() in place of multiplyFM() and StaticMatrix::transpose() in place of transpose()
// Multiplies Matrices of Dune::FieldMatrix Type
template<class LeftMatrixType, class RightMatrixType>
inline void multiplyFM(const LeftMatrixType& A, const RightMatrixType& B, Dune::FieldMatrix<typename LeftMatrixType::field_type,LeftMatrixType::rows,RightMatrixType::cols >& C)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment