Gunter Winkler
7f4be729d7
overview.htm: fixed typo
...
[SVN r39233]
2007-09-13 12:13:20 +00:00
Vladimir Prus
d7619262b8
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Gunter Winkler
cc80e857d5
* fixed wrong markup
...
[SVN r37455]
2007-04-16 22:28:13 +00:00
Gunter Winkler
5f08a94e2c
- new directive BOOST_UBLAS_NDEBUG to disable all debug actions of uBLAS
...
It has an equivalent effect as defining NDEBUG in all uBLAS headers.
[SVN r37392]
2007-04-07 20:51:38 +00:00
Michael Stevens
2bdbf318f5
[uBLAS] FIX array_adaptor.htm was never written, remove broken link
...
[SVN r37113]
2007-02-28 11:47:41 +00:00
Michael Stevens
b0e4559188
[uBLAS] Pre 1.34 release notes
...
[SVN r36358]
2006-12-13 15:35:03 +00:00
Michael Stevens
0f9ea9dd64
[uBLAS] orignal copyright assignment for split off doc files
...
[SVN r36357]
2006-12-13 15:34:41 +00:00
Michael Stevens
cea0090381
[uBLAS]
...
CHANGE zero/identity/scalar _ vector/matrix add ALLOC template parameter to specify size/difference_type
[SVN r36356]
2006-12-13 15:34:05 +00:00
Michael Stevens
350bc1c7f6
[uBLAS] document type row instead of column
...
[SVN r36234]
2006-12-01 16:44:03 +00:00
Michael Stevens
264e81b5fa
CHANGE Remove carray_adaptor which is not in the source!
...
[SVN r34555]
2006-07-16 13:19:34 +00:00
Michael Stevens
2c47c3d8d4
Code equivilent for asum of complex
...
[SVN r31216]
2005-10-07 11:35:50 +00:00
Michael Stevens
37272c967a
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 r31214]
2005-10-06 19:58:39 +00:00
Michael Stevens
5f480ae3aa
FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly defined
...
[SVN r31175]
2005-10-02 12:35:36 +00:00
Michael Stevens
6de48359ad
Post 1.33.0 Release notes
...
[SVN r30662]
2005-08-25 08:26:45 +00:00
Michael Stevens
fc8532dbec
FIX Sparse -> Mapped name change missed in index
...
[SVN r30631]
2005-08-22 15:57:15 +00:00
Michael Stevens
46719f0568
FIX current implementation no members are at variance to the Concept
...
[SVN r30598]
2005-08-16 18:11:58 +00:00
Michael Stevens
d6d84bdea7
ADD Array Adaptor
...
[SVN r30597]
2005-08-16 18:09:58 +00:00
Michael Stevens
b73f4c0c75
ADD carray_adaptor as model
...
FIX range/slice are not models
[SVN r30596]
2005-08-16 18:09:10 +00:00
Douglas Gregor
f18a80fde4
Merged from 1.33.0 release
...
[SVN r30540]
2005-08-12 13:02:37 +00:00
Michael Stevens
fc94d429e2
FIX doc no spaces in <h2>
...
[SVN r30154]
2005-07-18 07:39:12 +00:00
Michael Stevens
bd8358c220
FIX document all Vector Matrix containers derived from _container
...
FIX zero/unit/scalar default int
FIX no spaces in <h2>
[SVN r30153]
2005-07-18 07:35:53 +00:00
Michael Stevens
989a576e91
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 r30110]
2005-07-15 15:45:34 +00:00
Douglas Gregor
ad2a5ec642
Clear up broken links, tabs, etc
...
[SVN r30077]
2005-07-14 15:47:04 +00:00
Michael Stevens
73586950dd
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 r30073]
2005-07-14 12:06:02 +00:00
Michael Stevens
d1da0b897f
More details on compilers targeted for this release
...
[SVN r30072]
2005-07-14 09:54:49 +00:00
Michael Stevens
266591f161
More details on compilers targeted for this release
...
[SVN r30071]
2005-07-14 09:51:04 +00:00
Michael Stevens
04e6af9aff
ADD vector/matrix_expression public base to associated types
...
[SVN r30070]
2005-07-14 09:44:06 +00:00
Michael Stevens
89907137df
replaced by bounded_array and unbounded_array and range files
...
[SVN r30069]
2005-07-14 09:29:57 +00:00
Michael Stevens
5b48d17495
Removed duplicate files container.htm, wasreplaced by _concept.htm files
...
[SVN r30068]
2005-07-14 09:22:43 +00:00
Michael Stevens
769e46ea41
Removed duplicate files expression.htm and iterator.htm were replaced by _concept.htm files
...
[SVN r30067]
2005-07-14 09:17:14 +00:00
Michael Stevens
8a97d3c0a1
CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors
...
[SVN r30032]
2005-07-13 06:14:53 +00:00
Michael Stevens
1c81781e42
ADD basic documentation of projection functions
...
[SVN r29979]
2005-07-11 09:22:30 +00:00
Michael Stevens
bde645d20c
Storage concepts links corrected and more logical overview and concept links
...
[SVN r29978]
2005-07-11 07:59:26 +00:00
Michael Stevens
d4765148b7
Removed precondition for opposite Row/Colum index, these are always valid
...
[SVN r29949]
2005-07-08 17:14:07 +00:00
Michael Stevens
5c681e5ba3
insert/erase_element
...
[SVN r29808]
2005-06-27 12:52:26 +00:00
Michael Stevens
e9fab4418d
FIX insert/erase_element
...
Added c_vector/matrix to models
[SVN r29807]
2005-06-27 12:49:31 +00:00
Michael Stevens
6769c3da05
tabs
...
[SVN r29717]
2005-06-21 06:11:45 +00:00
Michael Stevens
226635e455
Updated bench1 results to GCC4.0 on Athlon 64 3000+
...
[SVN r29673]
2005-06-18 12:25:27 +00:00
Michael Stevens
c9e625479d
compiler compatibility
...
[SVN r29582]
2005-06-15 09:34:41 +00:00
Michael Stevens
fcf9b2c0e7
readibility
...
[SVN r29581]
2005-06-15 09:34:21 +00:00
Michael Stevens
553e1f6864
clarified aliases
...
[SVN r29580]
2005-06-15 08:49:23 +00:00
Michael Stevens
6a3b36cb0d
fix internal refs
...
[SVN r29579]
2005-06-15 08:00:51 +00:00
Michael Stevens
f4e698c481
remove Last revised which is never correct anyway
...
[SVN r29567]
2005-06-14 17:13:07 +00:00
Michael Stevens
92a87ff655
more silly std::min reports
...
[SVN r29566]
2005-06-14 17:06:57 +00:00
Michael Stevens
89879f4587
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 r29565]
2005-06-14 17:05:03 +00:00
Michael Stevens
af597ceead
Fixed bad refs to vector/matix_expressions
...
[SVN r29564]
2005-06-14 16:48:53 +00:00
Michael Stevens
9eeb6a741c
tidy seems to by junk
...
[SVN r29562]
2005-06-14 16:13:05 +00:00
Michael Stevens
65d9184d1d
elements are not initialised. Thanks Gunter
...
[SVN r29547]
2005-06-13 11:45:51 +00:00
Michael Stevens
f747be62f2
Work around in this case pointless min/max rules for Boost
...
[SVN r28741]
2005-05-08 16:54:12 +00:00
Michael Stevens
a5c1facb76
Correct location for "../../../boost.png"
...
[SVN r28739]
2005-05-08 16:43:35 +00:00
Michael Stevens
0934fcea22
Use ../../../boost.png with no alt=
...
[SVN r28571]
2005-05-02 07:32:13 +00:00
Michael Stevens
c5afd42862
Use iterator types instead of pointer in interface
...
Two versions of insert
[SVN r27706]
2005-03-16 14:27:30 +00:00
Michael Stevens
ed16366ab7
Fix additional header (_proxy, valarray) included
...
[SVN r27691]
2005-03-16 09:31:04 +00:00
Michael Stevens
16878b3a1e
Fix map_array no longer has sized constructor
...
[SVN r27690]
2005-03-16 09:27:36 +00:00
Michael Stevens
dda2d42723
Update doc matches name change sparse_ to mapped_
...
[SVN r27643]
2005-03-14 13:29:04 +00:00
Michael Stevens
c1e6a391b0
Update doc matches name change sparse_ to mapped_
...
[SVN r27642]
2005-03-14 13:28:59 +00:00
Michael Stevens
000c48cbfa
Update insert/erase/append_element to match development version
...
Thanks Gunter
[SVN r27640]
2005-03-14 13:04:35 +00:00
Michael Stevens
6a41685cff
Also remerge development processes only on Boost CVS
...
[SVN r26847]
2005-01-25 19:16:34 +00:00
Michael Stevens
4333d95e47
Remerged patches to HEAD dropped durring uBLAS_pure merge
...
ML and Wiki text had change
[SVN r26846]
2005-01-25 19:15:25 +00:00
Toon Knapen
433433f071
merged from uBLAS-cvs
...
[SVN r26707]
2005-01-15 19:07:49 +00:00
Toon Knapen
2dcc10f3e2
merged doc in uBLAS CVS to boost CVS
...
[SVN r26634]
2005-01-06 10:03:41 +00:00
Michael Stevens
50c5162b3c
changed uBLAS ML location
...
[SVN r26627]
2005-01-04 19:59:36 +00:00
Aleksey Gurtovoy
64b5ac5827
c++boost.gif -> boost.png replacement
...
[SVN r25573]
2004-10-05 15:45:52 +00:00
Michael Stevens
ca426fcf5f
initializeation or not is models buisiness
...
[SVN r25295]
2004-09-21 10:08:27 +00:00
Michael Stevens
e6adaf9125
Concept compatible resize function
...
[SVN r25287]
2004-09-20 19:13:13 +00:00
Michael Stevens
fd46c7e09d
*** empty log message ***
...
[SVN r25286]
2004-09-20 19:10:09 +00:00
Michael Stevens
b90e51bd16
Resize consistency
...
sparse resize must have preserve parameter first
[SVN r25283]
2004-09-20 15:05:57 +00:00
Michael Stevens
f0e08c43cc
uninitialized resize form no longer needs to be called resize_new
...
[SVN r25264]
2004-09-20 09:45:31 +00:00
Michael Stevens
b43355e895
Storage array:
...
removed insert,erase,clear they requires value_type(0) and semantics are not STL
resize(n,init) is element preserving
resize_new is not
[SVN r25208]
2004-09-19 05:14:26 +00:00
Michael Stevens
f3de4f9948
Droped container reference requirement -
...
this is a significant source of inefficiency
[SVN r25162]
2004-09-17 05:35:45 +00:00
Michael Stevens
e05921d751
storage and container updates
...
[SVN r24940]
2004-09-06 12:46:35 +00:00
Michael Stevens
63935e9cef
map_array like std::map should be default constructed
...
[SVN r24887]
2004-09-03 09:18:56 +00:00
Michael Stevens
98ff2be4e5
fixed broken links
...
[SVN r24785]
2004-08-27 13:24:32 +00:00
Michael Stevens
a25fc16de2
Fixed broken links
...
Dopped $Id as these work badly with >1 CVS
[SVN r24699]
2004-08-24 07:51:33 +00:00
Michael Stevens
47e7fcd8ff
removed functions
...
[SVN r24489]
2004-08-16 04:41:20 +00:00
Michael Stevens
78047d1d7e
*** keyword substitution change ***
...
[SVN r24466]
2004-08-13 16:24:56 +00:00
Michael Stevens
6a1c891be4
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 r24465]
2004-08-13 16:23:01 +00:00
Michael Stevens
28388158b0
Technical and style fixes.
...
Mostly storage and container paramters are more consitently used
[SVN r24464]
2004-08-13 15:51:26 +00:00
Michael Stevens
619c8e2f3c
From Gunter: fixed <br> in <pre> text
...
[SVN r24463]
2004-08-13 15:48:39 +00:00
Michael Stevens
9b962128c9
dropped Keyword §id which is not in any other file
...
[SVN r23639]
2004-07-16 17:28:48 +00:00
Michael Stevens
eb162cea69
New v2 support
...
[SVN r23438]
2004-07-11 09:00:55 +00:00
Michael Stevens
2239d64376
From uBLAS project. Ready for regression testing for 1.32.0
...
[SVN r23424]
2004-07-10 08:40:37 +00:00
Eric Niebler
6085f9282b
remove std_min and std_max, update minmax coding guidelines
...
[SVN r23162]
2004-06-23 04:49:48 +00:00
Eric Niebler
1a794cf43c
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
...
[SVN r22394]
2004-02-26 18:27:02 +00:00
Jörg Walter
351684e4ee
Compatibility hacks for GCC 3.4 (Michael Stevens) and VC 7.1 (Patrick Kowalzick). Thanks!
...
[SVN r20562]
2003-10-30 07:45:55 +00:00
Jörg Walter
2935d2833e
Minor fixes and some performance enhancements.
...
Special thanks to Gunter Winkler this time.
[SVN r20363]
2003-10-13 19:46:44 +00:00
Jörg Walter
7d926b8c30
Doc update.
...
[SVN r19568]
2003-08-13 07:24:39 +00:00
Jörg Walter
e51e15ec0a
A couple of fixes and improvements
...
[SVN r18551]
2003-05-26 20:55:45 +00:00
Jörg Walter
c7910eb7ef
More fixes.
...
[SVN r17504]
2003-02-18 07:34:44 +00:00
Jörg Walter
93e3edd4c4
More bug fixes.
...
[SVN r17336]
2003-02-12 20:24:54 +00:00
Jörg Walter
4ab34dbb6e
Documentation update and some fixes.
...
[SVN r17184]
2003-02-04 07:22:11 +00:00
Jörg Walter
99b6bfec07
boost::numeric::interval support and cosmetical fixes
...
[SVN r17106]
2003-01-31 10:14:25 +00:00
Jörg Walter
d5603ec589
Many fixes. Namely thanks to John Maddock for porting to Kylix and to Alexei Novakov for his sparse matrix related work.
...
[SVN r17018]
2003-01-23 21:41:43 +00:00
Jörg Walter
390f6b3531
Bugfixes and compatibility hacks.
...
[SVN r16317]
2002-11-19 08:32:55 +00:00
Jörg Walter
d7023eeb21
Many bugfixes and improvements, especially related to sparse matrices.
...
Thanks namely to Kresimir Fresl and Michael Stevens this time.
[SVN r16183]
2002-11-10 10:38:54 +00:00
Jörg Walter
9407675e2f
Minor bugfixes.
...
[SVN r15445]
2002-09-19 07:36:07 +00:00
Jörg Walter
4cde2a80db
Merge.
...
[SVN r15321]
2002-09-14 09:48:41 +00:00