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

244 Commits

Author SHA1 Message Date
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
Michael Stevens
965f359c7c simpler hint workaound
const end in for loops (for optimizer!)
2004-09-05 08:57:16 +00:00
Michael Stevens
6d181a5d4f consitently using value_type (0) when the zero identity is used
Prevents algorithm being used on types that don't have zero identity
2004-09-05 08:54:01 +00:00
Michael Stevens
bf4b4cdda5 non-mutable value_type no initialised before assigned from tested object 2004-09-05 06:54:01 +00:00
Michael Stevens
f694acace6 try 2 param (VC6) syntax for NO_STD_ALLOCATOR 2004-09-04 15:04:21 +00:00
Michael Stevens
dfc90cd72a OLD_INIT syntax for nil_ static members 2004-09-04 14:48:53 +00:00
Michael Stevens
43af9721f9 fix unbounded_array copy cstrct with size_
explicit 0 value for range, stride values 0
2004-09-04 14:47:39 +00:00
Michael Stevens
2ebf36e11e VC7 does call default constructor unless old syntax used 2004-09-04 14:45:27 +00:00
Michael Stevens
f2fac0f826 opps bad commit 2004-09-03 17:03:41 +00:00
Michael Stevens
f6b75c4533 complete implementation for construct destruct correctness 2004-09-03 16:28:07 +00:00
Michael Stevens
83cc842720 map_array like std::map should be default constructed 2004-09-03 09:18:56 +00:00
Michael Stevens
b94aa1f65b mixed scalar and binary vector expression 2004-09-03 06:40:06 +00:00