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

306 Commits

Author SHA1 Message Date
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
Michael Stevens
5c8b6de082 attempt workaround for cw-8.3 ::template syntax problem 2004-10-09 07:57:25 +00:00
Michael Stevens
4b297cb255 attempt workaround for cw-8.3 ::template syntax problem 2004-10-09 07:52:45 +00:00
Michael Stevens
ff51ab3a78 Try inline as cw-8.3 fix 2004-10-08 18:06:35 +00:00
Michael Stevens
cc69fb0eb5 header dependcies 2004-10-08 12:33:02 +00:00
Michael Stevens
04caaf0b92 icc-7.1 placement new 2004-10-08 06:44:13 +00:00
Michael Stevens
289d52e1b8 Fix random_access_iterator cut&paste error 2004-10-07 16:50:13 +00:00
Michael Stevens
02882cbdce Generic accessor, VC6 has template problems remove for all non PTS compilers 2004-10-07 04:31:19 +00:00
Michael Stevens
2b82bb018b remove tabs 2004-10-05 10:14:49 +00:00
Michael Stevens
d272265f4d New definitions.hpp for noalias and accessors
New namespace dimensions for accessors
2004-10-05 08:12:55 +00:00
Michael Stevens
e637fee552 FIX missing return in map_capacity 2004-10-04 07:28:27 +00:00
Michael Stevens
b344eb93ef enable array placement new for some compilers 2004-10-03 05:24:13 +00:00
Michael Stevens
183a0db63d add USEFUL_ARRAY_PLACEMENT_NEW
add storage_arrary base class initialisers to copy constructors to avoid compiler warnings
2004-10-01 17:39:24 +00:00
Michael Stevens
61fa0eaa41 Change use functor_type::apply syntax
replaces functor () () which again overloads () and may have overhead on some compilers
Add correct infrastructure for scalar_expressions
2004-09-30 21:09:17 +00:00
Michael Stevens
7856a404a8 FIX array new for default constructor fails on many compilers
(OK for gcc-3.4.2, not sure if standard confromant, use a loop instead)
2004-09-30 16:42:16 +00:00
Michael Stevens
73f8adb8ca FIX work with const UDTs, CV status is stripped from returned type 2004-09-29 18:25:42 +00:00
Michael Stevens
3ebe500f91 add zero_vector/matrix 2004-09-29 15:39:11 +00:00
Michael Stevens
0b7c9f470c basis for generalised ublas_expression 2004-09-24 18:28:37 +00:00
Michael Stevens
ec8b8e854f Consistent class/struct 2004-09-24 06:57:49 +00:00
Michael Stevens
717eb623e2 Consistent class/struct
Make scalar_expression full B-N trick base
2004-09-24 06:57:06 +00:00
Michael Stevens
9555d2e8a6 Fix indexing assign use size_type
Loops do not underflow so size_type is correct
2004-09-24 06:32:34 +00:00
Michael Stevens
30dbb88f13 Fix unused parameters 2004-09-24 06:27:55 +00:00