Document: libejml-java
Title: Efficient Java Matrix Library
Author: Peter Abeles
Abstract: Efficient Java Matrix Library (EJML) is a linear algebra library for manipulating dense matrices.
Its design goals are;
1) to be as computationally efficient as possible for both small and large
matrices, and
2) to be accessible to both novices and experts.
These goals are accomplished by dynamically selecting the best algorithms to
use at runtime and by designing a clean API.
Section: Programming/Java
Format: pdf
Files: /usr/share/doc/libejml-java/ManualEJML.pdf.gz
|