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

364 Commits

Author SHA1 Message Date
Michael Stevens
d7b6e720d0 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all
[SVN r29912]
2005-07-06 18:51:29 +00:00
Michael Stevens
86cc55674b FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all
[SVN r29911]
2005-07-06 18:45:31 +00:00
Michael Stevens
5f09f98379 typo for previous const changes
[SVN r29901]
2005-07-05 19:49:05 +00:00
Michael Stevens
b31df99970 FIX const correctness of row/column projects, removed bogus row/column_const
[SVN r29900]
2005-07-05 19:47:05 +00:00
Michael Stevens
46b828b32e correct const matrix_indirect
[SVN r29899]
2005-07-05 19:42:19 +00:00
Michael Stevens
6ad45f69ae FIX const correctness of projections restored
[SVN r29898]
2005-07-05 19:42:18 +00:00
Michael Stevens
e7f141b5a6 FIX last patch used filled_ instead of filled
[SVN r29887]
2005-07-04 09:16:48 +00:00
Michael Stevens
e63f8fddbc FIX axpy_prod did not compile, thanks Georg Baum
REMOVED bogus FIXME warining with regarding init failing with c_vector/matrix


[SVN r29886]
2005-07-04 09:11:45 +00:00
Michael Stevens
c40aaba9d1 FIX coordinate_matrix::set_filled() , thanks Georg Baum
[SVN r29885]
2005-07-04 08:56:28 +00:00
Michael Stevens
9c1ab39b0a Consistent include guard names with leading and trailing '_'
[SVN r29863]
2005-07-01 20:09:01 +00:00
Michael Stevens
bfd26b4132 Default int value_type for constant containers
[SVN r29858]
2005-07-01 18:17:38 +00:00
Michael Stevens
ea7f9ffcc7 Correct version of Boost to use for unsupported compilers
[SVN r29857]
2005-07-01 13:39:48 +00:00
Michael Stevens
77081782bd <algorithm> in config so min/max always available
[SVN r29856]
2005-07-01 13:32:27 +00:00
Michael Stevens
a87ccf46e6 Bring in storage before _expression should help CV9.4 with incomplete range types
[SVN r29849]
2005-06-30 19:51:23 +00:00
Toon Knapen
74aa8adf0a define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW for aCC version 6
[SVN r29846]
2005-06-30 14:50:19 +00:00
Michael Stevens
5659aa97ae 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


[SVN r29843]
2005-06-30 07:53:24 +00:00
Michael Stevens
4a2ad8439a Fixed tests of binary expressions, they no longer require the extra reference argument
[SVN r29842]
2005-06-30 07:47:48 +00:00
Michael Stevens
3e3d591983 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


[SVN r29841]
2005-06-29 20:31:29 +00:00
Michael Stevens
869fcaded7 FIX inline missing for range member function, cause CW-9.4 to complain about incomplete type for default_range!
[SVN r29839]
2005-06-29 12:04:08 +00:00
Michael Stevens
1a375cd0ca Comment incomplete type problem in BM trick
Check for possible regressions in named range, slice projection functions


[SVN r29825]
2005-06-28 15:10:20 +00:00
Michael Stevens
051b76f61c Regression test without proxy shortcuts
Remove undocumented nolias member and types


[SVN r29817]
2005-06-27 16:30:39 +00:00
Michael Stevens
374b578e7e Regression test without proxy shortcuts
[SVN r29816]
2005-06-27 15:36:53 +00:00
Michael Stevens
dfb27459c5 FIX Container concept requires erase_element
[SVN r29804]
2005-06-27 12:37:27 +00:00
Michael Stevens
d08d75f289 iterator is included by traits
[SVN r29725]
2005-06-22 09:40:14 +00:00
Michael Stevens
7e80615ed9 matrix_proxy required for row/column functions.
Could be implemented without to avoid this dependency


