title = {{muparser: Fast Math Parser Library}},
note = {\url{http://muparser.beltoforion.de/}}}
+@Misc{symengine-web-page,
+ key = {symengine},
+ title = {{SymEngine: fast symbolic manipulation library, written in C++}},
+ note = {\url{https://github.com/symengine/symengine}, \url{http://sympy.org/}}}
+
@Misc{hdf5,
author = {{The HDF Group}},
title = "{Hierarchical Data Format, version 5}",
\label{subsec:sd}
To complement the automatic differentiation features in \dealii{}, this release sees
the first step towards integrating and supporting a highly performant computer algebra
-system (CAS) via the SymEngine library.
-\marginpar{Could use a reference to SymEngine}
+system (CAS) via the SymEngine library \cite{symengine-web-page}.
The \texttt{Expression} class in the namespace \texttt{Differentiation::SD} interfaces
to SymEngine and forms the basis of symbolic computations, offering a full set of
overloaded operators and a C++ style interface. This class offers the following
\item ScaLAPACK \cite{slug}
\item SLEPc \cite{Hernandez:2005:SSF}
\item SUNDIALS \cite{sundials}
+\item SymEngine \cite{symengine-web-page}
\item TBB \cite{Rei07}
\item Trilinos \cite{trilinos,trilinos-web-page}
\item UMFPACK \cite{umfpack}