Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Christoph Gersbacher's avatar
    64df6274
    Implement read-only IdentityMatrix · 64df6274
    Christoph Gersbacher authored
    This implementation of an IdentityMatrix does not hold any data. It
    implements a reduced version of the DenseMatrix interface including a
    standard C++ cast operator to a Dune::FieldMatrix. This code illustrates
    the new forward capabilities of DenseMatrixAssigner.
    64df6274
    History
    Implement read-only IdentityMatrix
    Christoph Gersbacher authored
    This implementation of an IdentityMatrix does not hold any data. It
    implements a reduced version of the DenseMatrix interface including a
    standard C++ cast operator to a Dune::FieldMatrix. This code illustrates
    the new forward capabilities of DenseMatrixAssigner.