Gunter Winkler
dbda21ef56
see #3443 : improve documentation
...
* added automatic navigation (using JavaScript)
* fixed anchors
* added boost stylesheet
2009-10-04 22:43:12 +00:00
Gunter Winkler
a303af81ee
see #3457
...
* test/manual/test_move_semantics.cpp: example and manual test case to demonstrate move semantics
* test/manual/Jamfile.v2: added new target test_move_semantics
* doc/ublas.css: added pre.screen class for code snippets, added p.credit class for thanks and credits
* doc/overview.htm: fixed broken anchors and missing alt-attribute
* doc/release_notes.htm: added new feature to release list
* doc/options.htm: new page to document preprocessore switches (mostly copied from Wiki)
* doc/index.htm: added link to options.htm
2009-09-16 22:00:38 +00:00
Gunter Winkler
c2fbf73235
doc/index.htm:
...
added link to new release notes page
doc/release_notes.htm:
created release notes page to track changes, see #3293 and #3443
2009-09-12 23:10:38 +00:00
Gunter Winkler
5c8e665154
see #3443 : reformatted source because it was too ugly to do any changes.
2009-09-12 22:55:20 +00:00
Gunter Winkler
7ffc06c292
see #3396
...
doc/expression_concept.htm:
* splitted required methods into to const and non-const methods
* fixed minor typos
2009-09-03 23:02:19 +00:00
Daniel James
b27c2839f4
Fix a mix up between euclidean and uniform norm. Refs #3056 .
2009-06-06 10:33:10 +00:00
Daniel James
90442842f6
Fix a couple of typos in the ublas documentation. Fixes #3056 , #3057 .
2009-06-06 10:32:04 +00:00
Gunter Winkler
8a410a2367
* see #2691
...
* fixed typos
* need still some time to think about the "is mutable" comment
2009-01-30 21:19:38 +00:00
Gunter Winkler
0b077e1c0d
* fix and close #2686
...
* replaced the word "upper" by "lower" because the description is for lower triangular matrices
* added more detailed example for the use of triangular matrices and adaptors
2009-01-30 21:12:32 +00:00
John Maddock
b826cdc3b2
Fixed Inspection report issues.
2008-03-14 18:32:45 +00:00
Gunter Winkler
db0efd93e0
- fixed typo
2008-01-14 19:04:43 +00:00
Gunter Winkler
9138e60993
- added section "nested products"
2007-10-16 21:48:01 +00:00
Gunter Winkler
531dabe76d
- added redirect from index.html to real start page: index.htm
2007-10-01 13:04:29 +00:00
John Maddock
765b04bd8e
Updated licences using blanket_permission.txt.
2007-09-18 17:19:41 +00:00
Gunter Winkler
722fe33f80
overview.htm: fixed typo
2007-09-13 12:13:20 +00:00
Vladimir Prus
78d07714d6
Remove V1 Jamfiles
2007-08-08 19:02:26 +00:00
Gunter Winkler
c3c94032d1
* fixed wrong markup
2007-04-16 22:28:13 +00:00
Gunter Winkler
1d8f1faa81
- new directive BOOST_UBLAS_NDEBUG to disable all debug actions of uBLAS
...
It has an equivalent effect as defining NDEBUG in all uBLAS headers.
2007-04-07 20:51:38 +00:00
Michael Stevens
44d52a8e45
[uBLAS] FIX array_adaptor.htm was never written, remove broken link
2007-02-28 11:47:41 +00:00
Michael Stevens
9338aa0b89
[uBLAS] Pre 1.34 release notes
2006-12-13 15:35:03 +00:00
Michael Stevens
44d331682a
[uBLAS] orignal copyright assignment for split off doc files
2006-12-13 15:34:41 +00:00
Michael Stevens
86664b1ad6
[uBLAS]
...
CHANGE zero/identity/scalar _ vector/matrix add ALLOC template parameter to specify size/difference_type
2006-12-13 15:34:05 +00:00
Michael Stevens
8f35aca3f3
[uBLAS] document type row instead of column
2006-12-01 16:44:03 +00:00
Michael Stevens
0698af643a
CHANGE Remove carray_adaptor which is not in the source!
2006-07-16 13:19:34 +00:00
Michael Stevens
52ea806938
Code equivilent for asum of complex
2005-10-07 11:35:50 +00:00
Michael Stevens
67ecca8bf3
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
2005-10-06 19:58:39 +00:00
Michael Stevens
9c2352d6a8
FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly defined
2005-10-02 12:35:36 +00:00
Michael Stevens
115be133ab
Post 1.33.0 Release notes
2005-08-25 08:26:45 +00:00
Michael Stevens
f1f7581d30
FIX Sparse -> Mapped name change missed in index
2005-08-22 15:57:15 +00:00
Michael Stevens
c98c1052f6
FIX current implementation no members are at variance to the Concept
2005-08-16 18:11:58 +00:00
Michael Stevens
e6a5a7708c
ADD Array Adaptor
2005-08-16 18:09:58 +00:00
Michael Stevens
677362253b
ADD carray_adaptor as model
...
FIX range/slice are not models
2005-08-16 18:09:10 +00:00
Douglas Gregor
3168bdca0a
Merged from 1.33.0 release
2005-08-12 13:02:37 +00:00
Michael Stevens
f9276e2963
FIX doc no spaces in <h2>
2005-07-18 07:39:12 +00:00
Michael Stevens
c7c4a5e709
FIX document all Vector Matrix containers derived from _container
...
FIX zero/unit/scalar default int
FIX no spaces in <h2>
2005-07-18 07:35:53 +00:00
Michael Stevens
353d453f07
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
2005-07-15 15:45:34 +00:00
Douglas Gregor
8d4452b8b2
Clear up broken links, tabs, etc
2005-07-14 15:47:04 +00:00
Michael Stevens
1ba0d69054
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
2005-07-14 12:06:02 +00:00
Michael Stevens
b0a666040b
More details on compilers targeted for this release
2005-07-14 09:54:49 +00:00
Michael Stevens
9e1595e367
More details on compilers targeted for this release
2005-07-14 09:51:04 +00:00
Michael Stevens
2f7aa3bc57
ADD vector/matrix_expression public base to associated types
2005-07-14 09:44:06 +00:00
Michael Stevens
cc5bad51be
replaced by bounded_array and unbounded_array and range files
2005-07-14 09:29:57 +00:00
Michael Stevens
547b2f0235
Removed duplicate files container.htm, wasreplaced by _concept.htm files
2005-07-14 09:22:43 +00:00
Michael Stevens
dcfdf04bd9
Removed duplicate files expression.htm and iterator.htm were replaced by _concept.htm files
2005-07-14 09:17:14 +00:00
Michael Stevens
d84aec8b61
CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors
2005-07-13 06:14:53 +00:00
Michael Stevens
4194039623
ADD basic documentation of projection functions
2005-07-11 09:22:30 +00:00
Michael Stevens
520241b477
Storage concepts links corrected and more logical overview and concept links
2005-07-11 07:59:26 +00:00
Michael Stevens
2642dc4b12
Removed precondition for opposite Row/Colum index, these are always valid
2005-07-08 17:14:07 +00:00
Michael Stevens
77bca84d16
insert/erase_element
2005-06-27 12:52:26 +00:00
Michael Stevens
1255b14119
FIX insert/erase_element
...
Added c_vector/matrix to models
2005-06-27 12:49:31 +00:00