2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-27 17:32:09 +00:00
Commit Graph

560 Commits

Author SHA1 Message Date
Michael Stevens
1ba0d69054 CHANGE implement and document subrange, subslice free functions
- ALL proxy shortcuts are disabled by default as they cannot implement correctly type size_type and difference_type, range and slice
 - projection free functions are also able to shortcut proxies of proxies
2005-07-14 12:06:02 +00:00
Michael Stevens
b0a666040b More details on compilers targeted for this release 2005-07-14 09:54:49 +00:00
Michael Stevens
9e1595e367 More details on compilers targeted for this release 2005-07-14 09:51:04 +00:00
Michael Stevens
2f7aa3bc57 ADD vector/matrix_expression public base to associated types 2005-07-14 09:44:06 +00:00
Michael Stevens
cc5bad51be replaced by bounded_array and unbounded_array and range files 2005-07-14 09:29:57 +00:00
Michael Stevens
547b2f0235 Removed duplicate files container.htm, wasreplaced by _concept.htm files 2005-07-14 09:22:43 +00:00
Michael Stevens
dcfdf04bd9 Removed duplicate files expression.htm and iterator.htm were replaced by _concept.htm files 2005-07-14 09:17:14 +00:00
Douglas Gregor
8f15ecba44 Untabification 2005-07-13 16:28:22 +00:00
Michael Stevens
0d715e73f7 FIX added diagonal_matrix array_type constructor
- Thanks Vardan
2005-07-13 06:16:25 +00:00
Michael Stevens
b06bc2f890 FIX scalar_expression also does not require default constructor and nil_ 2005-07-13 06:15:29 +00:00
Michael Stevens
d84aec8b61 CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors 2005-07-13 06:14:53 +00:00
Michael Stevens
7c524f57b7 CHANGE implement vector/matrix_container base classes
- needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems
2005-07-13 05:57:47 +00:00
Michael Stevens
6b01a2e7d2 FIX static initialisors for zero_ 2005-07-11 12:20:36 +00:00
Michael Stevens
9395061ca9 Commented Storage accessors 2005-07-11 11:54:15 +00:00
Michael Stevens
aca0be15ea FIX class static zero_ should be constructed from /*zero*/() 2005-07-11 11:47:55 +00:00
Michael Stevens
ccf1a940a2 FIX type in previously missing slice 2005-07-11 11:25:16 +00:00
Michael Stevens
4194039623 ADD basic documentation of projection functions 2005-07-11 09:22:30 +00:00
Michael Stevens
520241b477 Storage concepts links corrected and more logical overview and concept links 2005-07-11 07:59:26 +00:00
Michael Stevens
2642dc4b12 Removed precondition for opposite Row/Colum index, these are always valid 2005-07-08 17:14:07 +00:00
Michael Stevens
e7f456a511 Removed precondition checks for opposite Row/Colum index, these are always valid 2005-07-08 17:13:19 +00:00
Michael Stevens
2d6dc70021 FIX previous const changes, return value and constructed projection must match 2005-07-07 17:08:25 +00:00
Michael Stevens
4a170101e9 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all 2005-07-06 18:51:29 +00:00
Michael Stevens
84e7c48f76 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all 2005-07-06 18:45:31 +00:00
Michael Stevens
bb0fd4a950 typo for previous const changes 2005-07-05 19:49:05 +00:00
Michael Stevens
617b4918de FIX const correctness of row/column projects, removed bogus row/column_const 2005-07-05 19:47:05 +00:00
Michael Stevens
c3a8af6621 correct const matrix_indirect 2005-07-05 19:42:19 +00:00
Michael Stevens
ef10417651 FIX const correctness of projections restored 2005-07-05 19:42:18 +00:00
Michael Stevens
46d5734b8d FIX last patch used filled_ instead of filled 2005-07-04 09:16:48 +00:00
Michael Stevens
e6b5eb9387 FIX axpy_prod did not compile, thanks Georg Baum
REMOVED bogus FIXME warining with regarding init failing with c_vector/matrix
2005-07-04 09:11:45 +00:00
Michael Stevens
0347745f5d FIX coordinate_matrix::set_filled() , thanks Georg Baum 2005-07-04 08:56:28 +00:00
Michael Stevens
a3d6802571 No need to init for default constructor 2005-07-01 22:37:30 +00:00
Michael Stevens
3742b505c5 FIX typo 2005-07-01 20:32:46 +00:00
Michael Stevens
f780ddb179 Allow for branch support of non default constructable proxies 2005-07-01 20:29:14 +00:00
Michael Stevens
356e9a3aeb Allow for non default constructable proxies 2005-07-01 20:26:46 +00:00
Michael Stevens
09babfc362 Consistent include guard names with leading and trailing '_' 2005-07-01 20:09:01 +00:00
Michael Stevens
744de54a92 Default int value_type for constant containers 2005-07-01 18:17:38 +00:00
Michael Stevens
82ba7bf01b Correct version of Boost to use for unsupported compilers 2005-07-01 13:39:48 +00:00
Michael Stevens
a147414b63 <algorithm> in config so min/max always available 2005-07-01 13:32:27 +00:00
Michael Stevens
3f01838bc1 Bring in storage before _expression should help CV9.4 with incomplete range types 2005-06-30 19:51:23 +00:00
Toon Knapen
12518010ad define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW for aCC version 6 2005-06-30 14:50:19 +00:00
Michael Stevens
a1ffc57a24 Much simple solution to the VC7.1 and VC8.0 problem
- use _range<V>::range_type which is the same type as _slice<V>::range_type
2005-06-30 07:53:24 +00:00
Michael Stevens
166f7ba24a Fixed tests of binary expressions, they no longer require the extra reference argument 2005-06-30 07:47:48 +00:00
Michael Stevens
5be4c2382a FIX work around VC7.1 and 8.0 problems with function template ambiguity
- use a lot of class template partial specialistion to help 'simplify' the template arguments
2005-06-29 20:31:29 +00:00
Michael Stevens
c5a127d986 FIX inline missing for range member function, cause CW-9.4 to complain about incomplete type for default_range! 2005-06-29 12:04:08 +00:00
Michael Stevens
a2feccc60e Comment incomplete type problem in BM trick
Check for possible regressions in named range, slice projection functions
2005-06-28 15:10:20 +00:00
Michael Stevens
ba3f260b5c Regression test without proxy shortcuts
Remove undocumented nolias member and types
2005-06-27 16:30:39 +00:00
Michael Stevens
31fe909c73 Regression test without proxy shortcuts 2005-06-27 15:36:53 +00:00
Michael Stevens
3410ccc93c Test breakdown 2005-06-27 15:19:15 +00:00
Michael Stevens
f2ed9da029 redunant #include 2005-06-27 13:19:53 +00:00
Michael Stevens
77bca84d16 insert/erase_element 2005-06-27 12:52:26 +00:00