Merge branch 'feature/FS1665'
This fixes bug FS#1665 * we introduce limit the constructor of GMPField to match only those types which can initialize the underlying mpf_class * we extend the FieldVector<K,1> constructors to accept all scalar types which are compatible to K * we update DenseVector to use ADL to find functions like max(...), otherwise it would fail for GMPField
No related branches found
No related tags found
Showing
- dune/common/densevector.hh 22 additions, 11 deletionsdune/common/densevector.hh
- dune/common/fvector.hh 18 additions, 2 deletionsdune/common/fvector.hh
- dune/common/gmpfield.hh 22 additions, 83 deletionsdune/common/gmpfield.hh
- dune/common/test/fvectortest.cc 12 additions, 0 deletionsdune/common/test/fvectortest.cc
Please register or sign in to comment