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

87 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Michael Stevens
48d9b85de7 CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors
svn path=/trunk/boost/libs/numeric/ublas/; revision=30032
2005-07-13 06:14:53 +00:00
Michael Stevens
89b1d91918 ADD basic documentation of projection functions
svn path=/trunk/boost/libs/numeric/ublas/; revision=29979
2005-07-11 09:22:30 +00:00
Michael Stevens
5afd42d07b Storage concepts links corrected and more logical overview and concept links
svn path=/trunk/boost/libs/numeric/ublas/; revision=29978
2005-07-11 07:59:26 +00:00
Michael Stevens
4092e09c04 Removed precondition for opposite Row/Colum index, these are always valid
svn path=/trunk/boost/libs/numeric/ublas/; revision=29949
2005-07-08 17:14:07 +00:00
Michael Stevens
687ee10edb insert/erase_element
svn path=/trunk/boost/libs/numeric/ublas/; revision=29808
2005-06-27 12:52:26 +00:00
Michael Stevens
a88c8fcd14 FIX insert/erase_element
Added c_vector/matrix to models

svn path=/trunk/boost/libs/numeric/ublas/; revision=29807
2005-06-27 12:49:31 +00:00
Michael Stevens
e1ae7eccd4 tabs
svn path=/trunk/boost/libs/numeric/ublas/; revision=29717
2005-06-21 06:11:45 +00:00
Michael Stevens
8ba3086c89 Updated bench1 results to GCC4.0 on Athlon 64 3000+
svn path=/trunk/boost/libs/numeric/ublas/; revision=29673
2005-06-18 12:25:27 +00:00
Michael Stevens
49f00effe9 compiler compatibility
svn path=/trunk/boost/libs/numeric/ublas/; revision=29582
2005-06-15 09:34:41 +00:00
Michael Stevens
01029b8ea0 readibility
svn path=/trunk/boost/libs/numeric/ublas/; revision=29581
2005-06-15 09:34:21 +00:00
Michael Stevens
39fff58fa3 clarified aliases
svn path=/trunk/boost/libs/numeric/ublas/; revision=29580
2005-06-15 08:49:23 +00:00
Michael Stevens
07b0dd17fa fix internal refs
svn path=/trunk/boost/libs/numeric/ublas/; revision=29579
2005-06-15 08:00:51 +00:00
Michael Stevens
02e3f339ba remove Last revised which is never correct anyway
svn path=/trunk/boost/libs/numeric/ublas/; revision=29567
2005-06-14 17:13:07 +00:00
Michael Stevens
3f75cd0658 more silly std::min reports
svn path=/trunk/boost/libs/numeric/ublas/; revision=29566
2005-06-14 17:06:57 +00:00
Michael Stevens
3dba05d474 merged important changes from Toon's dense_vector_concept
dense_vector/matrix_concept did not yet have any difference from the container concepts and could be removed
The differences between dense and sparse can be added again later

svn path=/trunk/boost/libs/numeric/ublas/; revision=29565
2005-06-14 17:05:03 +00:00
Michael Stevens
1891e802f6 Fixed bad refs to vector/matix_expressions
svn path=/trunk/boost/libs/numeric/ublas/; revision=29564
2005-06-14 16:48:53 +00:00
Michael Stevens
fa7780fed7 tidy seems to by junk
svn path=/trunk/boost/libs/numeric/ublas/; revision=29562
2005-06-14 16:13:05 +00:00
Michael Stevens
ff3c8da249 elements are not initialised. Thanks Gunter
svn path=/trunk/boost/libs/numeric/ublas/; revision=29547
2005-06-13 11:45:51 +00:00
Michael Stevens
9f425ac489 Work around in this case pointless min/max rules for Boost
svn path=/trunk/boost/libs/numeric/ublas/; revision=28741
2005-05-08 16:54:12 +00:00
Michael Stevens
813c1f7efd Correct location for "../../../boost.png"
svn path=/trunk/boost/libs/numeric/ublas/; revision=28739
2005-05-08 16:43:35 +00:00
Michael Stevens
adae9057bb Use ../../../boost.png with no alt=
svn path=/trunk/boost/libs/numeric/ublas/; revision=28571
2005-05-02 07:32:13 +00:00
Michael Stevens
67eb8c34f3 Use iterator types instead of pointer in interface
Two versions of insert

svn path=/trunk/boost/libs/numeric/ublas/; revision=27706
2005-03-16 14:27:30 +00:00
Michael Stevens
5b9b1c7f4e Fix additional header (_proxy, valarray) included
svn path=/trunk/boost/libs/numeric/ublas/; revision=27691
2005-03-16 09:31:04 +00:00
Michael Stevens
100e1686d5 Fix map_array no longer has sized constructor
svn path=/trunk/boost/libs/numeric/ublas/; revision=27690
2005-03-16 09:27:36 +00:00
Michael Stevens
58c964a7c5 Update doc matches name change sparse_ to mapped_
svn path=/trunk/boost/libs/numeric/ublas/; revision=27643
2005-03-14 13:29:04 +00:00
Michael Stevens
7e2f9e06f6 Update doc matches name change sparse_ to mapped_
svn path=/trunk/boost/libs/numeric/ublas/; revision=27642
2005-03-14 13:28:59 +00:00
Michael Stevens
03ab689069 Update insert/erase/append_element to match development version
Thanks Gunter

svn path=/trunk/boost/libs/numeric/ublas/; revision=27640
2005-03-14 13:04:35 +00:00
Michael Stevens
a116f01ffd Also remerge development processes only on Boost CVS
svn path=/trunk/boost/libs/numeric/ublas/; revision=26847
2005-01-25 19:16:34 +00:00
Michael Stevens
97c3846c6f Remerged patches to HEAD dropped durring uBLAS_pure merge
ML and Wiki text had change

svn path=/trunk/boost/libs/numeric/ublas/; revision=26846
2005-01-25 19:15:25 +00:00
Toon Knapen
271336ea34 merged from uBLAS-cvs
svn path=/trunk/boost/libs/numeric/ublas/; revision=26707
2005-01-15 19:07:49 +00:00