Unverified Commit 65edb2a6 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #1598 from alxvov/OSO

Adding the conjugate gradient algorithm and L-BFGS to the SPIN package
parents 043606d3 ed467d88
Loading
Loading
Loading
Loading
+14.5 KiB
Loading image diff...
+15 −0
Original line number Diff line number Diff line
\documentclass[preview]{standalone}
\usepackage{varwidth}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath, amssymb, graphics, setspace}

\begin{document}
\begin{varwidth}{50in}
  \begin{equation}
    || \vec{F} ||_{inf} 
    = {\rm max}\left(|F_1^1|, |F_1^2|, |F_1^3| \cdots, 
    |F_N^1|, |F_N^2|, |F_N^3|\right)
    \nonumber
  \end{equation}
\end{varwidth}
\end{document}
+9.25 KiB
Loading image diff...
+15 −0
Original line number Diff line number Diff line
\documentclass[preview]{standalone}
\usepackage{varwidth}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath, amssymb, graphics, setspace}

\begin{document}
\begin{varwidth}{50in}
  \begin{equation}
    % \left| \left| \vec{F} \right| \right|_2 
    || \vec{F} ||_{max} 
    = {\rm max}\left(||\vec{F}_1||, \cdots, ||\vec{F}_N||\right)
    \nonumber
  \end{equation}
\end{varwidth}
\end{document}
+5.91 KiB
Loading image diff...
Loading