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

355 Commits

Author SHA1 Message Date
Michael Stevens
9dd032a3da Consistent include guard names with leading and trailing '_'
svn path=/trunk/boost/boost/numeric/ublas/; revision=29863
2005-07-01 20:09:01 +00:00
Michael Stevens
ff38ee100d Default int value_type for constant containers
svn path=/trunk/boost/boost/numeric/ublas/; revision=29858
2005-07-01 18:17:38 +00:00
Michael Stevens
318719fec0 Correct version of Boost to use for unsupported compilers
svn path=/trunk/boost/boost/numeric/ublas/; revision=29857
2005-07-01 13:39:48 +00:00
Michael Stevens
576fff7e5c <algorithm> in config so min/max always available
svn path=/trunk/boost/boost/numeric/ublas/; revision=29856
2005-07-01 13:32:27 +00:00
Michael Stevens
fd1060500d Bring in storage before _expression should help CV9.4 with incomplete range types
svn path=/trunk/boost/boost/numeric/ublas/; revision=29849
2005-06-30 19:51:23 +00:00
Toon Knapen
406ed5eaa4 define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW for aCC version 6
svn path=/trunk/boost/boost/numeric/ublas/; revision=29846
2005-06-30 14:50:19 +00:00
Michael Stevens
e6f6b5b1d1 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 path=/trunk/boost/boost/numeric/ublas/; revision=29843
2005-06-30 07:53:24 +00:00
Michael Stevens
a19938e7b1 Fixed tests of binary expressions, they no longer require the extra reference argument
svn path=/trunk/boost/boost/numeric/ublas/; revision=29842
2005-06-30 07:47:48 +00:00
Michael Stevens
ba8a55c471 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 path=/trunk/boost/boost/numeric/ublas/; revision=29841
2005-06-29 20:31:29 +00:00
Michael Stevens
945023d39e FIX inline missing for range member function, cause CW-9.4 to complain about incomplete type for default_range!
svn path=/trunk/boost/boost/numeric/ublas/; revision=29839
2005-06-29 12:04:08 +00:00
Michael Stevens
6e1501816b Comment incomplete type problem in BM trick
Check for possible regressions in named range, slice projection functions

svn path=/trunk/boost/boost/numeric/ublas/; revision=29825
2005-06-28 15:10:20 +00:00
Michael Stevens
2ec18cde45 Regression test without proxy shortcuts
Remove undocumented nolias member and types

svn path=/trunk/boost/boost/numeric/ublas/; revision=29817
2005-06-27 16:30:39 +00:00
Michael Stevens
a77991ab9f Regression test without proxy shortcuts
svn path=/trunk/boost/boost/numeric/ublas/; revision=29816
2005-06-27 15:36:53 +00:00
Michael Stevens
8840281520 FIX Container concept requires erase_element
svn path=/trunk/boost/boost/numeric/ublas/; revision=29804
2005-06-27 12:37:27 +00:00
Michael Stevens
4ec936fec7 iterator is included by traits
svn path=/trunk/boost/boost/numeric/ublas/; revision=29725
2005-06-22 09:40:14 +00:00
Michael Stevens
afa6000726 matrix_proxy required for row/column functions.
Could be implemented without to avoid this dependency

svn path=/trunk/boost/boost/numeric/ublas/; revision=29707
2005-06-20 13:49:58 +00:00
Michael Stevens
7480d957fb Try 'safe' as a name for alias safe assignment
svn path=/trunk/boost/boost/numeric/ublas/; revision=29698
2005-06-20 07:29:32 +00:00
Michael Stevens
b294155d95 Added future compatible alias(lhs) syntax
svn path=/trunk/boost/boost/numeric/ublas/; revision=29668
2005-06-18 08:18:12 +00:00
Michael Stevens
bf0f1f326d Add append_element.
Fix resize. Thanks Gunter

svn path=/trunk/boost/boost/numeric/ublas/; revision=29569
2005-06-14 19:34:03 +00:00
Michael Stevens
eb9df3c8f4 Fix plus_assign in column_major block_prod typo. Thanks Gunter
svn path=/trunk/boost/boost/numeric/ublas/; revision=29568
2005-06-14 19:31:18 +00:00
Michael Stevens
7b0546c97b unused variables
svn path=/trunk/boost/boost/numeric/ublas/; revision=29183
2005-05-25 12:42:11 +00:00
Michael Stevens
21a2840081 Gunter fix. Replaced equals with type_check_expression
svn path=/trunk/boost/boost/numeric/ublas/; revision=29176
2005-05-24 19:41:56 +00:00
Michael Stevens
1259274d47 Consitently use iterator?::reference for functor_type (other then in indexed assign)
Seems to be cause of compileation error in test3 for 'truecxx'

svn path=/trunk/boost/boost/numeric/ublas/; revision=29160
2005-05-23 16:25:59 +00:00
Michael Stevens
863aae8e2a Use struct consistently for basic_full etc
svn path=/trunk/boost/boost/numeric/ublas/; revision=29159
2005-05-23 16:05:27 +00:00
Michael Stevens
d98db5267b Added Thomas's symmetric operator >> definition
svn path=/trunk/boost/boost/numeric/ublas/; revision=28743
2005-05-08 17:48:38 +00:00
Michael Stevens
e6a374efb1 Fixed unused variable warning in BOOST_UBLAS_CHECK release build
svn path=/trunk/boost/boost/numeric/ublas/; revision=28742
2005-05-08 17:34:54 +00:00
Michael Stevens
6aa909d4a7 tabs and max fixed for Booost
svn path=/trunk/boost/boost/numeric/ublas/; revision=28737
2005-05-08 16:40:54 +00:00
Michael Stevens
46d1a69851 + 1 missing from previous fix
svn path=/trunk/boost/boost/numeric/ublas/; revision=28625
2005-05-03 06:29:47 +00:00
Michael Stevens
b15ed902c3 FIX compress storage_invariants and reserve bug
thanks to Max and Gunter

svn path=/trunk/boost/boost/numeric/ublas/; revision=28624
2005-05-03 06:19:49 +00:00
Michael Stevens
ddd6eaee73 comment
svn path=/trunk/boost/boost/numeric/ublas/; revision=28003
2005-04-06 06:30:49 +00:00
Michael Stevens
c913b0da7f GCC4.0 bogus control reachs end non-void function warning
svn path=/trunk/boost/boost/numeric/ublas/; revision=28002
2005-04-06 06:28:58 +00:00
Michael Stevens
742061822b NEW compressed_matrix( coordinate_matrix<> & x) Thanks Gunter
svn path=/trunk/boost/boost/numeric/ublas/; revision=27804
2005-03-24 17:21:43 +00:00
Michael Stevens
b196eb659b Indent with ASCII spaces!
svn path=/trunk/boost/boost/numeric/ublas/; revision=27803
2005-03-24 17:06:38 +00:00
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