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

220 Commits

Author SHA1 Message Date
Michael Stevens
63df7d7e27 unsigned complexity
svn path=/trunk/boost/boost/numeric/ublas/; revision=25256
2004-09-20 07:38:22 +00:00
Michael Stevens
190a9bc09e add allocator_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25255
2004-09-20 07:37:47 +00:00
Michael Stevens
27b3a02a3c allocator_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25253
2004-09-20 07:37:03 +00:00
Michael Stevens
efe7eecbc1 use array size_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25252
2004-09-20 07:36:06 +00:00
Michael Stevens
ce33546c63 reverse_iterator size_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25251
2004-09-20 07:35:26 +00:00
Michael Stevens
b6109253e3 use expression size_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25250
2004-09-20 07:33:48 +00:00
Michael Stevens
18166684ee unsigned complexity
FIXME comments

svn path=/trunk/boost/boost/numeric/ublas/; revision=25249
2004-09-20 07:33:10 +00:00
Michael Stevens
01a4b1ff20 Propogated template range/slice to vector/matrix proxies
svn path=/trunk/boost/boost/numeric/ublas/; revision=25234
2004-09-19 18:45:27 +00:00
Michael Stevens
f7264967bb generalize vector storage resize for all storage_array and sequences
svn path=/trunk/boost/boost/numeric/ublas/; revision=25213
2004-09-19 06:25:52 +00:00
Michael Stevens
6084dd8506 Generalize range,slice as basic_
Provide concept base storage_array

svn path=/trunk/boost/boost/numeric/ublas/; revision=25212
2004-09-19 06:24:34 +00:00
Michael Stevens
1303fc795a Generalize range,slice as basic_
svn path=/trunk/boost/boost/numeric/ublas/; revision=25211
2004-09-19 06:24:05 +00:00
Michael Stevens
77aaa30f85 Storage array:
removed insert,erase,clear they requires value_type(0) and semantics are not STL
 resize(n,init) is element preserving
 resize_new is not

svn path=/trunk/boost/boost/numeric/ublas/; revision=25208
2004-09-19 05:14:26 +00:00
Michael Stevens
b9a6169a4a CW8.3 problems with basic_stream
svn path=/trunk/boost/boost/numeric/ublas/; revision=25194
2004-09-18 18:21:21 +00:00
Michael Stevens
4f4fd56403 Index operator for iterators not yet fixed
ignore unused variables

svn path=/trunk/boost/boost/numeric/ublas/; revision=25177
2004-09-17 16:05:50 +00:00
Michael Stevens
456ecbcab1 quick fix for VC6 mapped_type problem
svn path=/trunk/boost/boost/numeric/ublas/; revision=25176
2004-09-17 15:58:33 +00:00
Michael Stevens
d5086a016c Removed MUTABLE_TEMPORARY code is not valid C++
svn path=/trunk/boost/boost/numeric/ublas/; revision=25175
2004-09-17 14:22:17 +00:00
Michael Stevens
fd069f7719 DR45 for expression accessors
svn path=/trunk/boost/boost/numeric/ublas/; revision=25169
2004-09-17 09:19:31 +00:00
Michael Stevens
9480f905af Fixed UBLAS_NO_REVERSE_ITERATOR_OVERLOADS
svn path=/trunk/boost/boost/numeric/ublas/; revision=25167
2004-09-17 08:33:57 +00:00
Michael Stevens
50dbaa07f0 sparse_vector named underlining iterator 'iterator_type' as before (and in other contrainers)
This could also be VC8s problem

svn path=/trunk/boost/boost/numeric/ublas/; revision=25165
2004-09-17 06:27:54 +00:00
Michael Stevens
f63f7217a2 vector_index_norm_inf CBLAS compatible with size_type return value (0 for empty)
svn path=/trunk/boost/boost/numeric/ublas/; revision=25164
2004-09-17 06:14:10 +00:00
Michael Stevens
26b483f1f4 comment
svn path=/trunk/boost/boost/numeric/ublas/; revision=25155
2004-09-16 18:46:18 +00:00
Michael Stevens
de7b98fa01 static before const/void
svn path=/trunk/boost/boost/numeric/ublas/; revision=25154
2004-09-16 18:40:33 +00:00
Michael Stevens
c6c7589c9e static void
svn path=/trunk/boost/boost/numeric/ublas/; revision=25147
2004-09-16 11:49:26 +00:00
Michael Stevens
ec6cf643ce Comments and space for HP aCC defects
Unable to overload reverse iterators is a defect

svn path=/trunk/boost/boost/numeric/ublas/; revision=25121
2004-09-15 15:44:08 +00:00
Michael Stevens
e4b667213f Unable to overload reverse iterators is a defect
svn path=/trunk/boost/boost/numeric/ublas/; revision=25120
2004-09-15 15:42:47 +00:00
Michael Stevens
2cab65f198 use array placement new and std::uninitialized for unbounded)array construction
svn path=/trunk/boost/boost/numeric/ublas/; revision=25116
2004-09-15 14:09:50 +00:00
Michael Stevens
761d519674 adaptors must use scalar_assign reference type from underlieing iterator
svn path=/trunk/boost/boost/numeric/ublas/; revision=25104
2004-09-15 09:32:56 +00:00
Michael Stevens
9a24c34fb6 Single typedef for temporary type
Comments regarding project implementation

