~ubuntu-branches/ubuntu/trusty/fftw3/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/html/Column_002dmajor-Format.html

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2009-10-30 15:58:13 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091030155813-sm22akeielmo6sbo
Tags: 3.2.2-1
* New upstream release
* Acknowledge non-maintainer upload (closes: #532340, #532301),
  thanks to Cyril Brulebois
* debian/control
  - add ${misc:Depends}
  - bump Standards-Version to 3.8.3, debhelper to >= 7.0.0
  - span build-depends on multiple lines
  - added Vcs-Bzr and Vcs-Browser fields
* debian/rules
  - fix bashisms (closes: #535378)
  - only install long double where needed (closes: #540408)
  - use dh_prep
* debian/compat: bump to 7
* debian/README.source: add reference to quilt documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html lang="en">
2
2
<head>
3
 
<title>Column-major Format - FFTW 3.2.1</title>
 
3
<title>Column-major Format - FFTW 3.2.2</title>
4
4
<meta http-equiv="Content-Type" content="text/html">
5
 
<meta name="description" content="FFTW 3.2.1">
6
 
<meta name="generator" content="makeinfo 4.8">
 
5
<meta name="description" content="FFTW 3.2.2">
 
6
<meta name="generator" content="makeinfo 4.13">
7
7
<link title="Top" rel="start" href="index.html#Top">
8
8
<link rel="up" href="Multi_002ddimensional-Array-Format.html#Multi_002ddimensional-Array-Format" title="Multi-dimensional Array Format">
9
9
<link rel="prev" href="Row_002dmajor-Format.html#Row_002dmajor-Format" title="Row-major Format">
11
11
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
12
12
<!--
13
13
This manual is for FFTW
14
 
(version 3.2.1, 5 February 2009).
 
14
(version 3.2.2, 12 July 2009).
15
15
 
16
16
Copyright (C) 2003 Matteo Frigo.
17
17
 
46
46
</head>
47
47
<body>
48
48
<div class="node">
49
 
<p>
50
49
<a name="Column-major-Format"></a>
51
50
<a name="Column_002dmajor-Format"></a>
 
51
<p>
52
52
Next:&nbsp;<a rel="next" accesskey="n" href="Fixed_002dsize-Arrays-in-C.html#Fixed_002dsize-Arrays-in-C">Fixed-size Arrays in C</a>,
53
53
Previous:&nbsp;<a rel="previous" accesskey="p" href="Row_002dmajor-Format.html#Row_002dmajor-Format">Row-major Format</a>,
54
54
Up:&nbsp;<a rel="up" accesskey="u" href="Multi_002ddimensional-Array-Format.html#Multi_002ddimensional-Array-Format">Multi-dimensional Array Format</a>