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

338 Commits

Author SHA1 Message Date
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
Michael Stevens
c7f693b7bf Deprecated SCALAR_ET removed
Simplief to use references directly. conversion from scalar_reference causes massive problems with intervals


[SVN r27670]
2005-03-15 14:19:04 +00:00
Michael Stevens
3c384436de Indivitual INTERNAL tests to reduce compilation size
Use typedef float T


[SVN r27645]
2005-03-14 13:46:00 +00:00
Michael Stevens
4013a87ad6 Add Gunter's coordinate_matrix axpy_prod specialisation
[SVN r27644]
2005-03-14 13:41:58 +00:00
Toon Knapen
11a743dc36 port to IBM/VisualAge
[SVN r27597]
2005-03-10 12:10:18 +00:00
Michael Stevens
c5c770e6fd More transparent definition of equals
Moved to namespace detail


[SVN r27346]
2005-02-13 16:21:39 +00:00
Michael Stevens
0a115f9aa8 __GNUC__ tests don't belong in pure implementation!
[SVN r27343]
2005-02-13 13:40:29 +00:00
Michael Stevens
c96cb7a868 Comments regarding FIXME for expression instantiation order
[SVN r27342]
2005-02-13 13:38:03 +00:00
Michael Stevens
9f7781060f comment had ///
[SVN r27306]
2005-02-10 10:48:32 +00:00
Michael Stevens
6888d51619 added vector_assign dependency
[SVN r27305]
2005-02-10 10:48:00 +00:00
Michael Stevens
2bd6ff8fb9 Added mising <vector> dependency
[SVN r27304]
2005-02-10 10:34:22 +00:00
Michael Stevens
9fccf631ce FIX incosistent change to new _temporary traits
header also missing


[SVN r27303]
2005-02-10 08:52:48 +00:00
Michael Stevens
c5ce8cc5b8 FIX incosistent change to new _temporary traits
[SVN r27302]
2005-02-10 08:50:56 +00:00
Michael Stevens
3b940153d0 FIX incosistent change to new _temporary traits
[SVN r27301]
2005-02-10 08:37:29 +00:00
Toon Knapen
0f6ab1bc8e typo
[SVN r27217]
2005-02-07 13:37:52 +00:00
Toon Knapen
14cbd9e6d4 added temporary_traits
[SVN r27216]
2005-02-07 13:36:40 +00:00
Michael Stevens
b691a56c7c Compiles using matrix_resize_preserve
[SVN r26966]
2005-01-31 15:48:29 +00:00
Michael Stevens
bbf9603c38 value_type/*zero*/() used as a placeholder to much disliked value_type (0)
[SVN r26965]
2005-01-31 15:14:30 +00:00
Michael Stevens
e47e8fce51 RESIZE FIXES
c_vector/matrix drop default construction requirement


[SVN r26963]
2005-01-31 14:42:23 +00:00
Michael Stevens
81c17bfc83 RESIZE FIXES
Drop incorrect element requirement to be value_type(0) constructable
use matrix_resize_preserve where possible
c_vector/matrix don't initialise on construction


[SVN r26961]
2005-01-31 14:08:09 +00:00
Michael Stevens
709324ff80 Fixed placement new detection for GCC 4
Seems that only Intel Linux has a good placement new


[SVN r26806]
2005-01-22 17:18:53 +00:00
Toon Knapen
d759362a36 resize did a zero-initiliase instead of a default initialise.
This did not work for value_type's that have no constructor that takes an int


[SVN r26794]
2005-01-21 19:09:44 +00:00
Michael Stevens
345fedb846 Fix '//' and moved #include matrix_expression.hpp to be consistent with other files
[SVN r26749]
2005-01-19 20:42:42 +00:00
Toon Knapen
ca2ce8e4f2 added include of matrix_expression.hpp
[SVN r26744]
2005-01-19 15:27:10 +00:00
Toon Knapen
ceee479248 fixes involving vector_temporary_traits
[SVN r26721]
2005-01-18 09:32:44 +00:00
Michael Stevens
68c1990295 avoid multi line #if ||
[SVN r26642]
2005-01-07 18:30:30 +00:00
Toon Knapen
10a777877a more patches that originate from the uBLAS_pure merge
[SVN r26635]
2005-01-06 11:28:27 +00:00