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

242 Commits

Author SHA1 Message Date
Michael Stevens
dcfb0be636 use array placement new and std::uninitialized for unbounded)array construction
[SVN r25116]
2004-09-15 14:09:50 +00:00
Michael Stevens
ce346d14a4 adaptors must use scalar_assign reference type from underlieing iterator
[SVN r25104]
2004-09-15 09:32:56 +00:00
Michael Stevens
b8304c1d23 Single typedef for temporary type
Comments regarding project implementation


[SVN r25101]
2004-09-15 07:09:15 +00:00
Michael Stevens
c506f3d0d6 Broken dependance between strict map_array and strict vector matrix sparse.
Using key and mapped type typedefs


[SVN r25100]
2004-09-15 07:07:16 +00:00
Michael Stevens
0c919446b5 Code DISABLED by default
Broken dependance between strict map_array and strict vector matrix sparse.
Propogated encapsulation fixes


[SVN r25099]
2004-09-15 07:06:20 +00:00
Michael Stevens
a86f6164d3 Clean up closure type hidding. Const correct accessors are private
so types can remain private.
Removed unused pointer typedef


[SVN r25098]
2004-09-15 07:04:25 +00:00
Michael Stevens
abdcdb980a LHS of indexing_matrix_assign functor must be reference type
[SVN r25097]
2004-09-15 07:01:55 +00:00
Michael Stevens
9184f2af42 broken dependance between strict map_array and strict vector matrix sparse
[SVN r25096]
2004-09-15 06:58:27 +00:00
Michael Stevens
042aadd6ec iterator pointer typedef using common syntax
[SVN r25095]
2004-09-15 06:55:51 +00:00
Michael Stevens
d33c486d86 *** empty log message ***
[SVN r25094]
2004-09-15 06:53:14 +00:00
Michael Stevens
dba92969d7 Remove redundant const_reference
Clean up closure type hidding. Const correct accessors are private
so types can remain private


[SVN r25093]
2004-09-15 06:47:51 +00:00
Toon Knapen
b757062dd5 making types used as return type public
[SVN r25006]
2004-09-10 13:03:53 +00:00
Michael Stevens
54fc1363d8 VC6 fix problem flages as PTS related even though a member function
[SVN r24983]
2004-09-09 07:14:48 +00:00
Michael Stevens
f59aa77871 fixed and comment bounded array construct semantics
[SVN r24982]
2004-09-09 06:28:34 +00:00
Toon Knapen
ae352ecf9d added non-initialising constructor and initialising constructor
[SVN r24978]
2004-09-08 18:28:41 +00:00
Michael Stevens
44f58e3def VC6 member function sepecializtions disabled
consistent pointer typedefs


[SVN r24958]
2004-09-07 13:13:24 +00:00
Michael Stevens
812649c39b data gets a pointer to an array_type
[SVN r24941]
2004-09-06 17:17:11 +00:00
Michael Stevens
e05921d751 storage and container updates
[SVN r24940]
2004-09-06 12:46:35 +00:00
Michael Stevens
53a44837dc sparse_vector_of_sparse_vector compiles
[SVN r24939]
2004-09-06 12:42:16 +00:00
Michael Stevens
a42aec0cb9 comment
[SVN r24938]
2004-09-06 12:41:19 +00:00
Michael Stevens
b67f5a22e8 sparse_of_sparse if fixed
[SVN r24937]
2004-09-06 12:40:23 +00:00
Michael Stevens
2e969c92ad needed for Mutable map_array
[SVN r24935]
2004-09-06 10:57:43 +00:00
Michael Stevens
a663cfaa38 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


[SVN r24934]
2004-09-06 09:48:32 +00:00
Michael Stevens
763dc64168 bounded_array default construct size 0
Use bounded_vector/matrix do get a presized default


[SVN r24933]
2004-09-06 09:02:23 +00:00
Michael Stevens
7c852d790d banded triangular and singular tests don't need to repeat
vector tests


[SVN r24929]
2004-09-05 15:00:43 +00:00
Michael Stevens
58cae1579c layout
[SVN r24928]
2004-09-05 13:57:00 +00:00
Michael Stevens
7c9aa6b44c VC6/7 need BOOST_UBLAS_NAMESPACE
[SVN r24927]
2004-09-05 13:29:54 +00:00
Michael Stevens
1204cd1c30 generic value_type instead of explict std::pair
ALLOC template parameters for free functions


[SVN r24926]
2004-09-05 12:30:46 +00:00
Michael Stevens
352157aaf4 const nil_ must be default intialiazed
[SVN r24925]
2004-09-05 12:29:10 +00:00
Michael Stevens
71ed2ba25b indirect_arrau use array_type for size_type etc
[SVN r24924]
2004-09-05 12:28:24 +00:00
Michael Stevens
61bd5b713f std::vector with allocator
[SVN r24923]
2004-09-05 12:27:36 +00:00
Michael Stevens
a56362e57d generic value_type instead of explict std::pair
[SVN r24922]
2004-09-05 12:26:16 +00:00
Michael Stevens
cc8964bf3b fixme comment
[SVN r24921]
2004-09-05 12:24:36 +00:00
Michael Stevens
d954b2310c sparse storage with allocators
[SVN r24920]
2004-09-05 12:22:59 +00:00
Michael Stevens
274e00b635 comment
[SVN r24919]
2004-09-05 12:22:15 +00:00
Michael Stevens
f3086f8c4e flagged broken cases
[SVN r24918]
2004-09-05 12:21:01 +00:00
Michael Stevens
343e7d6358 Change to use STL Allocator
[SVN r24910]
2004-09-05 08:58:29 +00:00
Michael Stevens
3aa291b378 simpler hint workaound
const end in for loops (for optimizer!)


[SVN r24909]
2004-09-05 08:57:16 +00:00
Michael Stevens
8b9cb69442 consitently using value_type (0) when the zero identity is used
Prevents algorithm being used on types that don't have zero identity


[SVN r24908]
2004-09-05 08:54:01 +00:00
Michael Stevens
c3139a6fd5 non-mutable value_type no initialised before assigned from tested object
[SVN r24907]
2004-09-05 06:54:01 +00:00
Michael Stevens
44eef4f563 try 2 param (VC6) syntax for NO_STD_ALLOCATOR
[SVN r24904]
2004-09-04 15:04:21 +00:00
Michael Stevens
dc9e3f7bde OLD_INIT syntax for nil_ static members
[SVN r24903]
2004-09-04 14:48:53 +00:00
Michael Stevens
b755a71c02 fix unbounded_array copy cstrct with size_
explicit 0 value for range, stride values 0


[SVN r24902]
2004-09-04 14:47:39 +00:00
Michael Stevens
98c2abbbc3 VC7 does call default constructor unless old syntax used
[SVN r24901]
2004-09-04 14:45:27 +00:00
Michael Stevens
127ee18090 opps bad commit
[SVN r24895]
2004-09-03 17:03:41 +00:00
Michael Stevens
4a7591527a complete implementation for construct destruct correctness
[SVN r24894]
2004-09-03 16:28:07 +00:00
Michael Stevens
63935e9cef map_array like std::map should be default constructed
[SVN r24887]
2004-09-03 09:18:56 +00:00
Michael Stevens
71c410706e mixed scalar and binary vector expression
[SVN r24884]
2004-09-03 06:40:06 +00:00
Michael Stevens
fba0d2cb82 use diagonal which is harder!
[SVN r24883]
2004-09-03 06:33:26 +00:00
Michael Stevens
948bcc0226 corrected basic_stream as default
[SVN r24879]
2004-09-02 19:39:00 +00:00