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

295 Commits

Author SHA1 Message Date
Michael Stevens
0f1b28ea41 Mutable Expression concept requires:
assignment (default fails as reference type) and swap
 Use deep semantics as in a C++ reference

svn path=/trunk/boost/boost/numeric/ublas/; revision=25305
2004-09-21 13:41:57 +00:00
Michael Stevens
908b2d89de *** empty log message ***
svn path=/trunk/boost/boost/numeric/ublas/; revision=25303
2004-09-21 13:40:04 +00:00
Michael Stevens
b850523b66 fix adaptor::operator= bad definition
svn path=/trunk/boost/boost/numeric/ublas/; revision=25302
2004-09-21 13:39:43 +00:00
Michael Stevens
765bb33330 initializeation or not is models buisiness
svn path=/trunk/boost/libs/numeric/ublas/; revision=25295
2004-09-21 10:08:27 +00:00
Michael Stevens
e43811ccf6 Resize infrastructure
WARNING Function parameter order changed

svn path=/trunk/boost/boost/numeric/ublas/; revision=25293
2004-09-21 08:17:17 +00:00
Michael Stevens
c079337e6c Concept compatible resize function
svn path=/trunk/boost/libs/numeric/ublas/; revision=25287
2004-09-20 19:13:13 +00:00
Michael Stevens
d73aa72f5a *** empty log message ***
svn path=/trunk/boost/libs/numeric/ublas/; revision=25286
2004-09-20 19:10:09 +00:00
Michael Stevens
37ee4f5c65 add map_capacity
svn path=/trunk/boost/boost/numeric/ublas/; revision=25285
2004-09-20 18:54:06 +00:00
Michael Stevens
a2f9a6eb74 Resize consistency
sparse resize must have preserve parameter first

svn path=/trunk/boost/libs/numeric/ublas/; revision=25283
2004-09-20 15:05:57 +00:00
Michael Stevens
4195107061 fix broken commit without typename
svn path=/trunk/boost/boost/numeric/ublas/; revision=25282
2004-09-20 14:58:18 +00:00
Michael Stevens
4f295242b4 index_X_array use size_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25281
2004-09-20 14:57:06 +00:00
Michael Stevens
fe09aa82c3 generic map_reserve
svn path=/trunk/boost/boost/numeric/ublas/; revision=25277
2004-09-20 13:42:09 +00:00
Michael Stevens
770e97673c detail::resize not required anymore
svn path=/trunk/boost/boost/numeric/ublas/; revision=25276
2004-09-20 13:41:25 +00:00
Michael Stevens
03f043c9c5 detail::resize not required anymore
resize simplified and for vectors preserve is honoured

svn path=/trunk/boost/boost/numeric/ublas/; revision=25275
2004-09-20 13:40:35 +00:00
Michael Stevens
907876b852 detail::resize not required anymore
svn path=/trunk/boost/boost/numeric/ublas/; revision=25273
2004-09-20 13:29:50 +00:00
Michael Stevens
a14d3f463c uninitialized resize form no longer needs to be called resize_new
svn path=/trunk/boost/libs/numeric/ublas/; revision=25264
2004-09-20 09:45:31 +00:00
Michael Stevens
45b7bdef0e removed sparse_storage_element_traits
use index_type directly to get size_type dependency
 otherwise only purepose was to generate errors SOME non array types!

svn path=/trunk/boost/boost/numeric/ublas/; revision=25262
2004-09-20 08:18:20 +00:00
Michael Stevens
535c00bdb8 use size_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25261
2004-09-20 08:15:53 +00:00
Michael Stevens
c2e8d32ed9 use size_type in row/column function
svn path=/trunk/boost/boost/numeric/ublas/; revision=25260
2004-09-20 08:12:02 +00:00
Michael Stevens
bff0181606 use array size_type
hide matrix/vector_type in bound types

svn path=/trunk/boost/boost/numeric/ublas/; revision=25258
2004-09-20 07:41:37 +00:00
Michael Stevens
1330dfd88b use array size_type
unsigned complexity

svn path=/trunk/boost/boost/numeric/ublas/; revision=25257
2004-09-20 07:39:06 +00:00
Michael Stevens
63df7d7e27 unsigned complexity
svn path=/trunk/boost/boost/numeric/ublas/; revision=25256
2004-09-20 07:38:22 +00:00
Michael Stevens
190a9bc09e add allocator_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25255
2004-09-20 07:37:47 +00:00
Michael Stevens
27b3a02a3c allocator_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25253
2004-09-20 07:37:03 +00:00
Michael Stevens
efe7eecbc1 use array size_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25252
2004-09-20 07:36:06 +00:00
Michael Stevens
ce33546c63 reverse_iterator size_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25251
2004-09-20 07:35:26 +00:00
Michael Stevens
b6109253e3 use expression size_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25250
2004-09-20 07:33:48 +00:00
Michael Stevens
18166684ee unsigned complexity
FIXME comments

