Michael Stevens
f8a17eaa76
Complete index1 fixes from Andreas
2005-03-23 20:26:57 +00:00
Michael Stevens
795e50d25c
Sloppy patch application missed out -1
2005-03-22 19:44:40 +00:00
Michael Stevens
4064a1ac63
FIX partially-filled index pointer array
...
thanks Andreas Klöckner
2005-03-21 16:15:28 +00:00
Michael Stevens
6ced82dc44
Use iterator types instead of pointer in interface
...
Two versions of insert
2005-03-16 14:27:30 +00:00
Michael Stevens
41ce69f29a
Use iterator types instead of pointer in interface
2005-03-16 14:26:49 +00:00
Michael Stevens
9d3add3b1f
Test MAP_ARRAY
2005-03-16 13:59:33 +00:00
Michael Stevens
13e7765bd7
FIX subproject path to test
2005-03-16 13:56:18 +00:00
Michael Stevens
afb28bc29b
Support BOOST_UBLAS_NO_NESTED_CLASS_RELATION
2005-03-16 13:10:06 +00:00
Michael Stevens
717b04cc88
FIX map_array insert
2005-03-16 12:48:20 +00:00
Michael Stevens
0ee7eab81f
Fix additional header (_proxy, valarray) included
2005-03-16 09:31:04 +00:00
Michael Stevens
98e54f687b
Fix map_array no longer has sized constructor
2005-03-16 09:27:36 +00:00
Michael Stevens
9da1ea5a1e
_adaptor
...
Add insert_element
Fix bogus const reference (proxy)
2005-03-16 09:26:54 +00:00
Michael Stevens
3db8f47963
Moved common headers to .hpp
...
Fixed missing header inclusions
2005-03-16 08:53:36 +00:00
Michael Stevens
f89cc57f2e
complex<interval> is not supported by std::complex. A boost:complex was assumed.
...
This does not and probably never will exist.
Removed code relying on this. It is untested and the macro's to enable it inconsistent
2005-03-16 08:36:00 +00:00
Michael Stevens
030f99cfec
Deprecated SCALAR_ET removed
...
Simplief to use references directly. conversion from scalar_reference causes massive problems with intervals
2005-03-15 14:19:04 +00:00
Michael Stevens
81e8f10824
Test with no exceptions
...
project requirements now seem to work in BBv2
2005-03-15 11:05:31 +00:00
Michael Stevens
cc044f8822
Use simple test() function name
2005-03-15 11:03:58 +00:00
Michael Stevens
0e43635d67
Reenable slice test which shows runtime error
2005-03-15 11:03:03 +00:00
Michael Stevens
0e83c36f32
Common initialize
2005-03-15 10:03:56 +00:00
Michael Stevens
7459653cb8
Move to Boost standard test directory
2005-03-15 09:03:25 +00:00
Michael Stevens
1a0e91ab37
Generalised VofV still failing
2005-03-15 08:53:45 +00:00
Michael Stevens
633e44dc05
Remove nonconformant compiler test disablement
2005-03-15 08:47:30 +00:00
Michael Stevens
15523f3327
Indivitual INTERNAL tests to reduce compilation size
...
Use typedef float T
2005-03-14 13:46:00 +00:00
Michael Stevens
51b6e49898
Add Gunter's coordinate_matrix axpy_prod specialisation
2005-03-14 13:41:58 +00:00
Michael Stevens
07658594e7
Update doc matches name change sparse_ to mapped_
2005-03-14 13:29:04 +00:00
Michael Stevens
308fd81c84
Update doc matches name change sparse_ to mapped_
2005-03-14 13:28:59 +00:00
Michael Stevens
6617ba3ae1
Update insert/erase/append_element to match development version
...
Thanks Gunter
2005-03-14 13:04:35 +00:00
Toon Knapen
79268abd80
port to IBM/VisualAge
2005-03-10 12:10:18 +00:00
Michael Stevens
66fc30d64d
More transparent definition of equals
...
Moved to namespace detail
2005-02-13 16:21:39 +00:00
Michael Stevens
214ac952ac
__GNUC__ tests don't belong in pure implementation!
2005-02-13 13:40:29 +00:00
Michael Stevens
f7e5d7a738
Comments regarding FIXME for expression instantiation order
2005-02-13 13:38:03 +00:00
Michael Stevens
8c2a8b0ca3
comment had ///
2005-02-10 10:48:32 +00:00
Michael Stevens
85347104fd
added vector_assign dependency
2005-02-10 10:48:00 +00:00
Michael Stevens
8f7813cd35
Added mising <vector> dependency
2005-02-10 10:34:22 +00:00
Michael Stevens
a13827bc42
FIX incosistent change to new _temporary traits
...
header also missing
2005-02-10 08:52:48 +00:00
Michael Stevens
758096abe2
FIX incosistent change to new _temporary traits
2005-02-10 08:50:56 +00:00
Michael Stevens
df5d8e20ea
FIX incosistent change to new _temporary traits
2005-02-10 08:37:29 +00:00
Toon Knapen
3cec1756f9
typo
2005-02-07 13:37:52 +00:00
Toon Knapen
9bbd13a308
added temporary_traits
2005-02-07 13:36:40 +00:00
Michael Stevens
625095cd4f
Compiles using matrix_resize_preserve
2005-01-31 15:48:29 +00:00
Michael Stevens
33288396d1
value_type/*zero*/() used as a placeholder to much disliked value_type (0)
2005-01-31 15:14:30 +00:00
Michael Stevens
1b24a9fca1
RESIZE FIXES
...
c_vector/matrix drop default construction requirement
2005-01-31 14:42:23 +00:00
Michael Stevens
8d68a1d371
RESIZE FIXES
...
Drop incorrect element requirement to be value_type(0) constructable
use matrix_resize_preserve where possible
c_vector/matrix don't initialise on construction
2005-01-31 14:08:09 +00:00
Michael Stevens
0f0df0af69
Also remerge development processes only on Boost CVS
2005-01-25 19:16:34 +00:00
Michael Stevens
511e06d242
Remerged patches to HEAD dropped durring uBLAS_pure merge
...
ML and Wiki text had change
2005-01-25 19:15:25 +00:00
Michael Stevens
f2e7c49e78
Fixed placement new detection for GCC 4
...
Seems that only Intel Linux has a good placement new
2005-01-22 17:18:53 +00:00
Toon Knapen
8dad2f70c5
resize did a zero-initiliase instead of a default initialise.
...
This did not work for value_type's that have no constructor that takes an int
2005-01-21 19:09:44 +00:00
Michael Stevens
7811fc7484
Fix '//' and moved #include matrix_expression.hpp to be consistent with other files
2005-01-19 20:42:42 +00:00
Toon Knapen
d8353367f0
added include of matrix_expression.hpp
2005-01-19 15:27:10 +00:00
Toon Knapen
cf408bb844
fixes involving vector_temporary_traits
2005-01-18 09:32:44 +00:00