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

327 Commits

Author SHA1 Message Date
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
833487d364 fix complex<double> testtt 2004-09-25 10:10:25 +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
Michael Stevens
e3246b5469 Use result_type(0)
Fix unused parameters
2004-09-24 06:27:18 +00:00
Michael Stevens
57afcb4680 space for tab 2004-09-23 09:31:42 +00:00
Michael Stevens
9fb43daf41 FIX typenames for VC6 2004-09-23 08:46:53 +00:00
Michael Stevens
dc28077b04 swap avoid same_closure test 2004-09-23 08:25:44 +00:00
Michael Stevens
1dbebeedee FIX explicit expression constructors 2004-09-23 07:51:01 +00:00
Michael Stevens
96fcb769c0 Remove member friend swap
unrequired for concept and cause compiler wierdness
2004-09-23 07:19:57 +00:00
Michael Stevens
2dee8c540c all type default constructed with init 2004-09-22 18:01:06 +00:00
Michael Stevens
c2c8d01081 fix swap 2004-09-22 07:58:12 +00:00
Michael Stevens
3512ecd93c testing project range slice 2004-09-21 22:48:54 +00:00
Michael Stevens
080b823112 restore VC6/7 workaround in EXTERNAL 2004-09-21 22:42:42 +00:00
Michael Stevens
cda89c2348 Add vector/matrix_temporary_type
Fix Iterator::reference must be the actual operator* return type
Fix scalar assign must account for temporay value_type
2004-09-21 22:34:59 +00:00
Michael Stevens
c3d15fb577 Add vector/matrix_temporary_type
All construction/resize uses max_nz function
2004-09-21 22:32:10 +00:00
Michael Stevens
6060ffe77e Add vector/matrix_temporary_type 2004-09-21 22:30:56 +00:00
Michael Stevens
37e384d0be no const_self_type 2004-09-21 22:30:36 +00:00
Michael Stevens
0c677ddd4c fix slice compose negative start check 2004-09-21 22:27:38 +00:00
Michael Stevens
f5313a2e41 Flag VC7.1 strangeness 2004-09-21 22:22:34 +00:00
Michael Stevens
1f9cdb9251 restore VC6/7 workaround in EXTERNAL 2004-09-21 22:21:19 +00:00
Michael Stevens
f8b312eea4 Add SKIP_BAD for known bad models 2004-09-21 14:12:47 +00:00
Michael Stevens
8992dfb202 Simplified syntax
Extended concept checks
Fixed up failures hidden by FIXME
Only compiles on conformant compilers
2004-09-21 13:50:15 +00:00
Michael Stevens
e04df7d1e9 Sizing constructor required for Vector/Matrix Concept 2004-09-21 13:48:20 +00:00
Michael Stevens
0bb777d867 remove std::set and non concept insert 2004-09-21 13:43:39 +00:00
Michael Stevens
c1e202dd31 fix resize_packed_preserve arguments 2004-09-21 13:42:55 +00:00
Michael Stevens
2c95f22ef8 Mutable Expression concept requires:
assignment (default fails as reference type) and swap
 Use deep semantics as in a C++ reference
2004-09-21 13:41:57 +00:00
Michael Stevens
7f60d7ec07 *** empty log message *** 2004-09-21 13:40:04 +00:00
Michael Stevens
b932ae33de fix adaptor::operator= bad definition 2004-09-21 13:39:43 +00:00
Michael Stevens
04fb51afa4 initializeation or not is models buisiness 2004-09-21 10:08:27 +00:00
Michael Stevens
111ca44c14 Resize infrastructure
WARNING Function parameter order changed
2004-09-21 08:17:17 +00:00
Michael Stevens
914667a3f5 Concept compatible resize function 2004-09-20 19:13:13 +00:00
Michael Stevens
8f9218d3d3 *** empty log message *** 2004-09-20 19:10:09 +00:00
Michael Stevens
e69208c61b add map_capacity 2004-09-20 18:54:06 +00:00
Michael Stevens
026eefc428 Resize consistency
sparse resize must have preserve parameter first
2004-09-20 15:05:57 +00:00
Michael Stevens
bfa5e0c9b9 fix broken commit without typename 2004-09-20 14:58:18 +00:00
Michael Stevens
bc74149ea0 index_X_array use size_type 2004-09-20 14:57:06 +00:00
Michael Stevens
f2ac1e077b generic map_reserve 2004-09-20 13:42:09 +00:00
Michael Stevens
e3f3de6d15 detail::resize not required anymore 2004-09-20 13:41:25 +00:00
Michael Stevens
2794153857 detail::resize not required anymore
resize simplified and for vectors preserve is honoured
2004-09-20 13:40:35 +00:00
Michael Stevens
671af89816 detail::resize not required anymore 2004-09-20 13:29:50 +00:00
Michael Stevens
166b1b15f1 uninitialized resize form no longer needs to be called resize_new 2004-09-20 09:45:31 +00:00
Michael Stevens
c8bb98b6ae 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!
2004-09-20 08:18:20 +00:00
Michael Stevens
59f52438f3 use size_type 2004-09-20 08:15:53 +00:00