~ubuntu-branches/ubuntu/raring/orpie/raring

« back to all changes in this revision

Viewing changes to gsl/mlgsl_matrix_double.h

  • Committer: Bazaar Package Importer
  • Author(s): Uwe Steinmann
  • Date: 2004-09-20 14:18:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040920141845-j092sbrg4hd0nfsf
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#define BASE_TYPE double
 
3
 
 
4
#define CONV_FLAT
 
5
 
 
6
#define TYPE(t) t
 
7
#define _DECLARE_BASE_TYPE(v) double conv_##v
 
8
#define _CONVERT_BASE_TYPE(v) conv_##v = Double_val(v)
 
9
#if __GNUC__ >= 3
 
10
#define DECLARE_BASE_TYPE(v) _DECLARE_BASE_TYPE(v); _CONVERT_BASE_TYPE(v)
 
11
#endif /* __GNUC__ */
 
12
#define FUNCTION(a,b) a ## _ ## b
 
13
 
 
14
#include "mlgsl_matrix.h"