Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
e729aa3d
Commit
e729aa3d
authored
9 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
03101437
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/taucs/src/taucs.h
+21
-21
21 additions, 21 deletions
contrib/taucs/src/taucs.h
with
21 additions
and
21 deletions
contrib/taucs/src/taucs.h
+
21
−
21
View file @
e729aa3d
...
@@ -77,10 +77,12 @@
...
@@ -77,10 +77,12 @@
#define taucs_blas_name(x) (x)
#define taucs_blas_name(x) (x)
#else
#else
#error "taucs_blas_[no]underscore_test: linking with the BLAS failed both attempts"
#error "taucs_blas_[no]underscore_test: linking with the BLAS failed both attempts"
#endif
#endif
#ifdef OSTYPE_win32
#ifdef OSTYPE_win32
#ifdef _MSC_VER
typedef
unsigned
long
ssize_t
;
typedef
unsigned
long
ssize_t
;
#endif
typedef
int
mode_t
;
typedef
int
mode_t
;
typedef
int
perm_t
;
typedef
int
perm_t
;
#define random rand
#define random rand
...
@@ -617,7 +619,7 @@ typedef double taucs_real_datatype; /* omer: this is the datatype of the real an
...
@@ -617,7 +619,7 @@ typedef double taucs_real_datatype; /* omer: this is the datatype of the real an
#define TAUCS_CORE
#define TAUCS_CORE
#define TAUCS_CORE_DATATYPE TAUCS_DOUBLE
#define TAUCS_CORE_DATATYPE TAUCS_DOUBLE
typedef
taucs_double
taucs_datatype
;
typedef
taucs_double
taucs_datatype
;
typedef
double
taucs_real_datatype
;
typedef
double
taucs_real_datatype
;
/*
/*
#define TAUCS_CORE_REAL
#define TAUCS_CORE_REAL
#define TAUCS_CORE_DATATYPE TAUCS_DOUBLE
#define TAUCS_CORE_DATATYPE TAUCS_DOUBLE
...
@@ -662,7 +664,7 @@ typedef float taucs_real_datatype; /* omer: this is the datatype of the real and
...
@@ -662,7 +664,7 @@ typedef float taucs_real_datatype; /* omer: this is the datatype of the real and
#ifndef TAUCS_CORE_DATATYPE
#ifndef TAUCS_CORE_DATATYPE
typedef
taucs_double
taucs_datatype
;
typedef
taucs_double
taucs_datatype
;
typedef
double
taucs_real_datatype
;
typedef
double
taucs_real_datatype
;
#endif
#endif
/*********************************************************/
/*********************************************************/
...
@@ -671,7 +673,7 @@ typedef double taucs_real_datatype;
...
@@ -671,7 +673,7 @@ typedef double taucs_real_datatype;
double
taucs_get_nan
(
void
);
double
taucs_get_nan
(
void
);
/*
/*
routines for testing memory allocation.
routines for testing memory allocation.
Mostly useful for testing programs
Mostly useful for testing programs
that hunt for memory leaks.
that hunt for memory leaks.
...
@@ -684,8 +686,8 @@ void taucs_allocation_assert_clean(void);
...
@@ -684,8 +686,8 @@ void taucs_allocation_assert_clean(void);
void
taucs_allocation_mark_clean
(
void
);
void
taucs_allocation_mark_clean
(
void
);
void
taucs_allocation_induce_failure
(
int
i
);
void
taucs_allocation_induce_failure
(
int
i
);
/*
/*
these are meant to allow allocation
these are meant to allow allocation
and more importantly, deallocation,
and more importantly, deallocation,
within the testing programs.
within the testing programs.
*/
*/
...
@@ -697,7 +699,7 @@ void* taucs_calloc (size_t nmemb, size_t size);
...
@@ -697,7 +699,7 @@ void* taucs_calloc (size_t nmemb, size_t size);
void
*
taucs_realloc
(
void
*
ptr
,
size_t
size
)
;
void
*
taucs_realloc
(
void
*
ptr
,
size_t
size
)
;
void
taucs_free
(
void
*
ptr
)
;
void
taucs_free
(
void
*
ptr
)
;
#if defined(TAUCS_CORE)
#if defined(TAUCS_CORE)
#if defined(TAUCS_MEMORY_TEST_yes)
#if defined(TAUCS_MEMORY_TEST_yes)
...
@@ -768,13 +770,13 @@ extern int dreadhb_(char*, int*, int*, int*, int*, int*, taucs_double*);
...
@@ -768,13 +770,13 @@ extern int dreadhb_(char*, int*, int*, int*, int*, int*, taucs_double*);
extern
int
sreadhb_
(
char
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
taucs_single
*
);
extern
int
sreadhb_
(
char
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
taucs_single
*
);
extern
int
zreadhb_
(
char
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
taucs_dcomplex
*
);
extern
int
zreadhb_
(
char
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
taucs_dcomplex
*
);
extern
int
amdexa_
(
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
extern
int
amdexa_
(
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
);
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
);
extern
int
amdtru_
(
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
extern
int
amdtru_
(
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
);
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
);
extern
int
amdbar_
(
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
extern
int
amdbar_
(
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
);
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
);
extern
int
genmmd_
(
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
extern
int
genmmd_
(
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
,
int
*
);
int
*
,
int
*
,
int
*
);
/*********************************************************/
/*********************************************************/
...
@@ -812,17 +814,17 @@ extern int isinf(double);
...
@@ -812,17 +814,17 @@ extern int isinf(double);
#endif
#endif
extern
int
taucs_potrf
(
char
*
,
int
*
,
taucs_datatype
*
,
int
*
,
int
*
);
extern
int
taucs_potrf
(
char
*
,
int
*
,
taucs_datatype
*
,
int
*
,
int
*
);
extern
int
taucs_trsm
(
char
*
,
char
*
,
char
*
,
char
*
,
extern
int
taucs_trsm
(
char
*
,
char
*
,
char
*
,
char
*
,
int
*
,
int
*
,
taucs_datatype
*
,
taucs_datatype
*
,
int
*
,
int
*
,
int
*
,
taucs_datatype
*
,
taucs_datatype
*
,
int
*
,
taucs_datatype
*
,
int
*
);
taucs_datatype
*
,
int
*
);
extern
int
taucs_gemm
(
char
*
,
char
*
,
int
*
,
int
*
,
int
*
,
extern
int
taucs_gemm
(
char
*
,
char
*
,
int
*
,
int
*
,
int
*
,
taucs_datatype
*
,
taucs_datatype
*
,
int
*
,
taucs_datatype
*
,
int
*
,
taucs_datatype
*
,
taucs_datatype
*
,
int
*
,
taucs_datatype
*
,
int
*
,
taucs_datatype
*
,
taucs_datatype
*
,
int
*
);
taucs_datatype
*
,
taucs_datatype
*
,
int
*
);
extern
int
taucs_herk
(
char
*
,
char
*
,
extern
int
taucs_herk
(
char
*
,
char
*
,
int
*
,
int
*
,
int
*
,
int
*
,
taucs_real_datatype
*
,
taucs_real_datatype
*
,
taucs_datatype
*
,
int
*
,
taucs_datatype
*
,
int
*
,
taucs_real_datatype
*
,
taucs_real_datatype
*
,
taucs_datatype
*
,
int
*
);
taucs_datatype
*
,
int
*
);
taucs_double
taucs_blas_name
(
dnrm2
)(
int
*
,
taucs_double
*
,
int
*
);
taucs_double
taucs_blas_name
(
dnrm2
)(
int
*
,
taucs_double
*
,
int
*
);
...
@@ -833,5 +835,3 @@ taucs_single taucs_blas_name(scnrm2)(int*, taucs_scomplex*, int*);
...
@@ -833,5 +835,3 @@ taucs_single taucs_blas_name(scnrm2)(int*, taucs_scomplex*, int*);
/*********************************************************/
/*********************************************************/
/* */
/* */
/*********************************************************/
/*********************************************************/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment