Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jean-Eric Campagne
LagSHT
Commits
96f58874
Commit
96f58874
authored
Apr 16, 2015
by
Jean-Eric Campagne
Browse files
(JEC) 16/4/15 protect lagsht_numbers.h with the LagSHT namespace
parent
f91f4b92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
History.md
History.md
+4
-0
lagsht_numbers.h
lagsht_numbers.h
+4
-0
No files found.
History.md
View file @
96f58874
...
...
@@ -7,6 +7,10 @@ git clone https://gitlab.in2p3.fr/campagne/LagSHT.git
Download en Personne enregistree sur gitlab
git clone git@gitlab.in2p3.fr:campagne/LagSHT.git
# 15/4/15
*
update of lagsht_numbers.h by a code plateform automatic
*
laguerreTransfrom.cc use BLAS matrix operation and this is a great gain ! So for Darwin use Accelerate Framework and for Linux use OpenBLAS.
# 11/4/15
*
update of the code by M.R to compute the nodes/weights included in the LaguerreBuilder file.
*
NB: use of
`<cmath>`
mandatory
...
...
lagsht_numbers.h
View file @
96f58874
...
...
@@ -4,6 +4,8 @@
// Template magic to select the proper data types. These templates
// should not be used outside this file.
namespace
LagSHT
{
template
<
typename
T
,
bool
equalSize
>
struct
sizeChooserHelper__
{
typedef
void
TYPE
;
};
...
...
@@ -44,4 +46,6 @@ typedef sizeChooser__<4, float, double>::TYPE r_4;
typedef
sizeChooser__
<
8
,
double
,
long
double
>::
TYPE
r_8
;
typedef
sizeChooser__
<
16
,
double
,
long
double
>::
TYPE
r_16
;
}
//namespace
#endif //LAGSHTNUMBERS_SEEN
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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