From: Ulf L. <ul...@wa...> - 2012-12-16 22:29:48
|
Hi, to keep you a bit more busy while the remaining items are finished, maybe we should start looking around for convenient libraries. I do not mind outsourcing this work to you, so feel free to apply for it. :) 1. We need tools for the tests. Specifically, we need - a library/tool to easily do automated tests, somewhat similar to JUnit (check for doings something, throwing of exceptions, anything else?) - preferably, a library for mocking classes, similar to JMock As a goal, here, you might just create a "Hello, world", unit test. 2. We need libraries for the basic maths - A library that can represent multidimensional matrices, and do certain manipulations (something like a matrix multiplication along a certain degree of freedom, vector products / summation along a certain degree of freedom, for later also basic things like eigenvalue calculation) - A library for doing an FFT, which is compatible with the matrix library As a goal here, you could create a simple program that does these manipulations. Comments/Questions? Ulf |