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

253 Commits

Author SHA1 Message Date
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
Michael Stevens
3b13ae187d Add SKIP_BAD for known bad models
svn path=/trunk/boost/boost/numeric/ublas/; revision=25311
2004-09-21 14:12:47 +00:00
Michael Stevens
913eab2bed Simplified syntax
Extended concept checks
Fixed up failures hidden by FIXME
Only compiles on conformant compilers

svn path=/trunk/boost/boost/numeric/ublas/; revision=25310
2004-09-21 13:50:15 +00:00
Michael Stevens
a8623ce751 Sizing constructor required for Vector/Matrix Concept
svn path=/trunk/boost/boost/numeric/ublas/; revision=25309
2004-09-21 13:48:20 +00:00
Michael Stevens
520a6b5acf remove std::set and non concept insert
svn path=/trunk/boost/boost/numeric/ublas/; revision=25307
2004-09-21 13:43:39 +00:00
Michael Stevens
837ce3a591 fix resize_packed_preserve arguments
svn path=/trunk/boost/boost/numeric/ublas/; revision=25306
2004-09-21 13:42:55 +00:00
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
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
37ee4f5c65 add map_capacity
svn path=/trunk/boost/boost/numeric/ublas/; revision=25285
2004-09-20 18:54:06 +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
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
fd069f7719 DR45 for expression accessors
svn path=/trunk/boost/boost/numeric/ublas/; revision=25169
2004-09-17 09:19:31 +00:00