Uses of Interface
cern.colt.matrix.linalg.Blas
Packages that use Blas
Package
Description
Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D.-
Uses of Blas in cern.colt.matrix.linalg
Classes in cern.colt.matrix.linalg that implement BlasModifier and TypeClassDescriptionclassSequential implementation of the Basic Linear Algebra System.classParallel implementation of the Basic Linear Algebra System for symmetric multi processing boxes.Fields in cern.colt.matrix.linalg declared as BlasModifier and TypeFieldDescriptionstatic final BlasSeqBlas.seqBlasLittle trick to allow for "aliasing", that is, renaming this class.protected BlasSmpBlas.seqBlasstatic BlasSmpBlas.smpBlasThe public global parallel blas; initialized viaSmpBlas.allocateBlas(int, Blas).Methods in cern.colt.matrix.linalg with parameters of type BlasModifier and TypeMethodDescriptionstatic voidSmpBlas.allocateBlas(int maxThreads, Blas seqBlas) Sets the public global variable SmpBlas.smpBlas to a blas using a maximum of maxThreads threads, each executing the given sequential algorithm; maxThreads is normally the number of CPUs.Constructors in cern.colt.matrix.linalg with parameters of type Blas