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

232 Commits

Author SHA1 Message Date
Michael Stevens
4195107061 fix broken commit without typename
svn path=/trunk/boost/boost/numeric/ublas/; revision=25282
2004-09-20 14:58:18 +00:00
Michael Stevens
4f295242b4 index_X_array use size_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25281
2004-09-20 14:57:06 +00:00
Michael Stevens
fe09aa82c3 generic map_reserve
svn path=/trunk/boost/boost/numeric/ublas/; revision=25277
2004-09-20 13:42:09 +00:00
Michael Stevens
770e97673c detail::resize not required anymore
svn path=/trunk/boost/boost/numeric/ublas/; revision=25276
2004-09-20 13:41:25 +00:00
Michael Stevens
03f043c9c5 detail::resize not required anymore
resize simplified and for vectors preserve is honoured

svn path=/trunk/boost/boost/numeric/ublas/; revision=25275
2004-09-20 13:40:35 +00:00
Michael Stevens
907876b852 detail::resize not required anymore
svn path=/trunk/boost/boost/numeric/ublas/; revision=25273
2004-09-20 13:29:50 +00:00
Michael Stevens
a14d3f463c uninitialized resize form no longer needs to be called resize_new
svn path=/trunk/boost/libs/numeric/ublas/; revision=25264
2004-09-20 09:45:31 +00:00
Michael Stevens
45b7bdef0e removed sparse_storage_element_traits
use index_type directly to get size_type dependency
 otherwise only purepose was to generate errors SOME non array types!

svn path=/trunk/boost/boost/numeric/ublas/; revision=25262
2004-09-20 08:18:20 +00:00
Michael Stevens
535c00bdb8 use size_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=25261
2004-09-20 08:15:53 +00:00
Michael Stevens
c2e8d32ed9 use size_type in row/column function
svn path=/trunk/boost/boost/numeric/ublas/; revision=25260
2004-09-20 08:12:02 +00:00
Michael Stevens
bff0181606 use array size_type
hide matrix/vector_type in bound types

svn path=/trunk/boost/boost/numeric/ublas/; revision=25258
2004-09-20 07:41:37 +00:00
Michael Stevens
1330dfd88b use array size_type
unsigned complexity

svn path=/trunk/boost/boost/numeric/ublas/; revision=25257
2004-09-20 07:39:06 +00:00
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