Sciweavers

COMPSAC
2009
IEEE

Towards a Next-Generation Matrix Library for Java

13 years 9 months ago
Towards a Next-Generation Matrix Library for Java
Matrices are essential in many fields of computer science, especially when large amounts of data must be handled efficiently. Despite this demand for matrix software, we were unable to find a Java library which was flexible enough to match all our needs. In this paper, we present the Universal Java Matrix Package (UJMP), an innovative software architecture in Java to store and process matrices with interfaces to external data sources such as Excel files or SQL-databases, allowing to handle data which would not fit into main memory. In contrast to all other approaches which we are aware of, our package is the only one to support very large matrices with up to 263 rows or columns. Th use of variable argument lists provides a convenient way for accessing multi-dimensional data without the need to specify dimensionality at compile time. Arbitrary data types be handled through the use of Java Generics. Another key feature is the strict separation of interfaces and classes, making data...
Holger Arndt, Markus Bundschus, Andreas Naegele
Added 22 Jul 2010
Updated 22 Jul 2010
Type Conference
Year 2009
Where COMPSAC
Authors Holger Arndt, Markus Bundschus, Andreas Naegele
Comments (0)