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

527 Commits

Author SHA1 Message Date
Michael Stevens
915da984cd NEW carray_adaptor
REMOVED array_adaptor and shallow_array_adaptor
FIX used BOOST_UBLAS_CHECK instead of raise directly on bad_size
FIX unbounded_array resize does not need to assign data_ = data when size is 0. This is consitent with the uninitialised state of data_ when constructed with size=0
2005-08-16 18:07:21 +00:00
Michael Stevens
8169d4a801 FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices 2005-08-12 18:31:19 +00:00
Michael Stevens
64e4369a53 FIX unused parameter warnings 2005-08-12 17:26:11 +00:00
Michael Stevens
7c5be23f1a FIX container assign resize without presere 2005-08-12 17:25:06 +00:00
Michael Stevens
79f7fe92fe FIX container assign resize without presere 2005-08-12 17:17:09 +00:00
Douglas Gregor
3168bdca0a Merged from 1.33.0 release 2005-08-12 13:02:37 +00:00
Michael Stevens
cd2856d5ef ADD Test zero assignment 2005-08-11 19:02:31 +00:00
Michael Stevens
c0b678341a FIX missing () in vector/matrix_container operator() 2005-08-11 19:02:02 +00:00
Michael Stevens
b7e2762c98 FIX packed and sparse overloads for increment and decrement 2005-07-29 12:18:39 +00:00
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