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

228 Commits

Author SHA1 Message Date
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
Michael Stevens
e6387f32bf use diagonal which is harder! 2004-09-03 06:33:26 +00:00
Michael Stevens
0e72bae04f corrected basic_stream as default 2004-09-02 19:39:00 +00:00
Michael Stevens
73fc394f9e correct preconds for range,slice 2004-09-02 19:31:10 +00:00
Michael Stevens
fb31ebfc73 REVERSE_ITERATOR_OVERLOADS are default
Many fixes picked by INTERNAL concept checks
2004-09-02 17:28:58 +00:00
Michael Stevens
4c5bf33e2c Pending new proxy shortcut syntax 2004-09-02 14:06:03 +00:00
Michael Stevens
f3b9dbb8c1 Broken. Sorry Toon 2004-09-02 14:04:00 +00:00
Michael Stevens
57013de910 conversion to sparse_vector_element not allowed 2004-09-02 12:51:44 +00:00
Michael Stevens
eecb8ed09a more occurances of new scalrar_x_assign<iterator::reference 2004-09-02 12:48:24 +00:00
Michael Stevens
3d97b8b2ab allocators don't allow size==0 2004-09-02 12:46:35 +00:00
Michael Stevens
6182292cb5 test the value of default construction. Either empty or full size (bounded_array) 2004-09-02 11:46:31 +00:00
Michael Stevens
5e6e517b37 Fixed runtime exception, must use iterator:reference type
nil_ back to no static as Default construct requires it. Arrrgg!
2004-09-02 11:44:50 +00:00
Michael Stevens
1661b71c14 'explicit' vector(size) constructors
Construct value_data_ with 0 size rather then default constructor
2004-09-02 09:15:07 +00:00
Michael Stevens
2aaab3e50d Restored Random Access Container compatibility 2004-09-02 09:13:26 +00:00
Michael Stevens
b0bf49ad53 Iterators never use element_proxy only references
typedef pointer is not part of the Vector Expression Concept
and not needed for implementation
2004-09-01 14:36:36 +00:00
Michael Stevens
017be1077b typedef pointer is not part of the Vector Expression Concept
and not needed for implementation
2004-09-01 14:19:50 +00:00
Michael Stevens
37942b6bca Fixed mixed use assignment in construction
Add STL allocator to storage types
2004-09-01 14:11:36 +00:00