-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlibraries.html
More file actions
88 lines (83 loc) · 5.8 KB
/
libraries.html
File metadata and controls
88 lines (83 loc) · 5.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="/style.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:600,800|Open+Sans">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/c754f00c7e.js"></script>
<!-- <script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script> -->
<title>Accelerate: Libraries</title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/index.html" style="font-family: 'Raleway'; font-weight: 600;">AccelerateHS</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/get-started.html">Get Started</a></li>
<li><a href="/documentation.html">Documentation</a></li>
<li class="active"><a href="/libraries.html">Libraries</a></li>
<li><a href="/examples.html">Examples</a></li>
<li><a href="/community.html">Community</a></li>
<li><a href="/publications.html">Publications</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/AccelerateHS/accelerate"><i class="fa fa-github fa-lg" aria-hidden="true"></i></a></li>
<li><a href="http://groups.google.com/group/accelerate-haskell"><i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<body>
<div class="container">
<div class="row">
<div id="TOC" class="well">
<!-- <ul> -->
<!-- <li class="nav-header" id="toctitle">Table of Contents</il> -->
<!-- </ul> -->
<ul>
<li><a href="#libraries">Libraries</a></li>
</ul>
</div>
<div class="container">
<h1 id="libraries">Libraries</h1>
<p>Some additional libraries we maintain for working with Accelerate.</p>
<ul>
<li><p><a href="/libraries/accelerate-io.html">accelerate-io</a>: Fast conversion between Accelerate arrays and other array formats, including <a href="https://hackage.haskell.org/package/vector">vector</a> and <a href="https://hackage.haskell.org/package/repa">repa</a>, as well as reading and writing arrays as <a href="https://en.wikipedia.org/wiki/BMP_file_format">BMP images</a>.</p></li>
<li><p><a href="/libraries/accelerate-fft.html">accelerate-fft</a>: Discrete Fourier transforms, with FFI bindings to optimised external implementations for both the CPU and GPU.</p></li>
<li><p><a href="/libraries/colour-accelerate.html">colour-accelerate</a>: Colour representations in Accelerate, including <a href="https://en.wikipedia.org/wiki/RGB_color_model">RGB</a>, <a href="https://en.wikipedia.org/wiki/SRGB">sRGB</a>, <a href="https://en.wikipedia.org/wiki/HSL_and_HSV">HSV</a>, and <a href="https://en.wikipedia.org/wiki/HSL_and_HSV">HSL</a>. Also includes 191 predefined, named colours.</p></li>
<li><p><a href="/libraries/lens-accelerate.html">lens-accelerate</a>: <a href="https://hackage.haskell.org/package/lens">Lens</a> operators for Accelerate types, in particular useful for accessing components of tuples and other product types.</p></li>
<li><p><a href="/libraries/linear-accelerate.html">linear-accelerate</a>: Types and combinators for working with the <a href="https://hackage.haskell.org/package/linear">linear</a> package in Accelerate.</p></li>
<li><p><a href="/libraries/gloss-accelerate.html">gloss-accelerate</a>: Generate <a href="https://hackage.haskell.org/package/gloss">gloss</a> pictures from Accelerate.</p></li>
<li><p><a href="/libraries/gloss-raster-accelerate.html">gloss-raster-accelerate</a>: Parallel rendering of raster images and animations with <a href="https://hackage.haskell.org/package/gloss">gloss</a>.</p></li>
<li><p><a href="/libraries/mwc-random-accelerate.html">mwc-random-accelerate</a>: Generate Accelerate arrays filled with high quality pseudorandom numbers</p></li>
</ul>
</div>
</div>
</div>
<footer class="footer">
<div class="container text-center">
<p class="text-muted">
<a href="https://github.com/AccelerateHS/accelerate">GitHub Project</a> ·
<a href="https://github.com/AccelerateHS/accelerate/issues">Issue Tracker</a> ·
<a href="http://groups.google.com/group/accelerate-haskell">Mailing List</a>
</p>
</div>
</footer>
</body>
</html>