Michael Stevens
97083e3772
std::vector with allocator
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24923
2004-09-05 12:27:36 +00:00
Michael Stevens
21d6e53f3b
generic value_type instead of explict std::pair
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24922
2004-09-05 12:26:16 +00:00
Michael Stevens
59e0a20a5d
fixme comment
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24921
2004-09-05 12:24:36 +00:00
Michael Stevens
5a15cceeb2
sparse storage with allocators
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24920
2004-09-05 12:22:59 +00:00
Michael Stevens
7d727d044a
comment
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24919
2004-09-05 12:22:15 +00:00
Michael Stevens
d50ad19ba1
flagged broken cases
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24918
2004-09-05 12:21:01 +00:00
Michael Stevens
9bb526b7b9
Change to use STL Allocator
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24910
2004-09-05 08:58:29 +00:00
Michael Stevens
83f983cb1d
simpler hint workaound
...
const end in for loops (for optimizer!)
svn path=/trunk/boost/boost/numeric/ublas/; revision=24909
2004-09-05 08:57:16 +00:00
Michael Stevens
0cde868151
consitently using value_type (0) when the zero identity is used
...
Prevents algorithm being used on types that don't have zero identity
svn path=/trunk/boost/boost/numeric/ublas/; revision=24908
2004-09-05 08:54:01 +00:00
Michael Stevens
1e74b20886
non-mutable value_type no initialised before assigned from tested object
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24907
2004-09-05 06:54:01 +00:00
Michael Stevens
bef879fe35
try 2 param (VC6) syntax for NO_STD_ALLOCATOR
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24904
2004-09-04 15:04:21 +00:00
Michael Stevens
5145c25729
OLD_INIT syntax for nil_ static members
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24903
2004-09-04 14:48:53 +00:00
Michael Stevens
5acc48b1da
fix unbounded_array copy cstrct with size_
...
explicit 0 value for range, stride values 0
svn path=/trunk/boost/boost/numeric/ublas/; revision=24902
2004-09-04 14:47:39 +00:00
Michael Stevens
73a54e28ca
VC7 does call default constructor unless old syntax used
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24901
2004-09-04 14:45:27 +00:00
Michael Stevens
21569b16b5
opps bad commit
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24895
2004-09-03 17:03:41 +00:00
Michael Stevens
0467638f30
complete implementation for construct destruct correctness
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24894
2004-09-03 16:28:07 +00:00
Michael Stevens
aa544b23f8
corrected basic_stream as default
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24879
2004-09-02 19:39:00 +00:00
Michael Stevens
66d0aa3b8a
correct preconds for range,slice
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24878
2004-09-02 19:31:10 +00:00
Michael Stevens
37c6cab93e
REVERSE_ITERATOR_OVERLOADS are default
...
Many fixes picked by INTERNAL concept checks
svn path=/trunk/boost/boost/numeric/ublas/; revision=24876
2004-09-02 17:28:58 +00:00
Michael Stevens
e5041e58c0
Pending new proxy shortcut syntax
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24872
2004-09-02 14:06:03 +00:00
Michael Stevens
6777c7631f
Broken. Sorry Toon
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24871
2004-09-02 14:04:00 +00:00
Michael Stevens
f760d00cba
conversion to sparse_vector_element not allowed
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24868
2004-09-02 12:51:44 +00:00
Michael Stevens
cfa5518df8
more occurances of new scalrar_x_assign<iterator::reference
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24867
2004-09-02 12:48:24 +00:00
Michael Stevens
16979d40ec
allocators don't allow size==0
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24866
2004-09-02 12:46:35 +00:00
Michael Stevens
f1671656e9
Fixed runtime exception, must use iterator:reference type
...
nil_ back to no static as Default construct requires it. Arrrgg!
svn path=/trunk/boost/boost/numeric/ublas/; revision=24864
2004-09-02 11:44:50 +00:00
Michael Stevens
f96ab7be2f
'explicit' vector(size) constructors
...
Construct value_data_ with 0 size rather then default constructor
svn path=/trunk/boost/boost/numeric/ublas/; revision=24863
2004-09-02 09:15:07 +00:00
Michael Stevens
9f7ac82edc
Restored Random Access Container compatibility
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24862
2004-09-02 09:13:26 +00:00
Michael Stevens
a09ec14145
Iterators never use element_proxy only references
...
typedef pointer is not part of the Vector Expression Concept
and not needed for implementation
svn path=/trunk/boost/boost/numeric/ublas/; revision=24850
2004-09-01 14:36:36 +00:00
Michael Stevens
6b69700d3f
typedef pointer is not part of the Vector Expression Concept
...
and not needed for implementation
svn path=/trunk/boost/boost/numeric/ublas/; revision=24849
2004-09-01 14:19:50 +00:00
Michael Stevens
1c8f00a874
Fixed mixed use assignment in construction
...
Add STL allocator to storage types
svn path=/trunk/boost/boost/numeric/ublas/; revision=24848
2004-09-01 14:11:36 +00:00
Michael Stevens
a2ef1ba0e0
propogated array_type is public change
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24847
2004-09-01 13:21:24 +00:00
Michael Stevens
7bb61ba86f
Made returned index_array_type etc public. Thanks to Karl for spotting this.
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24836
2004-08-31 08:44:29 +00:00
Michael Stevens
c9df13c99e
workaround gcc.2.95 bug with ? operator and const return value
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24803
2004-08-29 09:08:20 +00:00
Michael Stevens
0e7664cc5e
VC6 requires old static init syntax
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24798
2004-08-28 17:15:35 +00:00
Michael Stevens
f656c30fd9
DERIVED_HELPERS only seem to be unambigous
...
on some compiler. (CW9 and VC7.1/8 fail)
Provide sepecfic expression overload instead
svn path=/trunk/boost/boost/numeric/ublas/; revision=24797
2004-08-28 11:35:47 +00:00
Michael Stevens
c0b2695f83
private evaluate
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24796
2004-08-28 10:00:55 +00:00
Michael Stevens
c5c7c71d94
VC7.1 using operator= overloads have problems
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24791
2004-08-27 16:14:03 +00:00
Michael Stevens
a8d8e8fa37
Allow command line TESTSET
...
Enable BOUNDED_VECTOR which picks up a VC7.1 problem
svn path=/trunk/boost/libs/numeric/ublas/; revision=24790
2004-08-27 16:12:23 +00:00
Michael Stevens
15cdc1bfa0
const correctness for zero_ etc completed
...
use if_ instead of if_c
svn path=/trunk/boost/boost/numeric/ublas/; revision=24789
2004-08-27 15:23:32 +00:00
Michael Stevens
af1408a6fc
comments
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24788
2004-08-27 15:19:35 +00:00
Michael Stevens
4fb96b6af7
removed vector::size_ use data_.size () instead
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24784
2004-08-27 13:00:00 +00:00
Michael Stevens
01e19898da
const correctness for nil_, zero_
...
Construct without assignment for zero_,one_
svn path=/trunk/boost/boost/numeric/ublas/; revision=24782
2004-08-27 12:46:47 +00:00
Michael Stevens
17bafc8251
General Configuration
...
enable NO_PROXY_SHORTCUTS
svn path=/trunk/boost/boost/numeric/ublas/; revision=24780
2004-08-27 10:16:43 +00:00
Michael Stevens
d3232ebd27
Big improvement to type encapsulation
...
iterator_type, expersion_type, functo_type etc private
svn path=/trunk/boost/boost/numeric/ublas/; revision=24769
2004-08-26 18:17:47 +00:00
Michael Stevens
7b45c27d0f
code layout
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24768
2004-08-26 16:28:10 +00:00
Michael Stevens
e691ae92d8
Propogated storage_catagory to reference classes
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24767
2004-08-26 16:23:34 +00:00
Michael Stevens
e2629e7247
use (0) to represent zero rather then default constructor.
...
(1) is require anyway so this does not add further requirements
svn path=/trunk/boost/boost/numeric/ublas/; revision=24763
2004-08-26 15:51:57 +00:00
Michael Stevens
a62a964d25
resize not used. It just adds more mutable requirements
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24762
2004-08-26 15:45:43 +00:00
Michael Stevens
e414d88546
Commented slice and indirect iterator problems
...
iterator_type are private
svn path=/trunk/boost/boost/numeric/ublas/; revision=24760
2004-08-26 15:36:52 +00:00
Michael Stevens
7489b5907c
use bad_index when no reference to const_member
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24758
2004-08-26 14:36:21 +00:00