Skip to content
Snippets Groups Projects
Commit 6f3f0d76 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Make Field(Matrix|Vector) constructor from initializer_list constexpr

This allos to do

```cpp
constxpr M = Dune::FieldMatrix<double,2,2>{ {1,2}, {3,4}};
```

Notive that `copy_n` is not `constexpr`. Hence we implement this
with a manual for loop.
parent b4e28a19
Branches
Tags
1 merge request!1234Make Field(Matrix|Vector) constructor from initializer_list constexpr
Pipeline #60608 passed
Pipeline: Dune Nightly Test

#60611

    Loading
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment