2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 04:02:10 +00:00
Commit Graph

292 Commits

Author SHA1 Message Date
Toon Knapen
42eaa32eb1 added include of matrix_expression.hpp
svn path=/trunk/boost/boost/numeric/ublas/; revision=26744
2005-01-19 15:27:10 +00:00
Toon Knapen
d98b85af71 fixes involving vector_temporary_traits
svn path=/trunk/boost/boost/numeric/ublas/; revision=26721
2005-01-18 09:32:44 +00:00
Michael Stevens
c4aaa0fe8e avoid multi line #if ||
svn path=/trunk/boost/boost/numeric/ublas/; revision=26642
2005-01-07 18:30:30 +00:00
Toon Knapen
a18f894dc5 more patches that originate from the uBLAS_pure merge
svn path=/trunk/boost/boost/numeric/ublas/; revision=26635
2005-01-06 11:28:27 +00:00
Toon Knapen
acc03935cc merged uBLAS_pure
svn path=/trunk/boost/libs/numeric/ublas/; revision=26624
2005-01-04 14:52:20 +00:00
Michael Stevens
64d0c82ee6 Fixed placement new detection for GCC 4
svn path=/trunk/boost/boost/numeric/ublas/; revision=26621
2005-01-03 20:52:27 +00:00
Michael Stevens
8fc917e673 FIX sparse non_zeros is capacity, consistent with coordinate and compressed
svn path=/trunk/boost/boost/numeric/ublas/; revision=25806
2004-10-20 12:28:07 +00:00
Michael Stevens
80648c5469 FIX sparse non_zeros is capacity, consistent with coordinate and compressed
FIX sparse_matrix removed minumum in restrict_nz

svn path=/trunk/boost/boost/numeric/ublas/; revision=25805
2004-10-20 12:27:08 +00:00
Michael Stevens
df4a8706f2 missing _
svn path=/trunk/boost/boost/numeric/ublas/; revision=25794
2004-10-20 07:50:07 +00:00
Michael Stevens
7b41f97168 FIX nasty coordinate_matrix insert bug
Back to sumation of duplicates

svn path=/trunk/boost/boost/numeric/ublas/; revision=25793
2004-10-20 07:46:32 +00:00
Michael Stevens
a89ff42b78 Intel 7.1 reports as 700 assume both have same placement-new behaviour
svn path=/trunk/boost/boost/numeric/ublas/; revision=25680
2004-10-12 06:37:27 +00:00
Michael Stevens
8919702a9b *** empty log message ***
svn path=/trunk/boost/boost/numeric/ublas/; revision=25679
2004-10-12 06:28:13 +00:00
Michael Stevens
f1fee49f3c move to detail
svn path=/trunk/boost/boost/numeric/ublas/; revision=25678
2004-10-12 06:26:34 +00:00
Michael Stevens
22ce2c95fc Fix only intel linux has useful placement new
svn path=/trunk/boost/boost/numeric/ublas/; revision=25653
2004-10-11 06:35:21 +00:00
Michael Stevens
85f757b7bf Fix cw-8.3 disable type checks to avoid debug functor syntax problem
svn path=/trunk/boost/boost/numeric/ublas/; revision=25645
2004-10-10 08:21:57 +00:00
Michael Stevens
3ebb1ee30f attempt workaround for cw-8.3 ::template syntax problem
svn path=/trunk/boost/boost/numeric/ublas/; revision=25633
2004-10-09 07:57:25 +00:00
Michael Stevens
0bc02b4a63 attempt workaround for cw-8.3 ::template syntax problem
svn path=/trunk/boost/boost/numeric/ublas/; revision=25632
2004-10-09 07:52:45 +00:00
Michael Stevens
1c6978d584 Try inline as cw-8.3 fix
svn path=/trunk/boost/boost/numeric/ublas/; revision=25627
2004-10-08 18:06:35 +00:00
Michael Stevens
954be358d5 header dependcies
svn path=/trunk/boost/boost/numeric/ublas/; revision=25624
2004-10-08 12:33:02 +00:00
Michael Stevens
8d60ac9a84 icc-7.1 placement new
svn path=/trunk/boost/boost/numeric/ublas/; revision=25621
2004-10-08 06:44:13 +00:00
Michael Stevens
eb230809dc Fix random_access_iterator cut&paste error
svn path=/trunk/boost/boost/numeric/ublas/; revision=25611
2004-10-07 16:50:13 +00:00
Michael Stevens
729cc1c1a0 Generic accessor, VC6 has template problems remove for all non PTS compilers
svn path=/trunk/boost/boost/numeric/ublas/; revision=25601
2004-10-07 04:31:19 +00:00
Michael Stevens
d8587e7acf remove tabs
svn path=/trunk/boost/boost/numeric/ublas/; revision=25568
2004-10-05 10:14:49 +00:00
Michael Stevens
99cf5ca6c4 New definitions.hpp for noalias and accessors
New namespace dimensions for accessors

