/* * Java Numerical Toolkit (JNT) for Linear Algebra * * BETA VERASION INCOMPLETE AND SUBJECT TO CHANGE * * Mathematical and Computational Sciences Division * National Institute of Standards and Technology * */ /** * Optimized kernels of the Basic Linear Algebra Subprograms (BLAS) * in Java. Currently has only various unrolled versions of * daxpy() and ddot() kernels. Final implementation will * include Level 1, 2, and 3 kernels. * * @version 0.20 11 Sep 1997 * @author Roldan Pozo */ import java.math.*; public class JBLAS { public static final void daxpy(int N, double a, double x[], int x_off, double y[], int y_off) { for (int i=0; i 0) { for (int i=0; i 0) { for (int i=0; i 0) { for (int i=0; i 0) { for (int i=0; i 0) { for (int i=0; i