Skip to content
Snippets Groups Projects
Commit 1a54ff0d authored by graeser's avatar graeser
Browse files

Merge branch 'cleanup/remove-arithmetic' into 'master'

[cleanup] Remove deprecated header arithmetic.hh

See merge request !84
parents 27edd4e2 4adf069c
No related branches found
No related tags found
1 merge request!84[cleanup] Remove deprecated header arithmetic.hh
Pipeline #65734 passed
install(FILES
arithmetic.hh
boxconstraint.hh
canignore.hh
copyorreference.hh
......
// -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
// vi: set et ts=8 sw=4 sts=4:
#ifndef ARITHMETIC_HH
#define ARITHMETIC_HH
#warning arithmetic.hh is deprecated, please use dune-matrix-vector instead!
#include <dune/matrix-vector/axpy.hh>
#include <dune/matrix-vector/axy.hh>
#include <dune/matrix-vector/crossproduct.hh>
#include <dune/matrix-vector/matrixtraits.hh>
#include <dune/matrix-vector/promote.hh>
#include <dune/matrix-vector/scalartraits.hh>
#include <dune/matrix-vector/transpose.hh>
namespace Arithmetic
{
using Dune::MatrixVector::Promote;
using Dune::MatrixVector::ScalarTraits;
using Dune::MatrixVector::MatrixTraits;
using Dune::MatrixVector::Transposed;
using Dune::MatrixVector::addProduct;
using Dune::MatrixVector::subtractProduct;
using Dune::MatrixVector::crossProduct;
using Dune::MatrixVector::transpose;
using Dune::MatrixVector::Axy;
using Dune::MatrixVector::bmAxy;
}
#endif
......@@ -16,8 +16,6 @@
#include <dune/matrix-vector/scalartraits.hh>
#include <dune/matrix-vector/transformmatrix.hh>
#include "arithmetic.hh"
namespace StaticMatrix
{
// type promotion (smallest matrix that can hold the sum of two matrices *******************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment