2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-27 17:32:09 +00:00
Commit Graph

327 Commits

Author SHA1 Message Date
Michael Stevens
a96dbaaa5b FIX compress storage_invariants and reserve bug
thanks to Max and Gunter
2005-05-03 06:19:49 +00:00
Michael Stevens
e82f4b2dec comment 2005-04-06 06:30:49 +00:00
Michael Stevens
ce098f2273 GCC4.0 bogus control reachs end non-void function warning 2005-04-06 06:28:58 +00:00
Michael Stevens
5ec29d8652 NEW compressed_matrix( coordinate_matrix<> & x) Thanks Gunter 2005-03-24 17:21:43 +00:00
Michael Stevens
05c87f3dd0 Indent with ASCII spaces! 2005-03-24 17:06:38 +00:00
Michael Stevens
f34ab02d6e FIX reserve error with no preserve (thanks Gunter) 2005-03-23 20:31:06 +00:00
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
41ce69f29a Use iterator types instead of pointer in interface 2005-03-16 14:26:49 +00:00
Michael Stevens
717b04cc88 FIX map_array insert 2005-03-16 12:48:20 +00:00
Michael Stevens
9da1ea5a1e _adaptor
Add insert_element
 Fix bogus const reference (proxy)
2005-03-16 09:26:54 +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
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
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
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
Michael Stevens
8fc01fb564 avoid multi line #if || 2005-01-07 18:30:30 +00:00
Toon Knapen
e3e52d71bf more patches that originate from the uBLAS_pure merge 2005-01-06 11:28:27 +00:00
Toon Knapen
aa1405e143 merged uBLAS_pure 2005-01-04 14:52:20 +00:00
Michael Stevens
6223101ef2 Fixed placement new detection for GCC 4 2005-01-03 20:52:27 +00:00
Michael Stevens
64ba0a49c4 FIX sparse non_zeros is capacity, consistent with coordinate and compressed 2004-10-20 12:28:07 +00:00
Michael Stevens
938b68f013 FIX sparse non_zeros is capacity, consistent with coordinate and compressed
FIX sparse_matrix removed minumum in restrict_nz
2004-10-20 12:27:08 +00:00
Michael Stevens
00e0e3ca1a missing _ 2004-10-20 07:50:07 +00:00
Michael Stevens
33284381ed FIX nasty coordinate_matrix insert bug
Back to sumation of duplicates
2004-10-20 07:46:32 +00:00
Michael Stevens
24bfd03457 Intel 7.1 reports as 700 assume both have same placement-new behaviour 2004-10-12 06:37:27 +00:00
Michael Stevens
593abceff6 *** empty log message *** 2004-10-12 06:28:13 +00:00
Michael Stevens
d0f85c200d move to detail 2004-10-12 06:26:34 +00:00
Michael Stevens
98a946baa0 Fix only intel linux has useful placement new 2004-10-11 06:35:21 +00:00
Michael Stevens
5d7e852b01 Fix cw-8.3 disable type checks to avoid debug functor syntax problem 2004-10-10 08:21:57 +00:00