Stefan Seefeld
7c6b1e980e
Adjust metadata and documentation.
2019-03-02 12:00:48 -05:00
Cem Bassoy
6a731af7de
tensor gsoc 2018. einstein notation added.
2019-02-18 22:45:38 +01:00
Cem Bassoy
675db26b4d
tensor gsoc 2018. tensor and auxiliary template classes added.
2019-02-18 22:45:38 +01:00
Ronald Wampler
e88fc29650
Add documentation for norm_2_square
2016-03-28 13:34:15 -04:00
David Bellot
68c7cebb03
remove last piece of doxygen
2014-09-28 10:22:42 +01:00
David Bellot
a064f708ae
changed html documentation files extension to more standard .html
2014-05-03 09:41:56 +01:00
David Bellot
126c4aa693
change changelog format to GNU
2014-05-03 09:33:27 +01:00
nasos
78c23cf3f8
Merged master into old develop
2014-04-12 11:32:33 -04:00
David Bellot
b91eb1da13
re-organizing directories and documentation
2014-03-02 19:13:28 +00:00
Gunter Winkler
9e9f18e9de
* libs/numeric/ublas/doc/release_notes.htm - update release notes
...
* libs/numeric/ublas/doc/index.htm - update FAQ
[SVN r80792]
2012-09-30 19:53:11 +00:00
Gunter Winkler
1137ff5a56
* libs/numeric/ublas/doc/release_notes.htm, libs/numeric/ublas/doc/index.htm: see #7363 , update release notes and docs
...
[SVN r80649]
2012-09-22 22:53:41 +00:00
Gunter Winkler
0acb790485
* libs/numeric/ublas/doc/release_notes.htm: copied from release branch
...
[SVN r80646]
2012-09-22 22:06:06 +00:00
David Bellot
b07ff8732a
last commit for the doxy doc
...
[SVN r75582]
2011-11-20 22:53:19 +00:00
David Bellot
a8c258269c
finally put things correctly
...
[SVN r75581]
2011-11-20 22:48:52 +00:00
David Bellot
798e3a524f
whoops error 405
...
[SVN r75579]
2011-11-20 22:07:48 +00:00
David Bellot
11b1711474
new doxyfiles
...
[SVN r75573]
2011-11-20 14:50:03 +00:00
David Bellot
a946c7c05b
cleaning up
...
[SVN r75572]
2011-11-20 13:27:58 +00:00
David Bellot
5c011060e2
fixed licences, fixed bugs from boost.inspect, changed doxydoc location and filenames to make them shorter
...
[SVN r75567]
2011-11-20 12:30:30 +00:00
David Bellot
56a6f7d049
updated version number in doc to 1.45, whoops forgot a file :-)
...
[SVN r66108]
2010-10-19 19:45:31 +00:00
David Bellot
c6c7572eda
updated version number in doc to 1.45
...
[SVN r66105]
2010-10-19 19:40:44 +00:00
David Bellot
93663a3c4c
updated version number in doc to 1.45
...
[SVN r66104]
2010-10-19 19:38:22 +00:00
David Bellot
e371349635
beta ublas for 1.45
...
[SVN r66085]
2010-10-19 07:01:35 +00:00
David Bellot
8688d5758d
just added a few names in the contributors list :-)
...
[SVN r64993]
2010-08-25 12:02:54 +00:00
David Bellot
bee3b5073e
Adding the first version of the doxygen documentation
...
[SVN r63627]
2010-07-04 19:27:27 +00:00
David Bellot
1bea93beb3
changed a path
...
[SVN r63618]
2010-07-04 18:25:39 +00:00
David Bellot
178d51c51a
Doxygen configuration
...
[SVN r63617]
2010-07-04 18:22:52 +00:00
David Bellot
d4a9c964ed
reverted to htm notation (sorry my mistake)
...
included test for assigment operator
remove old release notes file
[SVN r63567]
2010-07-03 22:00:48 +00:00
David Bellot
2d6fadf08c
added doc and test for assignment operator. Needs further testing
...
[SVN r62576]
2010-06-08 14:21:15 +00:00
Gunter Winkler
49625dca3a
see #4202 : fixed some typos and grammar mistakes
...
[SVN r61880]
2010-05-09 20:05:07 +00:00
Jeremiah Willcock
7c3a89e679
Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
...
[SVN r61437]
2010-04-20 18:49:18 +00:00
Gunter Winkler
ae48dc054f
see #3539 :
...
added release note and warning
[SVN r61137]
2010-04-07 19:33:51 +00:00
Gunter Winkler
75a8a010aa
see #3501 : moved release note entry to correct release
...
[SVN r61114]
2010-04-06 20:15:11 +00:00
Gunter Winkler
5894ea3de4
see #3968 : added line to release notes
...
[SVN r61111]
2010-04-06 19:44:27 +00:00
Gunter Winkler
f3d44c0ba7
see #3449 : introduce new free functions to access matrix/vector properties (Incomplete)
...
* added short documentation to release_notes page
[SVN r57209]
2009-10-28 23:01:59 +00:00
Gunter Winkler
69c311b4a0
see #3501 : Reusing concepts from different compile units yields multiple defined symbols (Incomplete)
...
* updated documentation
[SVN r57208]
2009-10-28 22:54:18 +00:00
Gunter Winkler
9c2748147a
see #3457 : introduce move semantics to container types (Incomplete)
...
* updated description
[SVN r56622]
2009-10-06 22:12:48 +00:00
Gunter Winkler
3682d548ad
see #3443 : improve documentation
...
* added automatic navigation (using JavaScript)
* fixed anchors
* added boost stylesheet
[SVN r56584]
2009-10-04 22:43:12 +00:00
Gunter Winkler
24ccabe16f
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
[SVN r56248]
2009-09-16 22:00:38 +00:00
Gunter Winkler
ad96ac999d
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
[SVN r56164]
2009-09-12 23:10:38 +00:00
Gunter Winkler
95ffafeb21
see #3443 : reformatted source because it was too ugly to do any changes.
...
[SVN r56162]
2009-09-12 22:55:20 +00:00
Gunter Winkler
20c1cfd18b
see #3396
...
doc/expression_concept.htm:
* splitted required methods into to const and non-const methods
* fixed minor typos
[SVN r56006]
2009-09-03 23:02:19 +00:00
Daniel James
c0f5db721f
Fix a mix up between euclidean and uniform norm. Refs #3056 .
...
[SVN r53675]
2009-06-06 10:33:10 +00:00
Daniel James
f24592a8d9
Fix a couple of typos in the ublas documentation. Fixes #3056 , #3057 .
...
[SVN r53674]
2009-06-06 10:32:04 +00:00
Gunter Winkler
0b2b99b517
* see #2691
...
* fixed typos
* need still some time to think about the "is mutable" comment
[SVN r50917]
2009-01-30 21:19:38 +00:00
Gunter Winkler
0a74f5f85f
* 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
[SVN r50916]
2009-01-30 21:12:32 +00:00
John Maddock
433f4dbfda
Fixed Inspection report issues.
...
[SVN r43607]
2008-03-14 18:32:45 +00:00
Gunter Winkler
51bfae792f
- fixed typo
...
[SVN r42773]
2008-01-14 19:04:43 +00:00
Gunter Winkler
5a764ff776
- added section "nested products"
...
[SVN r40098]
2007-10-16 21:48:01 +00:00
Gunter Winkler
cf9b2d4d59
- added redirect from index.html to real start page: index.htm
...
[SVN r39638]
2007-10-01 13:04:29 +00:00
John Maddock
c990442866
Updated licences using blanket_permission.txt.
...
[SVN r39369]
2007-09-18 17:19:41 +00:00