svn path=/trunk/boost/boost/numeric/ublas/; revision=25249
2004-09-20 07:33:10 +00:00
Michael Stevens
01a4b1ff20 Propogated template range/slice to vector/matrix proxies
svn path=/trunk/boost/boost/numeric/ublas/; revision=25234
2004-09-19 18:45:27 +00:00
Michael Stevens
0ab6048e04 Exeriment with darwin toolset ABI problems
svn path=/trunk/boost/libs/numeric/ublas/; revision=25233
2004-09-19 17:57:10 +00:00
Michael Stevens
f7264967bb generalize vector storage resize for all storage_array and sequences
svn path=/trunk/boost/boost/numeric/ublas/; revision=25213
2004-09-19 06:25:52 +00:00
Michael Stevens
6084dd8506 Generalize range,slice as basic_
Provide concept base storage_array

svn path=/trunk/boost/boost/numeric/ublas/; revision=25212
2004-09-19 06:24:34 +00:00
Michael Stevens
1303fc795a Generalize range,slice as basic_
svn path=/trunk/boost/boost/numeric/ublas/; revision=25211
2004-09-19 06:24:05 +00:00
Michael Stevens
77aaa30f85 Storage array:
removed insert,erase,clear they requires value_type(0) and semantics are not STL
 resize(n,init) is element preserving
 resize_new is not

svn path=/trunk/boost/boost/numeric/ublas/; revision=25208
2004-09-19 05:14:26 +00:00
Michael Stevens
b9a6169a4a CW8.3 problems with basic_stream
svn path=/trunk/boost/boost/numeric/ublas/; revision=25194
2004-09-18 18:21:21 +00:00
Michael Stevens
4f4fd56403 Index operator for iterators not yet fixed
ignore unused variables

svn path=/trunk/boost/boost/numeric/ublas/; revision=25177
2004-09-17 16:05:50 +00:00
Michael Stevens
456ecbcab1 quick fix for VC6 mapped_type problem
svn path=/trunk/boost/boost/numeric/ublas/; revision=25176
2004-09-17 15:58:33 +00:00
Michael Stevens
d5086a016c Removed MUTABLE_TEMPORARY code is not valid C++
svn path=/trunk/boost/boost/numeric/ublas/; revision=25175
2004-09-17 14:22:17 +00:00
Michael Stevens
e04b988570 Try and pickup test1 runtime failure on intel
svn path=/trunk/boost/libs/numeric/ublas/; revision=25171
2004-09-17 10:18:48 +00:00
Michael Stevens
fd069f7719 DR45 for expression accessors
svn path=/trunk/boost/boost/numeric/ublas/; revision=25169
2004-09-17 09:19:31 +00:00
Michael Stevens
fdf6fae7bd test_vector not used
svn path=/trunk/boost/libs/numeric/ublas/; revision=25168
2004-09-17 09:11:47 +00:00
Michael Stevens
9480f905af Fixed UBLAS_NO_REVERSE_ITERATOR_OVERLOADS
svn path=/trunk/boost/boost/numeric/ublas/; revision=25167
2004-09-17 08:33:57 +00:00
Michael Stevens
50dbaa07f0 sparse_vector named underlining iterator 'iterator_type' as before (and in other contrainers)
This could also be VC8s problem

svn path=/trunk/boost/boost/numeric/ublas/; revision=25165
2004-09-17 06:27:54 +00:00
Michael Stevens
f63f7217a2 vector_index_norm_inf CBLAS compatible with size_type return value (0 for empty)
svn path=/trunk/boost/boost/numeric/ublas/; revision=25164
2004-09-17 06:14:10 +00:00
Michael Stevens
7d678a4b9a Droped container reference requirement -
this is a significant source of inefficiency

svn path=/trunk/boost/libs/numeric/ublas/; revision=25162
2004-09-17 05:35:45 +00:00
Michael Stevens
26b483f1f4 comment
svn path=/trunk/boost/boost/numeric/ublas/; revision=25155
2004-09-16 18:46:18 +00:00
Michael Stevens
de7b98fa01 static before const/void
svn path=/trunk/boost/boost/numeric/ublas/; revision=25154
2004-09-16 18:40:33 +00:00
Michael Stevens
c6c7589c9e static void
svn path=/trunk/boost/boost/numeric/ublas/; revision=25147
2004-09-16 11:49:26 +00:00
Michael Stevens
a396802ce4 no matrix needed
svn path=/trunk/boost/libs/numeric/ublas/; revision=25140
2004-09-16 06:07:22 +00:00
Michael Stevens
707934f98d bounded clearly marked in text output
svn path=/trunk/boost/libs/numeric/ublas/; revision=25139
2004-09-16 06:06:58 +00:00