Michael Stevens
dbe66751ab
ADD first tests of Container concept
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=31348
2005-10-16 16:35:18 +00:00
Michael Stevens
f4557d0bbf
FIX erase_element, remove returns from function which is defined as void
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=31346
2005-10-16 16:05:52 +00:00
Michael Stevens
d5ec8e5838
FIX ref returned reference to 0 pointer if new element. Thanks Max Weinberg.
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=31247
2005-10-09 16:43:42 +00:00
Michael Stevens
8aa2f72de9
Code equivilent for asum of complex
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=31216
2005-10-07 11:35:50 +00:00
Michael Stevens
78272e9a09
FIX The Vector Concept cannot refine Random Access Container as some Vectors don't have Random Access Iterators.
...
Make Vector a model of Random Access Container instead
svn path=/trunk/boost/libs/numeric/ublas/; revision=31214
2005-10-06 19:58:39 +00:00
Michael Stevens
ee45ad5cc8
MAJOR use boost::concept_check
...
FIX missing Random Access Container functions and missing operator [] in Random Access Iterator
svn path=/trunk/boost/boost/numeric/ublas/; revision=31213
2005-10-06 19:56:35 +00:00
Michael Stevens
daff77ca4a
FIX remove the return 0 avoid compiler warnings, they can cause other warnings!
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=31197
2005-10-04 19:20:17 +00:00
Michael Stevens
90b0cee447
FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly defined
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=31175
2005-10-02 12:35:36 +00:00
Michael Stevens
a406abd800
FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly defined
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=31173
2005-10-02 12:16:38 +00:00
Michael Stevens
8af15c05c8
FIX typos in subslice
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=31143
2005-09-28 14:46:32 +00:00
Michael Stevens
5e1975455e
FIX rewrite unbounded_array resize to avoid uninit 'data' warnings
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=31088
2005-09-23 09:26:09 +00:00
Michael Stevens
610a59c156
FIX poor performance due to expression eval in BOOST_UBLAS_CHECK
...
This will create some unused variable warnings
svn path=/trunk/boost/boost/numeric/ublas/; revision=31087
2005-09-23 09:24:59 +00:00
Michael Stevens
8082367abc
FIX _assign TYPE_CHECKS are dependant on vector/matrix
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=31076
2005-09-22 09:04:42 +00:00
Michael Stevens
c877eef2da
MINOR comments regarding non-const unary2 consturction
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30784
2005-09-02 08:20:32 +00:00
Michael Stevens
92948ac44d
FIX provide const definitions for _temporary_traits specialisations
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30780
2005-09-01 15:24:26 +00:00
Michael Stevens
83650a0778
FIX _reference closure_type is self_type
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30779
2005-09-01 15:22:52 +00:00
Michael Stevens
1c5c7fd86f
FIX added triangular.hpp dependency
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30769
2005-09-01 08:58:38 +00:00
Michael Stevens
d05c3bad41
FIX resize: avoid unitialised assignment warning for data_=data; Hopefully the 'if' clause does not effect efficiency on modern architectures
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30718
2005-08-29 11:08:08 +00:00
Michael Stevens
a846666ab0
CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging
...
FIX carray_adaptor: resize
svn path=/trunk/boost/boost/numeric/ublas/; revision=30689
2005-08-26 15:59:54 +00:00
Michael Stevens
a4bc1e20a1
CHANGE rename type_traits 'abs' and 'sqrt' to 'type_abs' and 'type_sqrt' so future definitions can call 'abs' and 'sqrt' with ADL.
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30666
2005-08-25 11:00:44 +00:00
Michael Stevens
55a4faa2e4
FIX proxy header dependencies for LU
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30664
2005-08-25 09:40:01 +00:00
Michael Stevens
514f713670
Post 1.33.0 Release notes
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30662
2005-08-25 08:26:45 +00:00
Michael Stevens
6ba8885ee9
FIX Sparse -> Mapped name change missed in index
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30631
2005-08-22 15:57:15 +00:00
Michael Stevens
604cb59496
FIX current implementation no members are at variance to the Concept
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30598
2005-08-16 18:11:58 +00:00
Michael Stevens
1050f46dfb
ADD Array Adaptor
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30597
2005-08-16 18:09:58 +00:00
Michael Stevens
75618f6279
ADD carray_adaptor as model
...
FIX range/slice are not models
svn path=/trunk/boost/libs/numeric/ublas/; revision=30596
2005-08-16 18:09:10 +00:00
Michael Stevens
f0f08f8a7d
NEW carray_adaptor
...
REMOVED array_adaptor and shallow_array_adaptor
FIX used BOOST_UBLAS_CHECK instead of raise directly on bad_size
FIX unbounded_array resize does not need to assign data_ = data when size is 0. This is consitent with the uninitialised state of data_ when constructed with size=0
svn path=/trunk/boost/boost/numeric/ublas/; revision=30595
2005-08-16 18:07:21 +00:00
Michael Stevens
5d6c4ac434
FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30557
2005-08-12 18:31:19 +00:00
Michael Stevens
d00ef20acc
FIX unused parameter warnings
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30555
2005-08-12 17:26:11 +00:00
Michael Stevens
6cadf1912c
FIX container assign resize without presere
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30553
2005-08-12 17:25:06 +00:00
Michael Stevens
4338956d68
FIX container assign resize without presere
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30550
2005-08-12 17:17:09 +00:00
Douglas Gregor
ced7e7bc82
Merged from 1.33.0 release
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30540
2005-08-12 13:02:37 +00:00
Michael Stevens
6189b16a09
ADD Test zero assignment
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30527
2005-08-11 19:02:31 +00:00
Michael Stevens
a31a1055b9
FIX missing () in vector/matrix_container operator()
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30526
2005-08-11 19:02:02 +00:00
Michael Stevens
7a12106f01
FIX packed and sparse overloads for increment and decrement
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30310
2005-07-29 12:18:39 +00:00
Michael Stevens
f742950411
FIX doc no spaces in <h2>
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30154
2005-07-18 07:39:12 +00:00
Michael Stevens
c2d151d71c
FIX document all Vector Matrix containers derived from _container
...
FIX zero/unit/scalar default int
FIX no spaces in <h2>
svn path=/trunk/boost/libs/numeric/ublas/; revision=30153
2005-07-18 07:35:53 +00:00
Michael Stevens
7a79cc348d
FIX only in conditional compiled BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS. Will not compile due to additional const
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30141
2005-07-17 07:17:43 +00:00
Michael Stevens
0992b79849
Comment typo
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30111
2005-07-15 15:58:50 +00:00
Michael Stevens
77b012bc8b
ADD define the vector/matrix_container classes
...
CHANGE drop the template parameters of models, they are often incorrect, missleading and impossible to maintain
FIX Vector/ Matrix concepts have array_type and data() as special properties
svn path=/trunk/boost/libs/numeric/ublas/; revision=30110
2005-07-15 15:45:34 +00:00
Douglas Gregor
0b8e3257a6
Clear up broken links, tabs, etc
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30077
2005-07-14 15:47:04 +00:00
Michael Stevens
80ea5c4fd9
FIX use #elif
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30075
2005-07-14 13:05:27 +00:00
Michael Stevens
5f0cb8c8f9
ADD implement Container assignment without temporary for dense and sparse vector/matrix
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=30074
2005-07-14 12:56:03 +00:00
Michael Stevens
1aeaecd406
CHANGE implement and document subrange, subslice free functions
...
- ALL proxy shortcuts are disabled by default as they cannot implement correctly type size_type and difference_type, range and slice
- projection free functions are also able to shortcut proxies of proxies
svn path=/trunk/boost/libs/numeric/ublas/; revision=30073
2005-07-14 12:06:02 +00:00
Michael Stevens
4173097a16
More details on compilers targeted for this release
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30072
2005-07-14 09:54:49 +00:00
Michael Stevens
9fe7871f28
More details on compilers targeted for this release
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30071
2005-07-14 09:51:04 +00:00
Michael Stevens
f9e0b3f520
ADD vector/matrix_expression public base to associated types
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30070
2005-07-14 09:44:06 +00:00
Michael Stevens
e125a214c6
replaced by bounded_array and unbounded_array and range files
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30069
2005-07-14 09:29:57 +00:00
Michael Stevens
28fe84bab4
Removed duplicate files container.htm, wasreplaced by _concept.htm files
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30068
2005-07-14 09:22:43 +00:00
Michael Stevens
84d908bc4e
Removed duplicate files expression.htm and iterator.htm were replaced by _concept.htm files
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30067
2005-07-14 09:17:14 +00:00