Skip to content
Snippets Groups Projects
Commit 9a78bb6f authored by Oliver Sander's avatar Oliver Sander
Browse files

[doc,release] Fix errors in comments

parent 77e9554e
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,10 @@ namespace Dune {
\note If the input matrix is not symmetric the behavior of this method is undefined.
This implementation was adapted from the pseudo-code (Python?) implementation found on
http://en.wikipedia.org/wiki/Eigenvalue_algorithm (retrieved lated August 2014).
http://en.wikipedia.org/wiki/Eigenvalue_algorithm (retrieved late August 2014).
Wikipedia claims to have taken it from
Smith, Oliver K. (April 1961), Eigenvalues of a symmetric 3 × 3 matrix., Communications of the ACM 4 (4): 168, doi:10.1145/355578.366316
Smith, Oliver K. (April 1961), Eigenvalues of a symmetric 3 × 3 matrix.,
Communications of the ACM 4 (4): 168, doi:10.1145/355578.366316
*/
template <typename K>
static void eigenValues(const FieldMatrix<K, 3, 3>& matrix,
......
......@@ -24,7 +24,7 @@ namespace Dune {
* \param p The path to concatenate onto base.
*
* If p is an absolute path, return p. Otherwise return the
* string-concatenation of base and path, possibly with a '/' inbetween, if
* string-concatenation of base and path, possibly with a '/' in between, if
* necessary.
*
* Some examples:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment