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

342 Commits

Author SHA1 Message Date
Michael Stevens
f05d72ea3f FIX Container concept requires erase_element 2005-06-27 12:37:27 +00:00
Michael Stevens
2b7956c150 iterator is included by traits 2005-06-22 09:40:14 +00:00
Michael Stevens
d409964207 matrix_proxy required for row/column functions.
Could be implemented without to avoid this dependency
2005-06-20 13:49:58 +00:00
Michael Stevens
e72b32571e Try 'safe' as a name for alias safe assignment 2005-06-20 07:29:32 +00:00
Michael Stevens
27832f9172 Added future compatible alias(lhs) syntax 2005-06-18 08:18:12 +00:00
Michael Stevens
1176e10c04 Add append_element.
Fix resize. Thanks Gunter
2005-06-14 19:34:03 +00:00
Michael Stevens
54471a0e36 Fix plus_assign in column_major block_prod typo. Thanks Gunter 2005-06-14 19:31:18 +00:00
Michael Stevens
e21cee88fc unused variables 2005-05-25 12:42:11 +00:00
Michael Stevens
910c383c7c Gunter fix. Replaced equals with type_check_expression 2005-05-24 19:41:56 +00:00
Michael Stevens
2e64ece325 Consitently use iterator?::reference for functor_type (other then in indexed assign)
Seems to be cause of compileation error in test3 for 'truecxx'
2005-05-23 16:25:59 +00:00
Michael Stevens
690a3d6189 Use struct consistently for basic_full etc 2005-05-23 16:05:27 +00:00
Michael Stevens
a84dc36438 Added Thomas's symmetric operator >> definition 2005-05-08 17:48:38 +00:00
Michael Stevens
6745c3bf2c Fixed unused variable warning in BOOST_UBLAS_CHECK release build 2005-05-08 17:34:54 +00:00
Michael Stevens
a29716bbf4 tabs and max fixed for Booost 2005-05-08 16:40:54 +00:00
Michael Stevens
f792e84faa + 1 missing from previous fix 2005-05-03 06:29:47 +00:00
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