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

285 Commits

Author SHA1 Message Date
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
Michael Stevens
236aa53f53 use size_type in row/column function 2004-09-20 08:12:02 +00:00
Michael Stevens
84b8a80f8a use array size_type
hide matrix/vector_type in bound types
2004-09-20 07:41:37 +00:00
Michael Stevens
ea57eedde8 use array size_type
unsigned complexity
2004-09-20 07:39:06 +00:00
Michael Stevens
f3dbddb435 unsigned complexity 2004-09-20 07:38:22 +00:00
Michael Stevens
d4dcba4d6e add allocator_type 2004-09-20 07:37:47 +00:00
Michael Stevens
3ecee8b91b allocator_type 2004-09-20 07:37:03 +00:00
Michael Stevens
c556a26408 use array size_type 2004-09-20 07:36:06 +00:00
Michael Stevens
43cc249bd1 reverse_iterator size_type 2004-09-20 07:35:26 +00:00
Michael Stevens
bbdd7ec09f use expression size_type 2004-09-20 07:33:48 +00:00
Michael Stevens
d4ea481168 unsigned complexity
FIXME comments
2004-09-20 07:33:10 +00:00
Michael Stevens
a5ca13a2e1 Propogated template range/slice to vector/matrix proxies 2004-09-19 18:45:27 +00:00
Michael Stevens
65e55abc31 Exeriment with darwin toolset ABI problems 2004-09-19 17:57:10 +00:00
Michael Stevens
b99ffdd76a generalize vector storage resize for all storage_array and sequences 2004-09-19 06:25:52 +00:00
Michael Stevens
5e3d683af9 Generalize range,slice as basic_
Provide concept base storage_array
2004-09-19 06:24:34 +00:00
Michael Stevens
f8e0d47672 Generalize range,slice as basic_ 2004-09-19 06:24:05 +00:00
Michael Stevens
299cbf53d9 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
2004-09-19 05:14:26 +00:00
Michael Stevens
3100329614 CW8.3 problems with basic_stream 2004-09-18 18:21:21 +00:00
Michael Stevens
217e49038a Index operator for iterators not yet fixed
ignore unused variables
2004-09-17 16:05:50 +00:00
Michael Stevens
b64850c843 quick fix for VC6 mapped_type problem 2004-09-17 15:58:33 +00:00
Michael Stevens
0be2ef2c4d Removed MUTABLE_TEMPORARY code is not valid C++ 2004-09-17 14:22:17 +00:00
Michael Stevens
38302f22e8 Try and pickup test1 runtime failure on intel 2004-09-17 10:18:48 +00:00
Michael Stevens
855e2544ed DR45 for expression accessors 2004-09-17 09:19:31 +00:00
Michael Stevens
35b59bf9d4 test_vector not used 2004-09-17 09:11:47 +00:00
Michael Stevens
54e805ebe8 Fixed UBLAS_NO_REVERSE_ITERATOR_OVERLOADS 2004-09-17 08:33:57 +00:00
Michael Stevens
3f4b3682ba sparse_vector named underlining iterator 'iterator_type' as before (and in other contrainers)
This could also be VC8s problem
2004-09-17 06:27:54 +00:00
Michael Stevens
49c1baec2f vector_index_norm_inf CBLAS compatible with size_type return value (0 for empty) 2004-09-17 06:14:10 +00:00
Michael Stevens
81aa46a6ce Droped container reference requirement -
this is a significant source of inefficiency
2004-09-17 05:35:45 +00:00
Michael Stevens
36d6af2d53 comment 2004-09-16 18:46:18 +00:00
Michael Stevens
1adf09764d static before const/void 2004-09-16 18:40:33 +00:00
Michael Stevens
cc3a2fd179 static void 2004-09-16 11:49:26 +00:00
Michael Stevens
b02acce43c no matrix needed 2004-09-16 06:07:22 +00:00
Michael Stevens
2976b00ae2 bounded clearly marked in text output 2004-09-16 06:06:58 +00:00
Michael Stevens
5d29eb7ba7 only include general_v_of_v if used 2004-09-16 06:03:19 +00:00
Michael Stevens
369f379bb2 Comments and space for HP aCC defects
Unable to overload reverse iterators is a defect
2004-09-15 15:44:08 +00:00
Michael Stevens
df8fc16ad2 Unable to overload reverse iterators is a defect 2004-09-15 15:42:47 +00:00
Michael Stevens
a45b08204d use array placement new and std::uninitialized for unbounded)array construction 2004-09-15 14:09:50 +00:00
Michael Stevens
f50cf64b79 adaptors must use scalar_assign reference type from underlieing iterator 2004-09-15 09:32:56 +00:00
Michael Stevens
43f809838e Single typedef for temporary type
Comments regarding project implementation
2004-09-15 07:09:15 +00:00
Michael Stevens
e66ed0c037 Broken dependance between strict map_array and strict vector matrix sparse.
Using key and mapped type typedefs
2004-09-15 07:07:16 +00:00
Michael Stevens
7859a1bf49 Code DISABLED by default
Broken dependance between strict map_array and strict vector matrix sparse.
Propogated encapsulation fixes
2004-09-15 07:06:20 +00:00
Michael Stevens
516096b0c1 Clean up closure type hidding. Const correct accessors are private
so types can remain private.
Removed unused pointer typedef
2004-09-15 07:04:25 +00:00
Michael Stevens
395c53325b LHS of indexing_matrix_assign functor must be reference type 2004-09-15 07:01:55 +00:00