Skip to content
Snippets Groups Projects

Draft: Add concept describing field types

Open Simon Praetorius requested to merge feature/field-types into master

Summary

This is an alternative to the type traits Dune::IsNumber where all types must be registered manually. It specifies what we understand under the term "field type". It is mathematically structured as a type with two operations + and *, which form additive or multiplicative groups.

In addition to the concept definition, the MR provides archetypes and placeholder functions for group operations identity() and inverse(). Those functions might be used in generic algorithms, e.g., to provide initial values.

Edited by Simon Praetorius

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading