Documentation of 'org.nd4j.linalg.factory.BlasWrapper' Java class
BlasWrapper
org.nd4j.linalg.factory

Interface BlasWrapper<NDARRAY_TYPE extends INDArray>

  • All Known Implementing Classes:
    BlasWrapper


    public interface BlasWrapper<NDARRAY_TYPE extends INDArray>
    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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.