svn path=/trunk/boost/boost/numeric/ublas/; revision=25566
2004-10-05 08:12:55 +00:00
Michael Stevens
90e75885bf FIX missing return in map_capacity
svn path=/trunk/boost/boost/numeric/ublas/; revision=25547
2004-10-04 07:28:27 +00:00
Michael Stevens
da3c36347a enable array placement new for some compilers
svn path=/trunk/boost/boost/numeric/ublas/; revision=25535
2004-10-03 05:24:13 +00:00
Michael Stevens
d6b421fa1d add USEFUL_ARRAY_PLACEMENT_NEW
add storage_arrary base class initialisers to copy constructors to avoid compiler warnings

svn path=/trunk/boost/boost/numeric/ublas/; revision=25514
2004-10-01 17:39:24 +00:00
Michael Stevens
e97ac86cef Change use functor_type::apply syntax
replaces functor () () which again overloads () and may have overhead on some compilers
Add correct infrastructure for scalar_expressions

svn path=/trunk/boost/boost/numeric/ublas/; revision=25492
2004-09-30 21:09:17 +00:00
Michael Stevens
620651ab7c 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)

svn path=/trunk/boost/boost/numeric/ublas/; revision=25488
2004-09-30 16:42:16 +00:00
Michael Stevens
6485f45e1d FIX work with const UDTs, CV status is stripped from returned type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25482
2004-09-29 18:25:42 +00:00
Michael Stevens
57576daa67 add zero_vector/matrix
svn path=/trunk/boost/boost/numeric/ublas/; revision=25480
2004-09-29 15:39:11 +00:00
Michael Stevens
8bf2482bec basis for generalised ublas_expression
svn path=/trunk/boost/boost/numeric/ublas/; revision=25397
2004-09-24 18:28:37 +00:00
Michael Stevens
066d0810af Consistent class/struct
svn path=/trunk/boost/boost/numeric/ublas/; revision=25393
2004-09-24 06:57:49 +00:00
Michael Stevens
36f800145c Consistent class/struct
Make scalar_expression full B-N trick base

svn path=/trunk/boost/boost/numeric/ublas/; revision=25392
2004-09-24 06:57:06 +00:00
Michael Stevens
83bfc035b4 Fix indexing assign use size_type
Loops do not underflow so size_type is correct

svn path=/trunk/boost/boost/numeric/ublas/; revision=25391
2004-09-24 06:32:34 +00:00
Michael Stevens
1a25a80acb Fix unused parameters
svn path=/trunk/boost/boost/numeric/ublas/; revision=25390
2004-09-24 06:27:55 +00:00
Michael Stevens
42afbf5f26 Use result_type(0)
Fix unused parameters

svn path=/trunk/boost/boost/numeric/ublas/; revision=25389
2004-09-24 06:27:18 +00:00
Michael Stevens
fba5cc9643 FIX typenames for VC6
svn path=/trunk/boost/boost/numeric/ublas/; revision=25364
2004-09-23 08:46:53 +00:00
Michael Stevens
24b1c9697a swap avoid same_closure test
svn path=/trunk/boost/boost/numeric/ublas/; revision=25363
2004-09-23 08:25:44 +00:00
Michael Stevens
b7bc765e96 FIX explicit expression constructors
svn path=/trunk/boost/boost/numeric/ublas/; revision=25362
2004-09-23 07:51:01 +00:00
Michael Stevens
bf2e550c9c Remove member friend swap
unrequired for concept and cause compiler wierdness

svn path=/trunk/boost/boost/numeric/ublas/; revision=25360
2004-09-23 07:19:57 +00:00
Michael Stevens
25e19425ad fix swap
svn path=/trunk/boost/boost/numeric/ublas/; revision=25331
2004-09-22 07:58:12 +00:00
Michael Stevens
dc4842107d restore VC6/7 workaround in EXTERNAL
svn path=/trunk/boost/boost/numeric/ublas/; revision=25328
2004-09-21 22:42:42 +00:00
Michael Stevens
bb4cdad662 Add vector/matrix_temporary_type
Fix Iterator::reference must be the actual operator* return type
Fix scalar assign must account for temporay value_type

svn path=/trunk/boost/boost/numeric/ublas/; revision=25327
2004-09-21 22:34:59 +00:00
Michael Stevens
5dd35dd6e6 Add vector/matrix_temporary_type
All construction/resize uses max_nz function

svn path=/trunk/boost/boost/numeric/ublas/; revision=25326
2004-09-21 22:32:10 +00:00
Michael Stevens
3deacd41a5 Add vector/matrix_temporary_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25325
2004-09-21 22:30:56 +00:00
Michael Stevens
0946dbc920 no const_self_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25324
2004-09-21 22:30:36 +00:00
Michael Stevens
417d1d51da fix slice compose negative start check
svn path=/trunk/boost/boost/numeric/ublas/; revision=25323
2004-09-21 22:27:38 +00:00
Michael Stevens
99cb9742a3 Flag VC7.1 strangeness
svn path=/trunk/boost/boost/numeric/ublas/; revision=25322
2004-09-21 22:22:34 +00:00
Michael Stevens
2076f4578a restore VC6/7 workaround in EXTERNAL
svn path=/trunk/boost/boost/numeric/ublas/; revision=25321
2004-09-21 22:21:19 +00:00