svn path=/trunk/boost/boost/numeric/ublas/; revision=25101
2004-09-15 07:09:15 +00:00
Michael Stevens
31f6716087 Broken dependance between strict map_array and strict vector matrix sparse.
Using key and mapped type typedefs

svn path=/trunk/boost/boost/numeric/ublas/; revision=25100
2004-09-15 07:07:16 +00:00
Michael Stevens
583dd41020 Code DISABLED by default
Broken dependance between strict map_array and strict vector matrix sparse.
Propogated encapsulation fixes

svn path=/trunk/boost/boost/numeric/ublas/; revision=25099
2004-09-15 07:06:20 +00:00
Michael Stevens
83aa415cd8 Clean up closure type hidding. Const correct accessors are private
so types can remain private.
Removed unused pointer typedef

svn path=/trunk/boost/boost/numeric/ublas/; revision=25098
2004-09-15 07:04:25 +00:00
Michael Stevens
7b3af49f89 LHS of indexing_matrix_assign functor must be reference type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25097
2004-09-15 07:01:55 +00:00
Michael Stevens
37580118c3 broken dependance between strict map_array and strict vector matrix sparse
svn path=/trunk/boost/boost/numeric/ublas/; revision=25096
2004-09-15 06:58:27 +00:00
Michael Stevens
0fb394dd35 iterator pointer typedef using common syntax
svn path=/trunk/boost/boost/numeric/ublas/; revision=25095
2004-09-15 06:55:51 +00:00
Michael Stevens
99a16df214 *** empty log message ***
svn path=/trunk/boost/boost/numeric/ublas/; revision=25094
2004-09-15 06:53:14 +00:00
Michael Stevens
48766be3a7 Remove redundant const_reference
Clean up closure type hidding. Const correct accessors are private
so types can remain private

svn path=/trunk/boost/boost/numeric/ublas/; revision=25093
2004-09-15 06:47:51 +00:00
Toon Knapen
8078467462 making types used as return type public
svn path=/trunk/boost/boost/numeric/ublas/; revision=25006
2004-09-10 13:03:53 +00:00
Michael Stevens
35f0656815 VC6 fix problem flages as PTS related even though a member function
svn path=/trunk/boost/boost/numeric/ublas/; revision=24983
2004-09-09 07:14:48 +00:00
Michael Stevens
6566d0cbb1 fixed and comment bounded array construct semantics
svn path=/trunk/boost/boost/numeric/ublas/; revision=24982
2004-09-09 06:28:34 +00:00
Toon Knapen
a99b570ba1 added non-initialising constructor and initialising constructor
svn path=/trunk/boost/boost/numeric/ublas/; revision=24978
2004-09-08 18:28:41 +00:00
Michael Stevens
f9e8284502 VC6 member function sepecializtions disabled
consistent pointer typedefs

svn path=/trunk/boost/boost/numeric/ublas/; revision=24958
2004-09-07 13:13:24 +00:00
Michael Stevens
7d437e30c5 data gets a pointer to an array_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=24941
2004-09-06 17:17:11 +00:00
Michael Stevens
7ad583ac93 sparse_vector_of_sparse_vector compiles
svn path=/trunk/boost/boost/numeric/ublas/; revision=24939
2004-09-06 12:42:16 +00:00
Michael Stevens
153ccce112 comment
svn path=/trunk/boost/boost/numeric/ublas/; revision=24938
2004-09-06 12:41:19 +00:00
Michael Stevens
2b3f3257fc sparse_of_sparse if fixed
svn path=/trunk/boost/boost/numeric/ublas/; revision=24937
2004-09-06 12:40:23 +00:00
Michael Stevens
bbd2edda6b needed for Mutable map_array
svn path=/trunk/boost/boost/numeric/ublas/; revision=24935
2004-09-06 10:57:43 +00:00
Michael Stevens
c0f18c78f0 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 path=/trunk/boost/boost/numeric/ublas/; revision=24934
2004-09-06 09:48:32 +00:00
Michael Stevens
de01900624 bounded_array default construct size 0
Use bounded_vector/matrix do get a presized default

svn path=/trunk/boost/boost/numeric/ublas/; revision=24933
2004-09-06 09:02:23 +00:00
Michael Stevens
532b332e23 layout
svn path=/trunk/boost/boost/numeric/ublas/; revision=24928
2004-09-05 13:57:00 +00:00
Michael Stevens
f0ce4c4f51 VC6/7 need BOOST_UBLAS_NAMESPACE
svn path=/trunk/boost/boost/numeric/ublas/; revision=24927
2004-09-05 13:29:54 +00:00