Michael Stevens
70cbef6d3c
FIX reserve error with no preserve (thanks Gunter)
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27790
2005-03-23 20:31:06 +00:00
Michael Stevens
531c3f8b31
Complete index1 fixes from Andreas
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27789
2005-03-23 20:26:57 +00:00
Michael Stevens
48dee41550
Sloppy patch application missed out -1
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27767
2005-03-22 19:44:40 +00:00
Michael Stevens
9d35a86c23
FIX partially-filled index pointer array
...
thanks Andreas Klöckner
svn path=/trunk/boost/boost/numeric/ublas/; revision=27754
2005-03-21 16:15:28 +00:00
Michael Stevens
7bea4343a6
Use iterator types instead of pointer in interface
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27705
2005-03-16 14:26:49 +00:00
Michael Stevens
88c01b5c83
FIX map_array insert
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27698
2005-03-16 12:48:20 +00:00
Michael Stevens
43aac7858a
_adaptor
...
Add insert_element
Fix bogus const reference (proxy)
svn path=/trunk/boost/boost/numeric/ublas/; revision=27689
2005-03-16 09:26:54 +00:00
Michael Stevens
623885e4e0
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 path=/trunk/boost/libs/numeric/ublas/; revision=27687
2005-03-16 08:36:00 +00:00
Michael Stevens
a2426d72f8
Deprecated SCALAR_ET removed
...
Simplief to use references directly. conversion from scalar_reference causes massive problems with intervals
svn path=/trunk/boost/boost/numeric/ublas/; revision=27670
2005-03-15 14:19:04 +00:00
Michael Stevens
97a2d302a9
Indivitual INTERNAL tests to reduce compilation size
...
Use typedef float T
svn path=/trunk/boost/boost/numeric/ublas/; revision=27645
2005-03-14 13:46:00 +00:00
Michael Stevens
65b3cb1ce5
Add Gunter's coordinate_matrix axpy_prod specialisation
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27644
2005-03-14 13:41:58 +00:00
Toon Knapen
1fc66a9418
port to IBM/VisualAge
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27597
2005-03-10 12:10:18 +00:00
Michael Stevens
c93dbadfa9
More transparent definition of equals
...
Moved to namespace detail
svn path=/trunk/boost/boost/numeric/ublas/; revision=27346
2005-02-13 16:21:39 +00:00
Michael Stevens
d25599dc28
__GNUC__ tests don't belong in pure implementation!
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27343
2005-02-13 13:40:29 +00:00
Michael Stevens
c1d12d1547
Comments regarding FIXME for expression instantiation order
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27342
2005-02-13 13:38:03 +00:00
Michael Stevens
5d2d77112a
comment had ///
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27306
2005-02-10 10:48:32 +00:00
Michael Stevens
96edaea89f
added vector_assign dependency
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27305
2005-02-10 10:48:00 +00:00
Michael Stevens
502f404f60
Added mising <vector> dependency
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27304
2005-02-10 10:34:22 +00:00
Michael Stevens
676434765f
FIX incosistent change to new _temporary traits
...
header also missing
svn path=/trunk/boost/boost/numeric/ublas/; revision=27303
2005-02-10 08:52:48 +00:00
Michael Stevens
7f7877bd1b
FIX incosistent change to new _temporary traits
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27302
2005-02-10 08:50:56 +00:00
Michael Stevens
23acbc5748
FIX incosistent change to new _temporary traits
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27301
2005-02-10 08:37:29 +00:00
Toon Knapen
01c401c825
typo
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27217
2005-02-07 13:37:52 +00:00
Toon Knapen
28fff50013
added temporary_traits
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=27216
2005-02-07 13:36:40 +00:00
Michael Stevens
2c82874124
Compiles using matrix_resize_preserve
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=26966
2005-01-31 15:48:29 +00:00
Michael Stevens
03880cbe3f
value_type/*zero*/() used as a placeholder to much disliked value_type (0)
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=26965
2005-01-31 15:14:30 +00:00
Michael Stevens
ea46a0e5fa
RESIZE FIXES
...
c_vector/matrix drop default construction requirement
svn path=/trunk/boost/boost/numeric/ublas/; revision=26963
2005-01-31 14:42:23 +00:00
Michael Stevens
942e5f34d2
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 path=/trunk/boost/boost/numeric/ublas/; revision=26961
2005-01-31 14:08:09 +00:00
Michael Stevens
99b3539592
Fixed placement new detection for GCC 4
...
Seems that only Intel Linux has a good placement new
svn path=/trunk/boost/boost/numeric/ublas/; revision=26806
2005-01-22 17:18:53 +00:00
Toon Knapen
a560db1b11
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 path=/trunk/boost/boost/numeric/ublas/; revision=26794
2005-01-21 19:09:44 +00:00
Michael Stevens
464d6997b3
Fix '//' and moved #include matrix_expression.hpp to be consistent with other files
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=26749
2005-01-19 20:42:42 +00:00
Toon Knapen
42eaa32eb1
added include of matrix_expression.hpp
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=26744
2005-01-19 15:27:10 +00:00
Toon Knapen
d98b85af71
fixes involving vector_temporary_traits
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=26721
2005-01-18 09:32:44 +00:00
Michael Stevens
c4aaa0fe8e
avoid multi line #if ||
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=26642
2005-01-07 18:30:30 +00:00
Toon Knapen
a18f894dc5
more patches that originate from the uBLAS_pure merge
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=26635
2005-01-06 11:28:27 +00:00
Toon Knapen
acc03935cc
merged uBLAS_pure
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=26624
2005-01-04 14:52:20 +00:00
Michael Stevens
64d0c82ee6
Fixed placement new detection for GCC 4
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=26621
2005-01-03 20:52:27 +00:00
Michael Stevens
8fc917e673
FIX sparse non_zeros is capacity, consistent with coordinate and compressed
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25806
2004-10-20 12:28:07 +00:00
Michael Stevens
80648c5469
FIX sparse non_zeros is capacity, consistent with coordinate and compressed
...
FIX sparse_matrix removed minumum in restrict_nz
svn path=/trunk/boost/boost/numeric/ublas/; revision=25805
2004-10-20 12:27:08 +00:00
Michael Stevens
df4a8706f2
missing _
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25794
2004-10-20 07:50:07 +00:00
Michael Stevens
7b41f97168
FIX nasty coordinate_matrix insert bug
...
Back to sumation of duplicates
svn path=/trunk/boost/boost/numeric/ublas/; revision=25793
2004-10-20 07:46:32 +00:00
Michael Stevens
a89ff42b78
Intel 7.1 reports as 700 assume both have same placement-new behaviour
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25680
2004-10-12 06:37:27 +00:00
Michael Stevens
8919702a9b
*** empty log message ***
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25679
2004-10-12 06:28:13 +00:00
Michael Stevens
f1fee49f3c
move to detail
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25678
2004-10-12 06:26:34 +00:00
Michael Stevens
22ce2c95fc
Fix only intel linux has useful placement new
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25653
2004-10-11 06:35:21 +00:00
Michael Stevens
85f757b7bf
Fix cw-8.3 disable type checks to avoid debug functor syntax problem
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25645
2004-10-10 08:21:57 +00:00
Michael Stevens
3ebb1ee30f
attempt workaround for cw-8.3 ::template syntax problem
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25633
2004-10-09 07:57:25 +00:00
Michael Stevens
0bc02b4a63
attempt workaround for cw-8.3 ::template syntax problem
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25632
2004-10-09 07:52:45 +00:00
Michael Stevens
1c6978d584
Try inline as cw-8.3 fix
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25627
2004-10-08 18:06:35 +00:00
Michael Stevens
954be358d5
header dependcies
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25624
2004-10-08 12:33:02 +00:00
Michael Stevens
8d60ac9a84
icc-7.1 placement new
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=25621
2004-10-08 06:44:13 +00:00