-
- Downloads
Implement negation for dense vectors and matrices
In other words, with this patch you can now write FieldVector<double, 3> a = {1,2,3}; FieldVector<double, 3> b = -a; and similarly for matrices.
parent
b9c753b8
No related branches found
No related tags found
Showing
- CHANGELOG.md 5 additions, 0 deletionsCHANGELOG.md
- dune/common/densematrix.hh 13 additions, 0 deletionsdune/common/densematrix.hh
- dune/common/densevector.hh 12 additions, 0 deletionsdune/common/densevector.hh
- dune/common/test/fmatrixtest.cc 9 additions, 0 deletionsdune/common/test/fmatrixtest.cc
- dune/common/test/fvectortest.cc 3 additions, 0 deletionsdune/common/test/fvectortest.cc
Please register or sign in to comment