Re: [ojAlgo-user] Devproj does not compile
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Anders P. <an...@op...> - 2010-11-15 20:09:40
|
That was a temporary problem (believe this was the only time ever I checked in code that did't compile). The code compiles now! The org.ojalgo.randon.process.* package is now completely rewritten, and is not compatible with what was there before. Is that package what you were interested in? This code is not "stable" - not sure I'm done refactoring. TestProj contains the junit tests, and could function as a collection of examples. The package structure of TestProj matches that of DevProj. To build ojAlgo from source using the supplied ant script you need to check out all 5 cvs modules. Further the script assumes that DevProj and TestProj are renamed ojAlgo and ojAlgoTests respectively. (Actually you can name the projects anything you want. You just modify build.properties to match.) /Anders On 15 nov 2010, at 15.45, Harsha Nagesh wrote: > Hi - I just checked out code from CVS. There are 2 main problems and the code does not compile. > > org.ojalgo.random.process.MultidemsionalProcess is not checked in and is used in AbstractSimulator in org.ojalgo.randon.process.simulator > This leads to 6 compilation errors. > > Line 56 in AbstractSimulator also has an error "getValue is undefined for the type P". > > I browsed CVS online as well and this class seems to be missing. > Could you please fix these? > > Also, which package/class has unit tests/junits/examples that we could try out to begin with > > Thanks > Harsha > > > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more! > http://p.sf.net/sfu/dell-eql-dev2dev > _______________________________________________ > ojAlgo-user mailing list > ojA...@li... > https://lists.sourceforge.net/lists/listinfo/ojalgo-user > > |