1 of 1 people found the following review helpful
4.0 out of 5 stars
all the nuts & bolts you need, wrapped in newspaper, Jun 22 2004
This review is from: A Numerical Library in Java for Scientists and Engineers (Hardcover)
A true alternative to astronomically expensive numerical Java libraries. It contains a great collection of various algorithms, explains which one to choose, how to use it and what it does. In addition the Java source code is printed which is reason for the high page numbers and should answer even the most specific questions. Finally, there are many references to classic publications for further reading.
This book provides all the information you'll need to solve most numerical problems (linear algebra, non-linear equations, ordinary differential equations, Fourier transform, special functions, time series,...) but unfortunately barely covers interpolation and approximation (e.g. no splines !). Oh, and the typesetting is a bit rough.
Similar to open source projects, I expected the CD included with the book to contain source, a jar file and javadoc ready to be used. Instead you will find the Java sources (in a single "numal" package) and pre-compiled classes only. Algorithms are invoked via static methods in chapter-based classes such as "Basic", "FFT", "Linear_algebra" etc.
I found the usage of "double[1]" rather than "double" a bit confusing. But fortunately the non primitive data types passed on to these methods are defined via interfaces, so no real restrictions when integrating to your project will apply.
I suspect that the author has strong skills in older programming languages such as Fortran or C which may have influenced his Java style (no offense).
So depending on how high your Java skills and expectations are, you might have to spend a few minutes re-organising and refactoring the sources, running javadoc on it and packing it into a jar.
Summarizing I'd say that I would not like to miss this book as it has saved me many hours implementing the methods by myself. If it also covered splines and presented the code more nicely I would definitely give it the missing extra star. The crucial information is there and at the end, that's what you need, right ?
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
1 of 1 people found the following review helpful
5.0 out of 5 stars
A book of good value, Sep 22 2003
By A Customer
This review is from: A Numerical Library in Java for Scientists and Engineers (Hardcover)
It is indispensable to have the source code of such a
high quality numerical library to experiment on the PC.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
5.0 out of 5 stars
Very useful numerical Java library with source code, Sep 11 2003
By A Customer
This review is from: A Numerical Library in Java for Scientists and Engineers (Hardcover)
This book contains some much needed source code of a comprehensive numerical library in Java. This provides a basis for students and researchers to evaluate different numerical methods. For beginners, the library can be used as a black box for solving a wide range of numerical problems. More experienced users can build new modules based on the existing ones, or modify the source code for experimentation.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No