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

518 Commits

Author SHA1 Message Date
Michael Stevens
f9276e2963 FIX doc no spaces in <h2> 2005-07-18 07:39:12 +00:00
Michael Stevens
c7c4a5e709 FIX document all Vector Matrix containers derived from _container
FIX zero/unit/scalar default int
FIX no spaces in <h2>
2005-07-18 07:35:53 +00:00
Michael Stevens
96b4e49fa0 FIX only in conditional compiled BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS. Will not compile due to additional const 2005-07-17 07:17:43 +00:00
Michael Stevens
ca293ba047 Comment typo 2005-07-15 15:58:50 +00:00
Michael Stevens
353d453f07 ADD define the vector/matrix_container classes
CHANGE drop the template parameters of models, they are often incorrect, missleading and impossible to maintain
FIX Vector/ Matrix concepts have array_type and data() as special properties
2005-07-15 15:45:34 +00:00
Douglas Gregor
8d4452b8b2 Clear up broken links, tabs, etc 2005-07-14 15:47:04 +00:00
Michael Stevens
113aadfba9 FIX use #elif 2005-07-14 13:05:27 +00:00
Michael Stevens
c04f25e1a0 ADD implement Container assignment without temporary for dense and sparse vector/matrix 2005-07-14 12:56:03 +00:00
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