The R Project SVN R

Rev

Rev 60256 | Rev 68949 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60256 Rev 65881
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 2000, 2001 The R Core Team.
3
 *  Copyright (C) 2000-2014 The R Core Team.
4
 *
4
 *
5
 *  This program is free software; you can redistribute it and/or modify
5
 *  This program is free software; you can redistribute it and/or modify
6
 *  it under the terms of the GNU Lesser General Public License as published by
6
 *  it under the terms of the GNU Lesser General Public License as published by
7
 *  the Free Software Foundation; either version 2.1 of the License, or
7
 *  the Free Software Foundation; either version 2.1 of the License, or
8
 *  (at your option) any later version.
8
 *  (at your option) any later version.
Line 17... Line 17...
17
 *  http://www.r-project.org/Licenses/
17
 *  http://www.r-project.org/Licenses/
18
 */
18
 */
19
 
19
 
20
/*
20
/*
21
  Experimental: included by src/library/stats/src/distance.c
21
  Experimental: included by src/library/stats/src/distance.c
-
 
22
 
-
 
23
  Note that only uses R_num_math_threads: it is not clear
-
 
24
  R_num_math_threads should be exposed at all.
-
 
25
 
-
 
26
  This is not used currently on Windows, where R_num_math_threads
-
 
27
  used not to be exposed.
22
*/
28
*/
23
 
29
 
24
#ifndef R_EXT_MATHTHREADS_H_
30
#ifndef R_EXT_MATHTHREADS_H_
25
#define R_EXT_MATHTHREADS_H_
31
#define R_EXT_MATHTHREADS_H_
26
 
32