-
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.
- Loading branch information
1 parent
0438739
commit f9b96d9
Showing
316 changed files
with
142,528 additions
and
26,864 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
<!DOCTYPE html><html itemscope itemtype="http://schema.org/APIReference" lang="en" xmlns="http://www.w3.org/1999/xhtml"><head profile="http://dublincore.org/specifications/dublin-core/dc-html/2008-08-04/" prefix="og: http://ogp.me/ns#"><meta property="og:url" content="https://esapulkkinen.github.io/cifl-math-library"/> <meta property="og:title" content="CIFL math library"/> <meta property="og:description" content="Documentation for Haskell library for linear algebra"/> <meta property="og:type" content="website"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:creator" content="@PulkkinenEsa"/> <meta name="keywords" content="math, linear algebra, haskell"/> <meta name="description" content="Haskell library for linear algebra"/> <meta name="author" content="Esa Pulkkinen, [email protected]"/> <meta name="generator" content="Haddock"/> <meta name="generator" content="standalone-haddock"/> <meta name="language" content="English"/> <meta name="distribution" content="Global"/> <link rel="schema.dc" href="http://purl.org/dc/elements/1.1"/> <link rel="schema.dct" href="http://purl.org/dc/terms/"/> <meta name="dct.license" content="https://github.com/esapulkkinen/cifl-math-library/blob/master/COPYRIGHT"/> <meta name="dc.language" content="en"/> <meta name="dc.creator" content="Esa Pulkkinen"/> <meta name="dc.title" content="CIFL math library"/> <meta name="dc.subject" content="CIFL math library"/> <meta name="dc.publisher" content="Esa Pulkkinen"/> <meta name="dc.type" content="Software"/> <meta name="dc.issued" content="2020"/> <meta name="dc.rights" content="Copyright 2000-2019, Esa Pulkkinen."/> <meta name="dc.keywords" content="math, linear algebra, haskell"/> <meta name="dc.description" content="Software documentation for Haskell library for linear algebra"/> <meta name="dc.source" content="https://github.com/esapulkkinen/cifl-math-library/"/> <link rel="license" href="https://github.com/esapulkkinen/cifl-math-library/blob/master/COPYRIGHT"/> <link rel="license" href="https://www.gnu.org/licenses/lgpl-3.0.txt"/> <link rel="author" href="https://github.com/esapulkkinen/cifl-math-library/blob/master/AUTHORS"/> <meta itemprop="about" itemscope itemtype="http://schema.org/SoftwareSourceCode" itemref="software-language software-repo software-language software-platform software-proficiency software-abstract software-author" content="https://github.com/esapulkkinen/cifl-math-library/"/> <meta id="software-repo" itemprop="codeRepository" content="https://github.com/esapulkkinen/cifl-math-library"/> <meta id="software-language" itemprop="programmingLanguage" content="haskell"/> <meta id="software-platform" itemprop="targetPlatform" content="Haskell"/> <meta id="software-proficiency" itemprop="proficiencyLevel" content="expert"/> <meta id="software-abstract" itemprop="abstract" content="Haskell library for linear algebra"/> <meta id="software-author" itemprop="author" content="Esa Pulkkinen"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="theme-color" content="tan"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Math.Graph.Dot</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Math.Graph.Dot.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">cifl-math-library-1.1.1.0: Math libraries</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Trustworthy</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Math.Graph.Dot</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:convertToDotGraph" class="def">convertToDotGraph</a> :: (<a href="http://hackage.haskell.org/package/base-4.12.0.0/docs/Control-Monad.html#t:Monad" title="Control.Monad">Monad</a> m, <a href="http://hackage.haskell.org/package/base-4.12.0.0/docs/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> n, <a href="http://hackage.haskell.org/package/base-4.12.0.0/docs/Text-Show.html#t:Show" title="Text.Show">Show</a> n, <a href="Math-Graph-GraphMonoid.html#t:GraphMonoid" title="Math.Graph.GraphMonoid">GraphMonoid</a> mon <a href="http://hackage.haskell.org/package/base-4.12.0.0/docs/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a>) => <a href="Math-Graph-InGraphMonad.html#t:InGraphM" title="Math.Graph.InGraphMonad">InGraphM</a> mon n m (DotGraph n) <a href="src/Math.Graph.Dot.html#convertToDotGraph" class="link">Source</a> <a href="#v:convertToDotGraph" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:renderDotToString" class="def">renderDotToString</a> :: PrintDot n => DotGraph n -> <a href="http://hackage.haskell.org/package/base-4.12.0.0/docs/Data-String.html#t:String" title="Data.String">String</a> <a href="src/Math.Graph.Dot.html#renderDotToString" class="link">Source</a> <a href="#v:renderDotToString" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.22.0</p></div></body></html> | ||
<!DOCTYPE html><html itemscope itemtype="http://schema.org/APIReference" lang="en" xmlns="http://www.w3.org/1999/xhtml"><head profile="http://dublincore.org/specifications/dublin-core/dc-html/2008-08-04/" prefix="og: http://ogp.me/ns#"><meta property="og:url" content="https://esapulkkinen.github.io/cifl-math-library"/> <meta property="og:title" content="CIFL math library"/> <meta property="og:description" content="Documentation for Haskell library for linear algebra"/> <meta property="og:type" content="website"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:creator" content="@PulkkinenEsa"/> <meta name="keywords" content="math, linear algebra, haskell"/> <meta name="description" content="Haskell library for linear algebra"/> <meta name="author" content="Esa Pulkkinen, [email protected]"/> <meta name="generator" content="Haddock"/> <meta name="generator" content="standalone-haddock"/> <meta name="language" content="English"/> <meta name="distribution" content="Global"/> <link rel="schema.dc" href="http://purl.org/dc/elements/1.1"/> <link rel="schema.dct" href="http://purl.org/dc/terms/"/> <meta name="dct.license" content="https://github.com/esapulkkinen/cifl-math-library/blob/master/COPYRIGHT"/> <meta name="dc.language" content="en"/> <meta name="dc.creator" content="Esa Pulkkinen"/> <meta name="dc.title" content="CIFL math library"/> <meta name="dc.subject" content="CIFL math library"/> <meta name="dc.publisher" content="Esa Pulkkinen"/> <meta name="dc.type" content="Software"/> <meta name="dc.issued" content="2020"/> <meta name="dc.rights" content="Copyright 2000-2019, Esa Pulkkinen."/> <meta name="dc.keywords" content="math, linear algebra, haskell"/> <meta name="dc.description" content="Software documentation for Haskell library for linear algebra"/> <meta name="dc.source" content="https://github.com/esapulkkinen/cifl-math-library/"/> <link rel="license" href="https://github.com/esapulkkinen/cifl-math-library/blob/master/COPYRIGHT"/> <link rel="license" href="https://www.gnu.org/licenses/lgpl-3.0.txt"/> <link rel="author" href="https://github.com/esapulkkinen/cifl-math-library/blob/master/AUTHORS"/> <meta itemprop="about" itemscope itemtype="http://schema.org/SoftwareSourceCode" itemref="software-language software-repo software-language software-platform software-proficiency software-abstract software-author" content="https://github.com/esapulkkinen/cifl-math-library/"/> <meta id="software-repo" itemprop="codeRepository" content="https://github.com/esapulkkinen/cifl-math-library"/> <meta id="software-language" itemprop="programmingLanguage" content="haskell"/> <meta id="software-platform" itemprop="targetPlatform" content="Haskell"/> <meta id="software-proficiency" itemprop="proficiencyLevel" content="expert"/> <meta id="software-abstract" itemprop="abstract" content="Haskell library for linear algebra"/> <meta id="software-author" itemprop="author" content="Esa Pulkkinen"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="theme-color" content="tan"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Math.Graph.Dot</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">cifl-math-library-1.1.1.0: Math libraries</span><ul class="links" id="page-menu"><li><a href="src/Math.Graph.Dot.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Trustworthy</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Math.Graph.Dot</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:convertToDotGraph" class="def">convertToDotGraph</a> :: (<a href="http://hackage.haskell.org/package/base-4.18.2.0/docs/Control-Monad.html#t:Monad" title="Control.Monad">Monad</a> m, <a href="http://hackage.haskell.org/package/base-4.18.2.0/docs/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> n, <a href="http://hackage.haskell.org/package/base-4.18.2.0/docs/Text-Show.html#t:Show" title="Text.Show">Show</a> n, <a href="Math-Graph-GraphMonoid.html#t:GraphMonoid" title="Math.Graph.GraphMonoid">GraphMonoid</a> mon <a href="http://hackage.haskell.org/package/base-4.18.2.0/docs/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a>) => <a href="Math-Graph-InGraphMonad.html#t:InGraphM" title="Math.Graph.InGraphMonad">InGraphM</a> mon n m (DotGraph n) <a href="src/Math.Graph.Dot.html#convertToDotGraph" class="link">Source</a> <a href="#v:convertToDotGraph" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:renderDotToString" class="def">renderDotToString</a> :: PrintDot n => DotGraph n -> <a href="http://hackage.haskell.org/package/base-4.18.2.0/docs/Data-String.html#t:String" title="Data.String">String</a> <a href="src/Math.Graph.Dot.html#renderDotToString" class="link">Source</a> <a href="#v:renderDotToString" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.29.2</p></div></body></html> |
Oops, something went wrong.