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

125 Commits

Author SHA1 Message Date
Michael Stevens
f1a5577e32 tabs
svn path=/trunk/boost/libs/numeric/ublas/; revision=24547
2004-08-18 06:31:06 +00:00
Michael Stevens
7321efbafb matrix proxies which result in vector must be abstract
svn path=/trunk/boost/boost/numeric/ublas/; revision=24546
2004-08-18 06:30:08 +00:00
Michael Stevens
0c58860ef1 create 'raw' namespace
only include headers if necessary

svn path=/trunk/boost/boost/numeric/ublas/; revision=24545
2004-08-18 06:27:34 +00:00
Michael Stevens
150b23a950 No negative feedback regard change to non-virtual
raise no longer virtual!

svn path=/trunk/boost/boost/numeric/ublas/; revision=24533
2004-08-17 13:53:37 +00:00
Michael Stevens
a9a6587d09 oops range,slice were renabled for sparse
svn path=/trunk/boost/libs/numeric/ublas/; revision=24528
2004-08-17 09:23:22 +00:00
Michael Stevens
5cc02388a9 element_proxis:
add comparison operators
 need copy assignment operator to overide implict version, but other assignment only need template version

svn path=/trunk/boost/boost/numeric/ublas/; revision=24527
2004-08-17 09:14:14 +00:00
Michael Stevens
994dd7e0bb use nonassignable
added same_closure consistently

svn path=/trunk/boost/boost/numeric/ublas/; revision=24526
2004-08-17 09:11:17 +00:00
Michael Stevens
f6aedf54d9 value_type patch no longer needed for element_proxies
svn path=/trunk/boost/boost/numeric/ublas/; revision=24525
2004-08-17 09:08:56 +00:00
Michael Stevens
5c2f001890 Change to Boost license v1
svn path=/trunk/boost/boost/numeric/ublas/; revision=24523
2004-08-17 07:36:29 +00:00
Michael Stevens
2ede68a697 Minor copyright text change to include (c)
svn path=/trunk/boost/libs/numeric/ublas/; revision=24522
2004-08-17 07:35:37 +00:00
Michael Stevens
d4e642e5e2 BOUNDED_ALIGN
svn path=/trunk/boost/boost/numeric/ublas/; revision=24494
2004-08-16 05:31:22 +00:00
Michael Stevens
143fda1db1 Default USE_INDEXING
Limited member friend bug to MWERKS <=8.3
BOUNDED_ALIGN

svn path=/trunk/boost/boost/numeric/ublas/; revision=24493
2004-08-16 05:31:03 +00:00
Michael Stevens
d1243a444c Fixed VC7.1
svn path=/trunk/boost/boost/numeric/ublas/; revision=24492
2004-08-16 05:16:01 +00:00
Michael Stevens
7756596e96 General DR45 workaround
svn path=/trunk/boost/boost/numeric/ublas/; revision=24491
2004-08-16 05:11:48 +00:00
Michael Stevens
eaf205e39a DR45
MSVC 7.1 specific

svn path=/trunk/boost/boost/numeric/ublas/; revision=24490
2004-08-16 05:11:19 +00:00
Michael Stevens
0873918dc7 removed functions
svn path=/trunk/boost/libs/numeric/ublas/; revision=24489
2004-08-16 04:41:20 +00:00
Michael Stevens
0820a979e2 Added variable controlling test sets
Dropped range, sparse from test3 as too complex for regression testing

svn path=/trunk/boost/libs/numeric/ublas/; revision=24480
2004-08-15 09:18:55 +00:00
Michael Stevens
4d2047fa36 enable range and slice
svn path=/trunk/boost/libs/numeric/ublas/; revision=24478
2004-08-14 20:06:36 +00:00
Michael Stevens
c63f020a67 MSVC workarounds only for 6.0 and 7.0
svn path=/trunk/boost/boost/numeric/ublas/; revision=24477
2004-08-14 20:04:59 +00:00
Michael Stevens
eaac8004ef *** empty log message ***
svn path=/trunk/boost/boost/numeric/ublas/; revision=24476
2004-08-14 20:04:12 +00:00
Michael Stevens
b775dff077 Workaround std::complex sparse proxy problem with operator==
svn path=/trunk/boost/boost/numeric/ublas/; revision=24475
2004-08-14 20:01:34 +00:00
Michael Stevens
55062caa0e VC6 workaround for private data_
svn path=/trunk/boost/boost/numeric/ublas/; revision=24474
2004-08-14 18:40:18 +00:00
Michael Stevens
d335547d5f *** keyword substitution change ***
svn path=/trunk/boost/libs/numeric/ublas/; revision=24466
2004-08-13 16:24:56 +00:00
Michael Stevens
279c5e01c4 Added Gunters new overviews
Renamed files with names not consitent with titles
Technical and style fixes to types and operations_overview
 Mostly storage and container paramters are more consitently used
<br /> dropped from <pre> sections

svn path=/trunk/boost/libs/numeric/ublas/; revision=24465
2004-08-13 16:23:01 +00:00
Michael Stevens
630dc07085 Technical and style fixes.
Mostly storage and container paramters are more consitently used

