Skip to content

Commit

Permalink
added proper name for Nagi Teramo
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 5, 2015
1 parent 3edb331 commit fa695f0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions _posts/2013-01-18-gsl-for-eigenvalues.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ getEigenValues(Z)


<pre class="output">
[1] 14.2100108 2.4099205 1.6855884 0.3318872
[1] 14.210011 2.409920 1.685588 0.331887
</pre>

In comparison, R gets the same results (in reverse order) and also returns the eigenvectors.
Expand All @@ -68,12 +68,12 @@ eigen(Z)

<pre class="output">
$values
[1] 14.2100108 2.4099205 1.6855884 0.3318872
[1] 14.210011 2.409920 1.685588 0.331887

$vectors
[,1] [,2] [,3] [,4]
[1,] 0.69988018 0.55799500 0.4458363 -0.006269593
[2,] -0.06833365 0.08432954 0.0157046 0.993968010
[3,] 0.44099657 0.15334070 -0.8837594 0.031271471
[4,] 0.55769191 -0.81118231 0.1412537 0.104930365
[,1] [,2] [,3] [,4]
[1,] 0.6998802 -0.5579950 0.4458363 -0.00626959
[2,] -0.0683337 -0.0843295 0.0157046 0.99396801
[3,] 0.4409966 -0.1533407 -0.8837594 0.03127147
[4,] 0.5576919 0.8111823 0.1412537 0.10493036
</pre>
2 changes: 1 addition & 1 deletion _posts/2014-12-27-Rtree-examples.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Create an R-tree data structure using Rcpp and Boost&#58;&#58;Geometry
author: teramonagi and Dirk Eddelbuettel
author: Nagi Teramo and Dirk Eddelbuettel
license: GPL (>= 2)
mathjax: false
tags: boost
Expand Down
Binary file modified articles/figure/2014-12-27-Rtree-examples-unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figure/2014-12-27-Rtree-examples-unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/2014-12-27-Rtree-examples.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/**
* @title Create an R-tree data structure using Rcpp and Boost::Geometry
* @author teramonagi and Dirk Eddelbuettel
* @author Nagi Teramo and Dirk Eddelbuettel
* @license GPL (>= 2)
* @mathjax false
* @tags boost
Expand Down

0 comments on commit fa695f0

Please sign in to comment.