2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 15:52:18 +00:00
Commit Graph

255 Commits

Author SHA1 Message Date
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
Michael Stevens
983e54f73a broken dependance between strict map_array and strict vector matrix sparse 2004-09-15 06:58:27 +00:00
Michael Stevens
991f3ae7be iterator pointer typedef using common syntax 2004-09-15 06:55:51 +00:00
Michael Stevens
5142c7aaa8 *** empty log message *** 2004-09-15 06:53:14 +00:00
Michael Stevens
4a532e91bc Remove redundant const_reference
Clean up closure type hidding. Const correct accessors are private
so types can remain private
2004-09-15 06:47:51 +00:00
Toon Knapen
c1340ec436 making types used as return type public 2004-09-10 13:03:53 +00:00
Michael Stevens
c046adc94b VC6 fix problem flages as PTS related even though a member function 2004-09-09 07:14:48 +00:00
Michael Stevens
8e1ec85e5e fixed and comment bounded array construct semantics 2004-09-09 06:28:34 +00:00
Toon Knapen
71f134d4e2 added non-initialising constructor and initialising constructor 2004-09-08 18:28:41 +00:00
Michael Stevens
5c7e60f71f VC6 member function sepecializtions disabled
consistent pointer typedefs
2004-09-07 13:13:24 +00:00
Michael Stevens
1c9aeba541 data gets a pointer to an array_type 2004-09-06 17:17:11 +00:00
Michael Stevens
d21388b871 storage and container updates 2004-09-06 12:46:35 +00:00
Michael Stevens
adfee0670a sparse_vector_of_sparse_vector compiles 2004-09-06 12:42:16 +00:00
Michael Stevens
567687d1e8 comment 2004-09-06 12:41:19 +00:00
Michael Stevens
00b889b64c sparse_of_sparse if fixed 2004-09-06 12:40:23 +00:00
Michael Stevens
a3fce5985c needed for Mutable map_array 2004-09-06 10:57:43 +00:00
Michael Stevens
088f528abb Depracated 'reset' functions removed. Non core cases were not working
Added vector/matrix cross storage assignment specialiszation
 includes banded_vector/matrix optimization

Extended non-proxy iterator to ALL matrix types
Extended typedef pointer removal and private self_type to ALL matrix types

Minor concept failures fixed
2004-09-06 09:48:32 +00:00
Michael Stevens
a38dd736b7 bounded_array default construct size 0
Use bounded_vector/matrix do get a presized default
2004-09-06 09:02:23 +00:00
Michael Stevens
2aea5d6bb5 banded triangular and singular tests don't need to repeat
vector tests
2004-09-05 15:00:43 +00:00
Michael Stevens
85746b8061 layout 2004-09-05 13:57:00 +00:00
Michael Stevens
4f6a82974a VC6/7 need BOOST_UBLAS_NAMESPACE 2004-09-05 13:29:54 +00:00
Michael Stevens
1c0af5679d generic value_type instead of explict std::pair
ALLOC template parameters for free functions
2004-09-05 12:30:46 +00:00
Michael Stevens
0b0aefcd90 const nil_ must be default intialiazed 2004-09-05 12:29:10 +00:00
Michael Stevens
83c296cc67 indirect_arrau use array_type for size_type etc 2004-09-05 12:28:24 +00:00
Michael Stevens
b5b800965b std::vector with allocator 2004-09-05 12:27:36 +00:00
Michael Stevens
bd648f6556 generic value_type instead of explict std::pair 2004-09-05 12:26:16 +00:00
Michael Stevens
6216cb78bd fixme comment 2004-09-05 12:24:36 +00:00
Michael Stevens
90d3d3be2d sparse storage with allocators 2004-09-05 12:22:59 +00:00
Michael Stevens
87fb8cdce5 comment 2004-09-05 12:22:15 +00:00
Michael Stevens
3197a4b804 flagged broken cases 2004-09-05 12:21:01 +00:00
Michael Stevens
6db8156914 Change to use STL Allocator 2004-09-05 08:58:29 +00:00