| Name | Description | Type | Package | Framework |
| AllRange | A range over all available indices. | Class | org.jblas.ranges | JBLAS |
|
| ArchFlavor | | Class | org.jblas.util | JBLAS |
|
| ComplexDouble | A complex value with double precision. | Class | org.jblas | JBLAS |
|
| ComplexDoubleMatrix | | Class | org.jblas | JBLAS |
|
| ComplexFloat | A complex value with float precision. | Class | org.jblas | JBLAS |
|
| ComplexFloatMatrix | | Class | org.jblas | JBLAS |
|
| ConvertsToDoubleMatrix | EXPERIMENTAL, not yet used for anything usefull. | Interface | org.jblas | JBLAS |
|
| ConvertsToFloatMatrix | | Interface | org.jblas | JBLAS |
|
| Decompose | Matrix which collects all kinds of decompositions. | Class | org.jblas | JBLAS |
|
| DoubleFunction | Represents a function on doubles. | Interface | org.jblas | JBLAS |
|
| DoubleMatrix | A general matrix class for double typed values. | Class | org.jblas | JBLAS |
|
| Eigen | Eigenvalue and Eigenvector related functions. | Class | org.jblas | JBLAS |
|
| FloatFunction | Represents a function on floats. | Interface | org.jblas | JBLAS |
|
| FloatMatrix | A general matrix class for float typed values. | Class | org.jblas | JBLAS |
|
| Functions | | Class | org.jblas.util | JBLAS |
|
| Geometry | General functions which are geometric in nature. | Class | org.jblas | JBLAS |
|
| IndicesRange | Range which varies over pre-specified indices. | Class | org.jblas.ranges | JBLAS |
|
| Info | | Class | org.jblas | JBLAS |
|
| IntervalRange | Range which varies from a given interval. | Class | org.jblas.ranges | JBLAS |
|
| JavaBlas | in the number of matrix elements. | Class | org.jblas | JBLAS |
|
| LapackArgumentException | LapackException for a specific argument. | Class | org.jblas.exceptions | JBLAS |
|
| LapackConvergenceException | | Class | org.jblas.exceptions | JBLAS |
|
| LapackException | Base class for all exceptions within LAPACK. | Class | org.jblas.exceptions | JBLAS |
|
| LapackPositivityException | | Class | org.jblas.exceptions | JBLAS |
|
| LapackSingularityException | Exception thrown when matrices are singular. | Class | org.jblas.exceptions | JBLAS |
|
| LibraryLoader | | Class | org.jblas.util | JBLAS |
|
| Logger | | Class | org.jblas.util | JBLAS |
|
| Main | A simple command-line style benchmarking program. | Class | org.jblas.benchmark | JBLAS |
|
| MatrixFunctions | This class provides the functions from java. | Class | org.jblas | JBLAS |
|
| NativeBlas | Native BLAS and LAPACK functions. | Class | org.jblas | JBLAS |
|
| NoEigenResultException | | Class | org.jblas.exceptions | JBLAS |
|
| Permutations | Functions which generate random permutations. | Class | org.jblas.util | JBLAS |
|
| PointRange | A PointRange is a range which only has a single point. | Class | org.jblas.ranges | JBLAS |
|
| Random | Created by IntelliJ IDEA. | Class | org.jblas.util | JBLAS |
|
| Range | The Range interface represents basically a set of indices. | Interface | org.jblas.ranges | JBLAS |
|
| RangeUtils | A bunch of static functions for making construction of ranges more uniform. | Class | org.jblas.ranges | JBLAS |
|
| SanityChecks | Run a few sanity checks on the installation to see whether everything runs as expected. | Class | org.jblas.util | JBLAS |
|
| SimpleBlas | This class provides a cleaner direct interface to the BLAS routines by extracting the parameters of the matrices from the matrices itself. | Class | org.jblas | JBLAS |
|
| Singular | | Class | org.jblas | JBLAS |
|
| SizeException | | Class | org.jblas.exceptions | JBLAS |
|
| Solve | Solving linear equations. | Class | org.jblas | JBLAS |
|
| Trigonometry | Container for trigonometric functions on vectors and matrices. | Class | org.jblas | JBLAS |
|
| UnsupportedArchitectureException | | Class | org.jblas.exceptions | JBLAS |