Michael Stevens
7bb61ba86f
Made returned index_array_type etc public. Thanks to Karl for spotting this.
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24836
2004-08-31 08:44:29 +00:00
Michael Stevens
c9df13c99e
workaround gcc.2.95 bug with ? operator and const return value
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24803
2004-08-29 09:08:20 +00:00
Michael Stevens
0e7664cc5e
VC6 requires old static init syntax
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24798
2004-08-28 17:15:35 +00:00
Michael Stevens
f656c30fd9
DERIVED_HELPERS only seem to be unambigous
...
on some compiler. (CW9 and VC7.1/8 fail)
Provide sepecfic expression overload instead
svn path=/trunk/boost/boost/numeric/ublas/; revision=24797
2004-08-28 11:35:47 +00:00
Michael Stevens
c0b2695f83
private evaluate
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24796
2004-08-28 10:00:55 +00:00
Michael Stevens
c5c7c71d94
VC7.1 using operator= overloads have problems
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24791
2004-08-27 16:14:03 +00:00
Michael Stevens
a8d8e8fa37
Allow command line TESTSET
...
Enable BOUNDED_VECTOR which picks up a VC7.1 problem
svn path=/trunk/boost/libs/numeric/ublas/; revision=24790
2004-08-27 16:12:23 +00:00
Michael Stevens
15cdc1bfa0
const correctness for zero_ etc completed
...
use if_ instead of if_c
svn path=/trunk/boost/boost/numeric/ublas/; revision=24789
2004-08-27 15:23:32 +00:00
Michael Stevens
af1408a6fc
comments
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24788
2004-08-27 15:19:35 +00:00
Michael Stevens
791522927a
removed a try left in
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=24787
2004-08-27 14:31:47 +00:00
Michael Stevens
d0506bdeca
fixed broken links
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=24785
2004-08-27 13:24:32 +00:00
Michael Stevens
4fb96b6af7
removed vector::size_ use data_.size () instead
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24784
2004-08-27 13:00:00 +00:00
Michael Stevens
01e19898da
const correctness for nil_, zero_
...
Construct without assignment for zero_,one_
svn path=/trunk/boost/boost/numeric/ublas/; revision=24782
2004-08-27 12:46:47 +00:00
Michael Stevens
17bafc8251
General Configuration
...
enable NO_PROXY_SHORTCUTS
svn path=/trunk/boost/boost/numeric/ublas/; revision=24780
2004-08-27 10:16:43 +00:00
Michael Stevens
05b1822221
Disable fail slice proxies
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=24770
2004-08-26 18:36:10 +00:00
Michael Stevens
d3232ebd27
Big improvement to type encapsulation
...
iterator_type, expersion_type, functo_type etc private
svn path=/trunk/boost/boost/numeric/ublas/; revision=24769
2004-08-26 18:17:47 +00:00
Michael Stevens
7b45c27d0f
code layout
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24768
2004-08-26 16:28:10 +00:00
Michael Stevens
e691ae92d8
Propogated storage_catagory to reference classes
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24767
2004-08-26 16:23:34 +00:00
Michael Stevens
e2629e7247
use (0) to represent zero rather then default constructor.
...
(1) is require anyway so this does not add further requirements
svn path=/trunk/boost/boost/numeric/ublas/; revision=24763
2004-08-26 15:51:57 +00:00
Michael Stevens
a62a964d25
resize not used. It just adds more mutable requirements
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24762
2004-08-26 15:45:43 +00:00
Michael Stevens
e414d88546
Commented slice and indirect iterator problems
...
iterator_type are private
svn path=/trunk/boost/boost/numeric/ublas/; revision=24760
2004-08-26 15:36:52 +00:00
Michael Stevens
7489b5907c
use bad_index when no reference to const_member
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24758
2004-08-26 14:36:21 +00:00
Michael Stevens
3cd567b8b8
Exceptions on by default
...
Use BOOST_UBLAS_NO_EXCEPTIONS to disable
svn path=/trunk/boost/boost/numeric/ublas/; revision=24753
2004-08-26 12:46:18 +00:00
Michael Stevens
531413c385
Exceptions. No need to catch. We want test to halt for testing
...
on exception.
svn path=/trunk/boost/libs/numeric/ublas/; revision=24752
2004-08-26 12:42:23 +00:00
Michael Stevens
447831435b
USE_EXCEPTIONS debugger removed!
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24747
2004-08-26 11:13:24 +00:00
Michael Stevens
ede401c960
std::abs libcomo workaround version dependant
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24730
2004-08-25 08:31:07 +00:00
Michael Stevens
4148007a35
Fixed broken links
...
Dopped $Id as these work badly with >1 CVS
svn path=/trunk/boost/libs/numeric/ublas/; revision=24699
2004-08-24 07:51:33 +00:00
Michael Stevens
9c70bb8aaa
Renamed std cmath problem
...
Extended cstdlib workaround to MIPSpro
svn path=/trunk/boost/boost/numeric/ublas/; revision=24695
2004-08-24 06:51:21 +00:00
Michael Stevens
e7164a21ac
Extended NO_MEMBER_FRIENDS to VC6+7
...
VC7 in particular has problems without
svn path=/trunk/boost/boost/numeric/ublas/; revision=24694
2004-08-24 06:25:09 +00:00
Michael Stevens
161cbb64f7
Propogated Toon's index_base change from matrix_sparse
...
Dropped VC7 workaround
svn path=/trunk/boost/boost/numeric/ublas/; revision=24693
2004-08-24 06:22:22 +00:00
Michael Stevens
eb8e72e040
Dropped VC7 workaround
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24692
2004-08-24 06:20:57 +00:00
Michael Stevens
c8f3f67211
Comeau noticed that != required to equity comparible for index_pair/triple
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24670
2004-08-23 14:05:08 +00:00
Michael Stevens
1a94d1eb47
Workaround for Comeau - would be nice to make this version specific
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24669
2004-08-23 13:50:30 +00:00
Michael Stevens
fe65e8820d
removed experimental type_traits:const_reference
...
element_proxy:
add comparison
dropped unnecessary overloads
svn path=/trunk/boost/boost/numeric/ublas/; revision=24656
2004-08-23 07:38:07 +00:00
Michael Stevens
57b7232c2a
comment
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24655
2004-08-23 07:34:59 +00:00
Michael Stevens
fdc7204167
temporarily remove .v2 as they are picked up automatic
...
for tests sources in the subdirectories and get built!!
svn path=/trunk/boost/libs/numeric/ublas/; revision=24649
2004-08-22 18:45:40 +00:00
Michael Stevens
c144321b47
noncopyable
...
repaired dropped boost::
removed explict default constructor call which was inconsistently used
svn path=/trunk/boost/boost/numeric/ublas/; revision=24648
2004-08-22 18:36:28 +00:00
Michael Stevens
cc27ac0589
further reduced default library dependicies
...
Changed macros controling array_adaptor's
By default on safe deep copy array_adaptor
Seperate shallow_array_adaptor for crazy people
svn path=/trunk/boost/boost/numeric/ublas/; revision=24610
2004-08-20 08:00:01 +00:00
Michael Stevens
dcf0ea7559
fix noncopyable
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24609
2004-08-20 05:32:01 +00:00
Michael Stevens
2dea24546a
Minor rework of noncopyable and nonassignable
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24602
2004-08-19 18:28:12 +00:00
Michael Stevens
ede625b29b
oops debug left in
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24594
2004-08-19 12:48:12 +00:00
Michael Stevens
acbb85c73c
comment
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=24593
2004-08-19 12:37:27 +00:00
Michael Stevens
852dd07473
comment that free function resize fails on MSVC-6/7
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24592
2004-08-19 12:21:46 +00:00
Michael Stevens
c70cf6cec9
removed experimental type_traits:const_reference
...
For consitency the would be needed for all container typedef
It fails with VC6
Added resize that works without PTS
svn path=/trunk/boost/boost/numeric/ublas/; revision=24589
2004-08-19 08:03:42 +00:00
Michael Stevens
588f2f3645
removed experimental type_traits:const_reference
...
For consitency the would be needed for all container typedef
It fails with VC6
svn path=/trunk/boost/boost/numeric/ublas/; revision=24588
2004-08-19 08:02:47 +00:00
Michael Stevens
488cf03195
opps
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24587
2004-08-19 07:31:40 +00:00
Michael Stevens
deeeefdde1
overrideable STREAM config
...
better comments
svn path=/trunk/boost/boost/numeric/ublas/; revision=24586
2004-08-19 07:17:28 +00:00
Michael Stevens
5d4bb2f174
consistently use value_type
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24585
2004-08-19 06:39:53 +00:00
Michael Stevens
f552b5e7c3
use value_type for simpler syntax
...
fixed complex interval of double
svn path=/trunk/boost/boost/numeric/ublas/; revision=24584
2004-08-19 06:37:05 +00:00
Toon Knapen
72ba61fc52
resize functionality moved to a functor to support partial templ. spec.
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24561
2004-08-18 14:51:33 +00:00