alankelly
|
9728651b50
|
exceptions are handled by BOOST_THROW_EXCEPTION so that the compiler option fno-exceptions may safely be used
|
2014-06-26 18:42:45 +02:00 |
|
alankelly
|
31ed4aadde
|
nt2_norm_inf defines the infinity norm of a multi-dimensional matrix in the same manner as eigen - that is the largest absolute value
|
2014-06-26 17:42:04 +02:00 |
|
alankelly
|
9d0fc0a1b8
|
norm_inf updated to use new mnorminf function
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
1be2466792
|
NT2_ROOT changed to NT2_ROOT_PATH because NT2 misbehaves when NT2_ROOT is defined
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
b88c2f389d
|
nt2:tie used to take better advanatge of openmp
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
4c56710814
|
parentheses correct on environment variable
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
3f528712b1
|
parentheses correct on environemtn variable
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
3bcb729a1b
|
norm_inf unit test updated
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
a3b64c2a0b
|
infinity norm on a matrix is defined as the max of the row sums
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
033d5cb76b
|
minimal table header, code cleaned, extent used instead of size for resizing/size comparison
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
8555a34f5f
|
Jamfiles corrected, gcc specific flags are marked so and NT2_SIMD_FLAGS is read from an environment variable
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
d4500e0f39
|
instructions added for using NT2/avx
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
387972a60a
|
Jamefile added, copyright updated and loop extended to match original example
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
593b24996a
|
example of odeint with nt2
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
a7a39feab9
|
copyright updated
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
d6d0a98ec8
|
added is_resizeable unit test
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
002002209b
|
unit tests and Jamfile added
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
293ab3613c
|
includes corrected
|
2014-06-26 15:36:10 +02:00 |
|
alankelly
|
21e66fc974
|
specializations so that nt2 works with odeint
|
2014-06-26 15:36:10 +02:00 |
|
Karsten Ahnert
|
a756aad694
|
make two level specialization with sfinae for same_size, resize, copy, algebra_dispatcher, and operation_dispatcher
|
2014-06-26 15:36:10 +02:00 |
|
Karsten Ahnert
|
329dabcffc
|
adding two level specialization for is_resizeable
|
2014-06-26 15:36:10 +02:00 |
|
headmyshoulder
|
d575761ead
|
Merge pull request #129 from wschreyer/master
Fix pass-by-reference in bulirsch_stoer_dense_out.
|
2014-06-06 16:09:48 +02:00 |
|
wschreyer
|
0256c2d40e
|
Fix pass-by-reference in bulirsch_stoer_dense_out
bulirsch_stoer_dense_out always passed the ODE system as value to its underlying midpoint method.
|
2014-06-06 15:42:44 +02:00 |
|
Daniel James
|
f5e882cd40
|
Create merge base for git.
This will make it easier to merge to master. This is a slight difference
in: examples/vexcl/Jamfile.v2
|
2014-06-02 10:29:45 +01:00 |
|
Karsten Ahnert
|
e6730e22bb
|
make two level specialization with sfinae for same_size, resize, copy, algebra_dispatcher, and operation_dispatcher
|
2014-05-16 09:23:05 +02:00 |
|
Karsten Ahnert
|
d0257efa4a
|
adding two level specialization for is_resizeable
|
2014-05-13 18:06:53 +02:00 |
|
headmyshoulder
|
9cdefa89b6
|
Merge pull request #1 from danieljames/develop
Remove Jamroot now that odeint is in boost tree.
|
2014-05-04 22:58:24 +02:00 |
|
Daniel James
|
f3d6176b16
|
Remove Jamroot now that odeint is in boost tree.
|
2014-05-04 13:54:46 +01:00 |
|
Mario Mulansky
|
a997d074c1
|
Merge pull request #127 from ddemidov/master
Typo in chaotic system tutorial
|
2014-05-02 21:13:24 +02:00 |
|
Denis Demidov
|
d32fcb8d73
|
Typo in chaotic system tutorial
|
2014-05-02 21:58:29 +04:00 |
|
Karsten Ahnert
|
d6d1902bf9
|
Merge branch 'master' of github.com:headmyshoulder/odeint-v2
|
2014-04-28 09:55:00 +02:00 |
|
Karsten Ahnert
|
7408830b09
|
fixing jamfile for documentation
|
2014-04-28 09:03:41 +02:00 |
|
Karsten Ahnert
|
83f5ffaae8
|
Merge branch 'old_develop' into develop
|
2014-04-18 22:45:36 +02:00 |
|
mariomulansky
|
79c282baa6
|
added boost build patch to travis runs
|
2014-04-09 13:15:41 +02:00 |
|
Karsten Ahnert
|
09ca011224
|
removing iterator ideas files
|
2014-04-09 08:55:52 +02:00 |
|
Karsten Ahnert
|
8898080167
|
Merge branch 'master' into boost_integ
|
2014-04-09 08:42:58 +02:00 |
|
mariomulansky
|
79c77aef9f
|
disable clang in travis
|
2014-04-05 20:02:40 +02:00 |
|
mariomulansky
|
b01139fc9b
|
disable some targets for clang
|
2014-04-05 19:36:29 +02:00 |
|
mariomulansky
|
f14b49f88f
|
release build in travis
|
2014-04-05 19:00:08 +02:00 |
|
mariomulansky
|
be7eeff97e
|
travis running
|
2014-04-05 18:35:11 +02:00 |
|
mariomulansky
|
9a3e556956
|
testing travis
|
2014-04-05 18:04:04 +02:00 |
|
mariomulansky
|
65d465de41
|
testing travis
|
2014-04-05 17:56:10 +02:00 |
|
mariomulansky
|
fd39e5b920
|
testing travis
|
2014-04-05 17:53:19 +02:00 |
|
mariomulansky
|
4ace70081c
|
testing travis
|
2014-04-05 17:46:08 +02:00 |
|
mariomulansky
|
934d283f9a
|
testing travis
|
2014-04-05 17:35:44 +02:00 |
|
mariomulansky
|
085eba30c1
|
testing travis
|
2014-04-05 17:35:32 +02:00 |
|
mariomulansky
|
96fdfdfc1e
|
testing travis
|
2014-04-05 17:23:08 +02:00 |
|
mariomulansky
|
746149504d
|
added travis.yml
|
2014-04-05 17:04:57 +02:00 |
|
mariomulansky
|
3e0ab01a6c
|
bugfix for last commit
|
2014-04-05 16:25:47 +02:00 |
|
mariomulansky
|
da6df7247a
|
fixes #125
|
2014-04-05 16:04:57 +02:00 |
|