csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.6 KiB
56 lines
2.6 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{page-title}</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="{page-description}">
|
|
<meta name="author" content="{page-author}">
|
|
<script src="http://code.jquery.com/jquery-1.8.0.js"></script>
|
|
<script src="http://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
|
|
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
|
|
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
|
|
<link type="text/css" rel="stylesheet" href="content/style.css" />
|
|
<script src="content/tips.js" type="text/javascript"></script>
|
|
<!--[if lt IE 9]>
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="masthead">
|
|
<ul class="nav nav-pills pull-right">
|
|
<li><a href="http://www.mathdotnet.com">Math.NET Project</a></li>
|
|
<li><a href="http://numerics.mathdotnet.com">Math.NET Numerics</a></li>
|
|
<li><a href="https://github.com/mathnet/mathnet-numerics">GitHub</a></li>
|
|
<li><a href="https://mathnetnumerics.codeplex.com/">CodePlex</a></li>
|
|
</ul>
|
|
<h3>Math.NET Numerics</h3>
|
|
</div>
|
|
<hr />
|
|
<div class="row">
|
|
<div class="span9" id="main">
|
|
{document}
|
|
{tooltips}
|
|
</div>
|
|
<div class="span3">
|
|
<ul class="nav nav-list" id="menu">
|
|
|
|
<li class="nav-header">Math.NET Numerics</li>
|
|
<li><a href="http://numerics.mathdotnet.com">Home page</a></li>
|
|
<li><a href="http://numerics.mathdotnet.com/api/">API Reference</a></li>
|
|
|
|
<li class="nav-header">User Guide</li>
|
|
<li><a href="index.html">Random & Distributions</a></li>
|
|
|
|
<li class="generatedBy"><span>
|
|
<em>You</em> can edit this page <a href="https://github.com/mathnet/mathnet-numerics/tree/master/src/FSharpExamples">here</a>.<br />
|
|
Generated using <a href="http://tpetricek.github.io/FSharp.Formatting/">FSharp.Literate</a>.
|
|
</span></li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|