Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sylvain Jasson
gmp
Commits
d19b5b35
Commit
d19b5b35
authored
May 31, 2020
by
Martin Maechler
Browse files
Licence: 'GPL (>= 2)' {instead of just 'GPL'; e.g., for Debian}
parent
17b44a35
Changes
23
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
d19b5b35
Package: gmp
Version: 0.5-1
4
Date: 2020-05-
1
1
Version: 0.5-1
5
Date: 2020-05-
3
1
Title: Multiple Precision Arithmetic
Author: Antoine Lucas, Immanuel Scholz, Rainer Boehme <rb-gmp@reflex-studio.de>,
Sylvain Jasson <Sylvain.Jasson@inrae.fr>,
...
...
@@ -13,7 +13,7 @@ Depends: R (>= 3.4.0)
Imports: methods
Suggests: Rmpfr
SystemRequirements: gmp (>= 4.2.3)
License: GPL
License: GPL
(>= 2)
BuildResaveData: no
LazyDataNote: not available, as we use data/*.R *and* our classes
NeedsCompilation: yes
...
...
R/biginteger.R
View file @
d19b5b35
...
...
@@ -14,7 +14,7 @@ setGeneric("asNumeric", useAsDefault = function(x) {
#
# Brief : Stub to call the dll functions
#
# Licence : GPL
# Licence : GPL
(>= 2)
#
#----------------------------------------------------------
...
...
R/bigq.R
View file @
d19b5b35
...
...
@@ -5,7 +5,7 @@
#
# Brief : Stub to call the dll functions
#
# Licence : GPL
# Licence : GPL
(>= 2)
#
#----------------------------------------------------------
...
...
src/biginteger.cc
View file @
d19b5b35
...
...
@@ -8,7 +8,7 @@
*
* \author Immanuel Scholz
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#define USE_RINTERNALS
...
...
src/biginteger.h
View file @
d19b5b35
...
...
@@ -6,7 +6,7 @@
*
* \author Immanuel Scholz
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#ifndef biginteger_HEADER
...
...
src/bigintegerR.cc
View file @
d19b5b35
...
...
@@ -9,7 +9,7 @@
*
* \author Immanuel Scholz (help from A. Lucas)
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#include
"Rgmp.h"
...
...
src/bigintegerR.h
View file @
d19b5b35
...
...
@@ -7,7 +7,7 @@
* \date Last modified: Time-stamp: <2010-04-10 19:21:20 antoine>
*
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#ifndef BIGINTEGERRRRRRR_HEADER_
...
...
src/bigmod.h
View file @
d19b5b35
...
...
@@ -6,7 +6,7 @@
*
* \author Immanuel Scholz
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
...
...
src/bigrational.cc
View file @
d19b5b35
...
...
@@ -9,7 +9,7 @@
* \author Antoine Lucas (adapted from biginteger class made by
* Immanuel Scholz)
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#define USE_RINTERNALS
...
...
src/bigrational.h
View file @
d19b5b35
...
...
@@ -7,7 +7,7 @@
* \author Antoine Lucas (adapted from biginteger class made by
* Immanuel Scholz)
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#ifndef BIGRATIONAL_HEADER_
...
...
src/bigrationalR.cc
View file @
d19b5b35
...
...
@@ -10,7 +10,7 @@
* \author Antoine Lucas (adapted from biginteger class made by
* Immanuel Scholz)
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#include
"Rgmp.h"
...
...
src/bigrationalR.h
View file @
d19b5b35
...
...
@@ -7,7 +7,7 @@
* \date Last modified: Time-stamp: <2010-04-10 19:27:44 antoine>
*
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#ifndef BIG_RATIONALRRRR_
#define BIG_RATIONALRRRR_ 1
...
...
src/bigvec.h
View file @
d19b5b35
...
...
@@ -7,7 +7,7 @@
* \date Last modified: Time-stamp: <2013-06-08 22:27:37 antoine>
*
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
...
...
src/bigvec_q.h
View file @
d19b5b35
...
...
@@ -7,7 +7,7 @@
* \date Last modified: Time-stamp: <2006-06-16 20:19:01 antoine>
*
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#ifndef BIGVEC_Q_HEADER_
...
...
src/extract_matrix.h
View file @
d19b5b35
...
...
@@ -12,7 +12,7 @@
* as usually, matrix x[i,j] (n x p) is represented by a vector
* x[i + j x n] (i=0..n-1 ; j=0..p-1)
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
...
...
src/factor.cc
View file @
d19b5b35
...
...
@@ -9,7 +9,7 @@
* \author Antoine Lucas (help from Immanuel Scholz) (R adaptation)
* Original C code from libgmp.
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#include
"Rgmp.h"
...
...
src/factor.h
View file @
d19b5b35
...
...
@@ -7,7 +7,7 @@
* \date Last modified: Time-stamp: <2008-02-17 21:41:29 antoine>
*
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#ifndef GMP_R_FACTOR_HEADER_
...
...
src/matrix.cc
View file @
d19b5b35
...
...
@@ -13,7 +13,7 @@
* as usually, matrix x[i,j] (n x p) is represented by a vector
* x[i + j x n] (i=0..n-1 ; j=0..p-1)
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#include
<vector>
...
...
src/matrix.h
View file @
d19b5b35
...
...
@@ -12,7 +12,7 @@
* as usually, matrix x[i,j] (n x p) is represented by a vector
* x[i + j x n] (i=0..n-1 ; j=0..p-1)
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
#ifndef MATRIXZ_HEADER_
...
...
src/matrixq.cc
View file @
d19b5b35
...
...
@@ -13,7 +13,7 @@
* as usually, matrix x[i,j] (n x p) is represented by a vector
* x[i + j x n] (i=0..n-1 ; j=0..p-1)
*
* \note Licence: GPL
* \note Licence: GPL
(>= 2)
*/
//#include <list>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment