From f256ae1f23b6ed33701733121be516af536b24cd Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Mon, 10 Jun 2019 09:07:10 +0200 Subject: [PATCH] Fix line break point in a sentance --- 9.1/paper.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/9.1/paper.tex b/9.1/paper.tex index ca45568..cedb062 100644 --- a/9.1/paper.tex +++ b/9.1/paper.tex @@ -373,8 +373,8 @@ real-valued scalars and tensors). \end{itemize} In the next release we expect to implement classes to assist in performing assembly operations -in the same spirit as it is already possible using automatic differentiation using the \texttt{Differentiation::AD} namespace, -although in a fully symbolic manner. +in the same spirit as it is already possible using automatic differentiation using the +\texttt{Differentiation::AD} namespace, although in a fully symbolic manner. We will also address performance issues of the \texttt{Expression} class by leveraging the optimization capabilities of SymEngine, including common subexpression elimination (CSE), as well as by generating high performance code-paths to evaluate these expressions through the -- 2.39.5