On Sun, Sep 20, 2009 at 7:51 AM, Ted Dunning wrote:
> Numerical issues should not impinge on a computation this small.
...
> Your usage appears to be in accord with the suggested usage, but have you
> tried it with a tolerance of, say, 1e-3?
This gives the same result: {(NaN); (NaN); (NaN)}
--
Ax
Numerical issues should not impinge on a computation this small.
For reference, I replicated your computation and found reasonable
eigenvalues and vectors:
> m = matrix(c(0,1,-1,1,1,0,-1,0,1), nrow=3)
> m
[,1] [,2] [,3]
[1,]01 -1
[2,]110
[3,] -101
> eig(m)
Err
Hello
I'm trying to calculate the Eigenvectors of this Wikipedia example:
http://en.wikipedia.org/wiki/Eigenvalue_algorithm#Identifying_eigenvectors
with this JUnit method:
public void testEigenDecomposition() {
double[][] m = { { 0.0, 1.0, -1.0 }, { 1.0, 1.0, 0.0 }, { -1.0,
0.0, 1.0 } };
Phil Steitz wrote:
> The distribution artifacts are here:
> http://people.apache.org/~psteitz/pool-1.5.3-RC1/
>
> The maven artifacts are here:
> http://people.apache.org/~psteitz/pool-1.5.3-RC1/maven/
>
> Votes, please. This vote will close in 72 hours (21-Sept 01:45:00 GMT)
>
> [X] +1
> [ ] +
Gary Gregory wrote:
> Odd: The reports show the tests ran 100%, but the coverage is 0%:
> http://people.apache.org/~psteitz/pool-1.5.3-RC1/site/cobertura/index.html
I missed this in the console output when I generated the site that I
uploaded:
Exception in thread "Thread-0" java.lang.ExceptionIn
Odd: The reports show the tests ran 100%, but the coverage is 0%:
http://people.apache.org/~psteitz/pool-1.5.3-RC1/site/cobertura/index.html
Gary
From: Phil Steitz [phil.ste...@gmail.com]
Sent: Saturday, September 19, 2009 6:25 AM
To: Commons Developers Li
Check, I knew the site is not part of the distro, but I like to check the
reports.
Thank you,
Gary
From: Phil Steitz [phil.ste...@gmail.com]
Sent: Saturday, September 19, 2009 6:25 AM
To: Commons Developers List
Subject: Re: [VOTE] Release Pool 1.5.3
Gary
Gary Gregory wrote:
> Can you generate the site too please?
[pool] does not ship the web site with the distribution. The public
site will be updated post-release to update links and changelog.
Here is the result of "mvn site" from the source distribution:
http://people.apache.org/~psteitz/pool-1
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-configuration-test has an issue affecting its community
integrati
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-primitives has an issue affecting its community integration.
This
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-graph has an issue affecting its community integration.
This issue
11 matches
Mail list logo