| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Blas | |
| cern.colt.matrix.linalg | Linear Algebraic matrix computations operating on DoubleMatrix2DandDoubleMatrix1D. | 
| Uses of Blas in cern.colt.matrix.linalg | 
| Classes in cern.colt.matrix.linalg that implement Blas | |
|  class | SeqBlasSequential implementation of the Basic Linear Algebra System. | 
|  class | SmpBlasParallel implementation of the Basic Linear Algebra System for symmetric multi processing boxes. | 
| Fields in cern.colt.matrix.linalg declared as Blas | |
| static Blas | SmpBlas.smpBlasThe public global parallel blas; initialized via SmpBlas.allocateBlas(int, cern.colt.matrix.linalg.Blas). | 
| static Blas | SeqBlas.seqBlasLittle trick to allow for "aliasing", that is, renaming this class. | 
| Methods in cern.colt.matrix.linalg with parameters of type Blas | |
| static void | SmpBlas.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. | 
| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||