[SVN r29707]
2005-06-20 13:49:58 +00:00
Michael Stevens
e25b3c00f8 Try 'safe' as a name for alias safe assignment
[SVN r29698]
2005-06-20 07:29:32 +00:00
Michael Stevens
a9ba673b9f Added future compatible alias(lhs) syntax
[SVN r29668]
2005-06-18 08:18:12 +00:00
Michael Stevens
3e2cb96686 Add append_element.
Fix resize. Thanks Gunter


[SVN r29569]
2005-06-14 19:34:03 +00:00
Michael Stevens
221b7a43b2 Fix plus_assign in column_major block_prod typo. Thanks Gunter
[SVN r29568]
2005-06-14 19:31:18 +00:00
Michael Stevens
9717ade148 unused variables
[SVN r29183]
2005-05-25 12:42:11 +00:00
Michael Stevens
08898e4509 Gunter fix. Replaced equals with type_check_expression
[SVN r29176]
2005-05-24 19:41:56 +00:00
Michael Stevens
bc1f4f9b0f Consitently use iterator?::reference for functor_type (other then in indexed assign)
Seems to be cause of compileation error in test3 for 'truecxx'


[SVN r29160]
2005-05-23 16:25:59 +00:00
Michael Stevens
c990344122 Use struct consistently for basic_full etc
[SVN r29159]
2005-05-23 16:05:27 +00:00
Michael Stevens
fcb53daefc Added Thomas's symmetric operator >> definition
[SVN r28743]
2005-05-08 17:48:38 +00:00
Michael Stevens
819cc11a1c Fixed unused variable warning in BOOST_UBLAS_CHECK release build
[SVN r28742]
2005-05-08 17:34:54 +00:00
Michael Stevens
7021083ad3 tabs and max fixed for Booost
[SVN r28737]
2005-05-08 16:40:54 +00:00
Michael Stevens
f402fd33aa + 1 missing from previous fix
[SVN r28625]
2005-05-03 06:29:47 +00:00
Michael Stevens
0d9e77c673 FIX compress storage_invariants and reserve bug
thanks to Max and Gunter


[SVN r28624]
2005-05-03 06:19:49 +00:00
Michael Stevens
522f418ca2 comment
[SVN r28003]
2005-04-06 06:30:49 +00:00
Michael Stevens
3fb466e17a GCC4.0 bogus control reachs end non-void function warning
[SVN r28002]
2005-04-06 06:28:58 +00:00
Michael Stevens
329e0243e1 NEW compressed_matrix( coordinate_matrix<> & x) Thanks Gunter
[SVN r27804]
2005-03-24 17:21:43 +00:00
Michael Stevens
2e2f3e3a3d Indent with ASCII spaces!
[SVN r27803]
2005-03-24 17:06:38 +00:00
Michael Stevens
8fb1360833 FIX reserve error with no preserve (thanks Gunter)
[SVN r27790]
2005-03-23 20:31:06 +00:00
Michael Stevens
a5dac9ad41 Complete index1 fixes from Andreas
[SVN r27789]
2005-03-23 20:26:57 +00:00
Michael Stevens
16f734366b Sloppy patch application missed out -1
[SVN r27767]
2005-03-22 19:44:40 +00:00
Michael Stevens
e45e2d1792 FIX partially-filled index pointer array
thanks Andreas Klöckner


[SVN r27754]
2005-03-21 16:15:28 +00:00
Michael Stevens
2b2659de0d Use iterator types instead of pointer in interface
[SVN r27705]
2005-03-16 14:26:49 +00:00
Michael Stevens
f98c335248 FIX map_array insert
[SVN r27698]
2005-03-16 12:48:20 +00:00
Michael Stevens
d3ce3db011 _adaptor
Add insert_element
 Fix bogus const reference (proxy)


[SVN r27689]
2005-03-16 09:26:54 +00:00
Michael Stevens
b20fcbd870 complex<interval> is not supported by std::complex. A boost:complex was assumed.
This does not and probably never will exist.
Removed code relying on this. It is untested and the macro's to enable it inconsistent


[SVN r27687]
2005-03-16 08:36:00 +00:00