Skip to content

Commit

Permalink
Small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
toastedcrumpets committed Apr 16, 2018
1 parent 81145b0 commit 1e6fa2f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
as writing:

\code
double a = std::sin(2.3*2.3)+2*std::cos(2.3*2.3);
double a = std::sin(2.3 * 2.3)+2*std::cos(2.3 * 2.3);
\endcode

Most modern compilers will also eliminate the cost of this too,
Expand Down Expand Up @@ -92,11 +92,6 @@ namespace sym {
template<typename Expression>
auto derivative(const Expression&);

/*! \brief Performs a symbolic derivative on the expression.
*/
template<typename Expression, typename Var, typename Res>
auto ad(const Expression&, const VarSub<Var, Res>&);

/*!
\page symbolic_guide Guide to stator::sym

Expand Down

0 comments on commit 1e6fa2f

Please sign in to comment.