JLAPACK - compiling LAPACK Fortran to Java

  • Authors:
  • David M. Doolin;Jack Dongarra;Keith Seymour

  • Affiliations:
  • Department of Civil and Environmental Engineering, University of California, Berkeley, CA, USA;(Correspd. dongarra@cs.utk.edu) Math. Sci. Sctn., Oak Ridge Natl. Lab., Oak Ridge, TN 37831, USA and Dept. of Comp. Sci., Univ. of Tennessee, Knoxville, TN, USA;Department of Computer Science, University of Tennessee, Knoxville, TN, USA

  • Venue:
  • Scientific Programming
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

The JLAPACK project provides the LAPACK numerical subroutines translated from their subset Fortran 77 source into class files, executable by the Java Virtual Machine (JVM) and suitable for use by Java programmers. This makes it possible for Java applications or applets, distributed on the World Wide Web (WWW) to use established legacy numerical code that was originally written in Fortran. The translation is accomplished using a special purpose Fortran-to-Java (source-to-source) compiler. The LAPACK API will be considerably simplified to take advantage of Java’s object-oriented design. This report describes the research issues involved in the JLAPACK project, and its current implementation and status.