svn path=/trunk/boost/libs/numeric/ublas/; revision=24464
2004-08-13 15:51:26 +00:00
Michael Stevens
5ecd199385 From Gunter: fixed <br> in <pre> text
svn path=/trunk/boost/libs/numeric/ublas/; revision=24463
2004-08-13 15:48:39 +00:00
Michael Stevens
64dadbafcf Commented old code
svn path=/trunk/boost/boost/numeric/ublas/; revision=24462
2004-08-13 15:39:57 +00:00
Michael Stevens
58aa01d207 Test Macro's defined in Jamfiles
Test header undef stupid compiler faults
 complex tests disabled when ICL fails to link

svn path=/trunk/boost/libs/numeric/ublas/; revision=24460
2004-08-13 14:07:54 +00:00
Michael Stevens
dfd5cfbce9 more conservative settings for ICC
svn path=/trunk/boost/boost/numeric/ublas/; revision=24412
2004-08-11 15:14:52 +00:00
Michael Stevens
0e4a8cbf37 Use BOOST_INTEL to define swap workaround
svn path=/trunk/boost/boost/numeric/ublas/; revision=24407
2004-08-11 14:45:10 +00:00
Michael Stevens
d66e5bf4ff comment format
svn path=/trunk/boost/boost/numeric/ublas/; revision=24406
2004-08-11 13:53:36 +00:00
Michael Stevens
ea3faa2a06 Consistently use data_ rather then data() to access clusure
svn path=/trunk/boost/boost/numeric/ublas/; revision=24405
2004-08-11 13:52:31 +00:00
Michael Stevens
bd8cee41b9 Changed Macro defaults for GCC ICC and MSVC awaiting regression results
svn path=/trunk/boost/boost/numeric/ublas/; revision=24404
2004-08-11 13:50:19 +00:00
Michael Stevens
a8fa417902 Commented location of remove_reference used to avoid Ref to Ref problems
svn path=/trunk/boost/boost/numeric/ublas/; revision=24398
2004-08-11 08:07:37 +00:00
Michael Stevens
cc42e4f2e1 Suppress std::complex testing for VC7 it has remove_reference problems in this case.
svn path=/trunk/boost/libs/numeric/ublas/; revision=24397
2004-08-11 07:58:37 +00:00
Michael Stevens
ce71eeac8e removed precheck for zero size range
svn path=/trunk/boost/boost/numeric/ublas/; revision=24346
2004-08-08 17:33:39 +00:00
Michael Stevens
9696c6a7cf a pair of missing std:: qualifers for size_t
svn path=/trunk/boost/libs/numeric/ublas/; revision=24287
2004-08-04 09:50:37 +00:00
Michael Stevens
fd68d61567 Extended testing to complex, range and slice where possible
MSVC and USE_ET cleanup

svn path=/trunk/boost/libs/numeric/ublas/; revision=24264
2004-08-03 09:18:11 +00:00
Michael Stevens
23add84c0e Scalar ET's do not work for complex
Reverted back to previous logic were they were disabled by default

svn path=/trunk/boost/boost/numeric/ublas/; revision=24251
2004-08-02 19:38:20 +00:00
Michael Stevens
a060e77f10 added an experimental promote_type_multiplies
svn path=/trunk/boost/boost/numeric/ublas/; revision=24250
2004-08-02 19:37:24 +00:00
Michael Stevens
400e00e4e5 BOOST_UBLAS_SIMPLE_ET_DEBUG
svn path=/trunk/boost/boost/numeric/ublas/; revision=24220
2004-08-01 09:30:45 +00:00
Toon Knapen
8847847916 avoid using BOOST_STATIC_CONSTANT by using the integer template arg directly
svn path=/trunk/boost/boost/numeric/ublas/; revision=24182
2004-07-30 06:22:40 +00:00
Toon Knapen
3288da67eb define BOOST_UBLAS_NO_ELEMENT_PROXIES to workaround compilation problems with
the debug_functor on vacpp version 6

svn path=/trunk/boost/libs/numeric/ublas/; revision=24143
2004-07-28 12:55:10 +00:00
Michael Stevens
c53ca93260 add test synopsis
svn path=/trunk/boost/libs/numeric/ublas/; revision=24108
2004-07-27 09:53:43 +00:00
Michael Stevens
b77c57ae57 Corrected Copyright block
svn path=/trunk/boost/libs/numeric/ublas/; revision=24067
2004-07-26 07:00:07 +00:00
Michael Stevens
152991cd0f Always have SMART_PROXIES
Turning of SMAER_PROXIES breaks code that relies on the const propogation in
uBLAS types

svn path=/trunk/boost/boost/numeric/ublas/; revision=23994
2004-07-23 14:15:42 +00:00
Michael Stevens
9282b05712 added char thanks to Patrick for pointing out that there are 3 distinct
char types in the standard!

svn path=/trunk/boost/boost/numeric/ublas/; revision=23992
2004-07-23 14:13:07 +00:00
Michael Stevens
7530bfd915 Dropped the fat interface constructors in map_array and set_array
to match std::map/set
The implementation was no more efficient then reserve

svn path=/trunk/boost/boost/numeric/ublas/; revision=23989
2004-07-23 14:02:25 +00:00
Michael Stevens
8b0c2d33d7 tab to space again!
svn path=/trunk/boost/boost/numeric/ublas/; revision=23828
2004-07-20 09:18:07 +00:00
Aleksey Gurtovoy
10b9a42330 change test-suite names to match library names
svn path=/trunk/boost/libs/numeric/ublas/; revision=23820
2004-07-20 01:41:00 +00:00