Skip to content
Snippets Groups Projects
  • Sander, Oliver's avatar
    d2987209
    Add more matrix operations, with an eye on adouble types · d2987209
    Sander, Oliver authored
    This patch adds several more implementations of operator+ etc for FieldMatrices.
    In particular, you can now combine matrices of adoubles (the 'active' type from
    the ADOL-C automatic differentiation library) with regular double types.
    
    These new operators are needed for the NonplanarCosseratShellEnergy class,
    which is coming in the next patch.
    d2987209
    History
    Add more matrix operations, with an eye on adouble types
    Sander, Oliver authored
    This patch adds several more implementations of operator+ etc for FieldMatrices.
    In particular, you can now combine matrices of adoubles (the 'active' type from
    the ADOL-C automatic differentiation library) with regular double types.
    
    These new operators are needed for the NonplanarCosseratShellEnergy class,
    which is coming in the next patch.