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

266 Commits

Author SHA1 Message Date
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
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