-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 9eb4c21 🚀
- Loading branch information
1 parent
c3780fb
commit 5e4f858
Showing
5 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
5-element Vector{Float64}: | ||
1.0000000000000107 | ||
1.0000000000000069 | ||
0.9999999999999856 | ||
1.0000000000000067 | ||
0.9999999999999968 | ||
0.9999999999999996 | ||
1.0000000000000002 | ||
1.0000000000000002 | ||
1.0000000000000004 | ||
0.9999999999999994 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(6.661338147750939e-16, 2.0591868844472032e-14) | ||
(0.0, 8.95090418262362e-16) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<!doctype html> <html lang=en class=has-navbar-fixed-top > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/libs/highlight/github.min.css"> <link rel=stylesheet href="/css/styles.css"> <style> html {font-size: 17px;} .franklin-content {position: relative; padding-left: 8%; padding-right: 5%; line-height: 1.35em;} @media (min-width: 940px) { .franklin-content {width: 100%; margin-left: auto; margin-right: auto;} } @media (max-width: 768px) { .franklin-content {padding-left: 6%; padding-right: 6%;} } </style> <link rel=icon href="/assets/favicon.png"> <title>Template</title> <script src="/libs/highlight/highlight.pack.js"></script> <script src="https://unpkg.com/clipboard@2/dist/clipboard.min.js"></script> <script type=module src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script> <script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script> <script> hljs.getLanguage('julia').keywords.custom = 'obj grad hess AbstractNLPModel'; </script> <nav class="navbar is-primary is-fixed-top" role=navigation aria-label="main navigation"> <div class=navbar-brand > <a class=navbar-item href=""> <img src="/assets/jso.png"> </a> <a role=button class=navbar-burger aria-label=menu aria-expanded=false data-target=navbarBasicExample > <span aria-hidden=true ></span> <span aria-hidden=true ></span> <span aria-hidden=true ></span> </a> </div> <div id=navbarBasicExample class=navbar-menu > <div class=navbar-start > <a class=navbar-item href="/"> Home </a> <a class=navbar-item href="/news-and-blogposts/"> News and Blogposts </a> <a class=navbar-item href="/tutorials/"> Tutorials </a> <div class="navbar-item has-dropdown is-hoverable"> <a class=navbar-link href="/ecosystems/index.html"> Ecosystems </a> <div class=navbar-dropdown > <a class=navbar-item href="/ecosystems/linear-algebra/"> Linear Algebra </a> <a class=navbar-item href="/ecosystems/models/"> Models </a> <a class=navbar-item href="/ecosystems/solvers/"> Solvers </a> </div> </div> <a class=navbar-item href="/references/"> References </a> <a class=navbar-item href="/contributing/"> Contributing </a> </div> <div class=navbar-end > <a class="navbar-item icon-text" href="https://github.com/JuliaSmoothOptimizers/juliasmoothoptimizers.github.io/issues"> <span class=icon > <ion-icon size=large name=logo-github ></ion-icon> </span> <span>Report an issue</span> </a> </div> </div> </nav> <section class=section > <div class=container > <div class=content > <div class=franklin-content ><h1 id=title ><a href="#title" class=header-anchor >Template</a></h1></p> <p><div class=author >by AUTHORS</div> <h1 id=template_for_jso-docs_separate_pages ><a href="#template_for_jso-docs_separate_pages" class=header-anchor >Template for jso-docs separate pages</a></h1> <div class=franklin-toc ><ol><li><a href="#testing">Testing</a><li><a href="#plotting">Plotting</a></ol></div> <p>Modify this file</p> <h2 id=testing ><a href="#testing" class=header-anchor >Testing</a></h2> <p>Testing</p> <pre><code class=language-julia >A = rand(5, 5) | ||
b = A * ones(5) | ||
x = A \ b</code></pre><pre><code class="plaintext code-output">5-element Vector{Float64}: | ||
1.0000000000000107 | ||
1.0000000000000069 | ||
0.9999999999999856 | ||
1.0000000000000067 | ||
0.9999999999999968</code></pre> <p>Testing</p> <pre><code class=language-julia >using LinearAlgebra | ||
norm(A * x - b), norm(x .- 1)</code></pre><pre><code class="plaintext code-output">(6.661338147750939e-16, 2.0591868844472032e-14)</code></pre> | ||
0.9999999999999996 | ||
1.0000000000000002 | ||
1.0000000000000002 | ||
1.0000000000000004 | ||
0.9999999999999994</code></pre> <p>Testing</p> <pre><code class=language-julia >using LinearAlgebra | ||
norm(A * x - b), norm(x .- 1)</code></pre><pre><code class="plaintext code-output">(0.0, 8.95090418262362e-16)</code></pre> | ||
<h2 id=plotting ><a href="#plotting" class=header-anchor >Plotting</a></h2> | ||
<p>Use <code>joinpath("__site/assets", filename)</code> as the path to save the image in the right place and use <code>{{ rfig filename.ext Caption of image }}</code> to add the image afterwards. It is a good idea to use <code># hide</code> so the save command doesn't appear. See the example below.</p> | ||
<pre><code class=language-julia >using Plots | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters