Package org.jblas

Class SimpleBlas

java.lang.Object
org.jblas.SimpleBlas

public class SimpleBlas extends Object

This class provides a cleaner direct interface to the BLAS routines by extracting the parameters of the matrices from the matrices itself.

For example, you can just pass the vector and do not have to pass the length, corresponding DoubleBuffer, offset and step size explicitly.

Currently, all the general matrix routines are implemented.