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
Martin Reinecke
ducc
Commits
c5b702ab
Commit
c5b702ab
authored
Jun 10, 2020
by
Martin Reinecke
Browse files
namespace mr -> ducc0
parent
f149f19c
Changes
66
Show whitespace changes
Inline
Side-by-side
src/ducc0/math/geom_utils.h
View file @
c5b702ab
...
...
@@ -38,7 +38,7 @@
#include
"ducc0/math/math_utils.h"
#include
"ducc0/math/vec3.h"
namespace
mr
{
namespace
ducc0
{
namespace
detail_geom_utils
{
...
...
src/ducc0/math/gl_integrator.h
View file @
c5b702ab
...
...
@@ -27,7 +27,7 @@
#include
"ducc0/infra/error_handling.h"
#include
"ducc0/infra/threading.h"
namespace
mr
{
namespace
ducc0
{
namespace
detail_gl_integrator
{
...
...
src/ducc0/math/math_utils.h
View file @
c5b702ab
...
...
@@ -36,7 +36,7 @@
#include
<cstdint>
#include
<vector>
namespace
mr
{
namespace
ducc0
{
/*! Returns \e true if | \a a-b | <= \a epsilon * | \a b |, else \e false. */
template
<
typename
F
>
inline
bool
approx
(
F
a
,
F
b
,
F
epsilon
=
F
(
1e-5L
))
...
...
src/ducc0/math/pointing.cc
View file @
c5b702ab
...
...
@@ -35,7 +35,7 @@
using
namespace
std
;
namespace
mr
{
namespace
ducc0
{
vec3
pointing
::
to_vec3
()
const
{
...
...
src/ducc0/math/pointing.h
View file @
c5b702ab
...
...
@@ -35,7 +35,7 @@
#include
<cmath>
#include
"ducc0/math/vec3.h"
namespace
mr
{
namespace
ducc0
{
/*! \defgroup pointinggroup Pointings */
/*! \{ */
...
...
src/ducc0/math/rangeset.h
View file @
c5b702ab
...
...
@@ -39,7 +39,7 @@
#include
"ducc0/infra/error_handling.h"
#include
"ducc0/math/math_utils.h"
namespace
mr
{
namespace
ducc0
{
/*! Class for storing sets of ranges of integer numbers */
template
<
typename
T
>
class
rangeset
...
...
src/ducc0/math/space_filling.cc
View file @
c5b702ab
...
...
@@ -31,7 +31,7 @@
#include
"ducc0/math/space_filling.h"
namespace
mr
{
namespace
ducc0
{
#ifndef __BMI2__
...
...
src/ducc0/math/space_filling.h
View file @
c5b702ab
...
...
@@ -40,7 +40,7 @@
#include
<x86intrin.h>
#endif
namespace
mr
{
namespace
ducc0
{
#ifndef __BMI2__
...
...
src/ducc0/math/unity_roots.h
View file @
c5b702ab
...
...
@@ -26,7 +26,7 @@
#include
<type_traits>
#include
<vector>
namespace
mr
{
namespace
ducc0
{
namespace
detail_unity_roots
{
...
...
src/ducc0/math/vec3.h
View file @
c5b702ab
...
...
@@ -35,7 +35,7 @@
#include
<cmath>
#include
<iostream>
namespace
mr
{
namespace
ducc0
{
/*! \defgroup vec3group 3D vectors */
/*! \{ */
...
...
src/ducc0/not_yet_integrated/compress_utils.h
View file @
c5b702ab
...
...
@@ -39,7 +39,7 @@
#include
"ducc0/error_handling.h"
#include
"ducc0/math_utils.h"
namespace
mr
{
namespace
ducc0
{
class
obitstream
{
...
...
src/ducc0/not_yet_integrated/crangeset.h
View file @
c5b702ab
...
...
@@ -39,7 +39,7 @@
#include
"ducc0/error_handling.h"
#include
"ducc0/math_utils.h"
namespace
mr
{
namespace
ducc0
{
/*
compact rangeset (CRS)
...
...
src/ducc0/not_yet_integrated/datatypes.h
View file @
c5b702ab
...
...
@@ -39,7 +39,7 @@
#include
<cstdint>
#include
"ducc0/error_handling.h"
namespace
mr
{
namespace
ducc0
{
namespace
datatypes
{
...
...
src/ducc0/not_yet_integrated/healpix_map.cc
View file @
c5b702ab
...
...
@@ -33,7 +33,7 @@
using
namespace
std
;
namespace
mr
{
namespace
ducc0
{
namespace
healpix
{
...
...
src/ducc0/not_yet_integrated/healpix_map.h
View file @
c5b702ab
...
...
@@ -38,7 +38,7 @@
#include
"ducc0/threading.h"
#include
"Healpix_cxx/healpix_base.h"
namespace
mr
{
namespace
ducc0
{
namespace
healpix
{
...
...
src/ducc0/not_yet_integrated/moc.h
View file @
c5b702ab
...
...
@@ -35,7 +35,7 @@
#include
"Healpix_cxx/healpix_base.h"
#include
"ducc0/compress_utils.h"
namespace
mr
{
namespace
ducc0
{
namespace
healpix
{
...
...
src/ducc0/sharp/sharp.cc
View file @
c5b702ab
...
...
@@ -39,7 +39,7 @@
#include
"ducc0/infra/error_handling.h"
#include
"ducc0/infra/timers.h"
namespace
mr
{
namespace
ducc0
{
namespace
detail_sharp
{
...
...
@@ -294,7 +294,7 @@ DUCC0_NOINLINE void sharp_job::map2phase (size_t mmax, size_t llim, size_t ulim)
{
if
(
type
!=
SHARP_MAP2ALM
)
return
;
size_t
pstride
=
s_m
;
mr
::
execDynamic
(
ulim
-
llim
,
nthreads
,
1
,
[
&
](
mr
::
Scheduler
&
sched
)
ducc0
::
execDynamic
(
ulim
-
llim
,
nthreads
,
1
,
[
&
](
ducc0
::
Scheduler
&
sched
)
{
ringhelper
helper
;
size_t
rstride
=
ginfo
.
nphmax
()
+
2
;
...
...
@@ -322,7 +322,7 @@ DUCC0_NOINLINE void sharp_job::phase2map (size_t mmax, size_t llim, size_t ulim)
{
if
(
type
==
SHARP_MAP2ALM
)
return
;
size_t
pstride
=
s_m
;
mr
::
execDynamic
(
ulim
-
llim
,
nthreads
,
1
,
[
&
](
mr
::
Scheduler
&
sched
)
ducc0
::
execDynamic
(
ulim
-
llim
,
nthreads
,
1
,
[
&
](
ducc0
::
Scheduler
&
sched
)
{
ringhelper
helper
;
size_t
rstride
=
ginfo
.
nphmax
()
+
2
;
...
...
@@ -348,7 +348,7 @@ DUCC0_NOINLINE void sharp_job::phase2map (size_t mmax, size_t llim, size_t ulim)
DUCC0_NOINLINE
void
sharp_job
::
execute
()
{
mr
::
SimpleTimer
timer
;
ducc0
::
SimpleTimer
timer
;
opcnt
=
0
;
size_t
lmax
=
ainfo
.
lmax
(),
mmax
=
ainfo
.
mmax
();
...
...
@@ -386,7 +386,7 @@ DUCC0_NOINLINE void sharp_job::execute()
/* map->phase where necessary */
map2phase
(
mmax
,
llim
,
ulim
);
mr
::
execDynamic
(
ainfo
.
nm
(),
nthreads
,
1
,
[
&
](
mr
::
Scheduler
&
sched
)
ducc0
::
execDynamic
(
ainfo
.
nm
(),
nthreads
,
1
,
[
&
](
ducc0
::
Scheduler
&
sched
)
{
sharp_job
ljob
=
*
this
;
ljob
.
opcnt
=
0
;
...
...
src/ducc0/sharp/sharp.h
View file @
c5b702ab
...
...
@@ -34,7 +34,7 @@
#include
<memory>
#include
<any>
namespace
mr
{
namespace
ducc0
{
namespace
detail_sharp
{
...
...
src/ducc0/sharp/sharp_almhelpers.cc
View file @
c5b702ab
...
...
@@ -28,7 +28,7 @@
#include
"ducc0/infra/error_handling.h"
#include
"ducc0/sharp/sharp_almhelpers.h"
namespace
mr
{
namespace
ducc0
{
namespace
detail_sharp
{
...
...
src/ducc0/sharp/sharp_almhelpers.h
View file @
c5b702ab
...
...
@@ -31,7 +31,7 @@
#include
<memory>
#include
"ducc0/sharp/sharp.h"
namespace
mr
{
namespace
ducc0
{
namespace
detail_sharp
{
...
...
Prev
1
2
3
4
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