From: Anders P. <an...@op...> - 2013-04-30 09:42:49
|
I don't get any compilation errors. Suppose it's a matter of compiler settings. Try changing those, or change the code so that your compiler with its current settings accepts it. /Anders On 26 apr 2013, at 03:22, Bayard Fetler <bf...@gm...> wrote: > I set up Java_5_6 with NetBeans and CVS, but it doesn't compile with Java 6, with the following errors: > > ojalgo_5_6/DevProj/src/org/ojalgo/finance/FinanceUtils.java:112: incompatible types; inferred type argument(s) java.lang.Object do not conform to bounds of type variable(s) K > found : <K>void > required: void > > ojalgo_5_6/DevProj/src/org/ojalgo/random/process/GaussianField.java:95: incompatible types; inferred type argument(s) java.lang.Object do not conform to bounds of type variable(s) K > found : <K>org.ojalgo.random.process.GaussianField.Mean<K> > required: java.lang.Object > this((Mean<K>) GaussianField.mean(), covarFunc, new TreeSet<ComparableToDouble<K>>()); > > Bayard > > > On Thu, Apr 25, 2013 at 1:31 AM, Anders Peterson <an...@op...> wrote: > Sorry, I can't offer CVS support. I use the eclipse tools - it's very simple. /Anders > > <PastedGraphic-1.tiff> > > On 25 apr 2013, at 06:53, Bayard Fetler <bf...@gm...> wrote: > >> How do I access the Java_5_6 branch? If I try >> cvs -z3 -d:pserver:ano...@oj...:/cvsroot/ojalgo co -Pr Java_5_6 DevProj >> I get "no such tag Java_5_6". Apologies, I don't use CVS much. >> >> I got it to compile with Java 7 on Mac and it is much faster, only 6 to 20 times slower with ComplexNumber compared to Double. >> >> However I still need a Java 6 version on Mac due to lack of support from Oracle. >> >> Thanks, >> Bayard >> >> >> On Wed, Apr 24, 2013 at 6:40 AM, Anders Peterson <an...@op...> wrote: >> Please keep discussions like this on the mailing list. >> >> I created a Java_5_6 branch for you, and I supply the ComplexNumber class from the latest release here. The rest you'll have to do yourself. When you're done you may consider creating a patch file to update that branch. In that case please make sure all CVS modules (even the ones you don't use) compile. >> >> /Anders >> >> >> >> >> >> On 23 apr 2013, at 02:19, Bayard Fetler <bf...@gm...> wrote: >> >> > I was busy last week, now back looking at it again. Would you happen to have a Java 6 version in CVS? We are working on upgrading to Java 7, but not fully there yet, especially on Mac due to some incompatibilities. We would very much like to go with ojalgo, since it has continuing development and support. >> > >> > Best regards, >> > Bayard >> > >> > >> > On Fri, Apr 12, 2013 at 2:46 PM, Bayard Fetler <bf...@gm...> wrote: >> > Attached is my source code for the ojalgo SVD Complex and Double comparisons. Also attached is a screenshot from the Netbeans profiler, showing SVDnew32.toDiagonal(). Not shown are SingularValueDecomposition methods computeBidiagonal() and getBidiagonalQ1(), which also take time due to ComplexNumber.multiply(). >> > >> > Hope this helps. >> > >> > Best regards, >> > Bayard Fetler >> > >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >> _______________________________________________ >> ojAlgo-user mailing list >> ojA...@li... >> https://lists.sourceforge.net/lists/listinfo/ojalgo-user >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________ >> ojAlgo-user mailing list >> ojA...@li... >> https://lists.sourceforge.net/lists/listinfo/ojalgo-user > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > ojAlgo-user mailing list > ojA...@li... > https://lists.sourceforge.net/lists/listinfo/ojalgo-user > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________ > ojAlgo-user mailing list > ojA...@li... > https://lists.sourceforge.net/lists/listinfo/ojalgo-user |