Package org.jblas

Main linear algebra package.

See:
          Description

Interface Summary
ConvertsToDoubleMatrix  
ConvertsToFloatMatrix  
DoubleFunction Represents a function on doubles.
FloatFunction Represents a function on floats.
 

Class Summary
ComplexDouble A complex value with double precision.
ComplexDoubleMatrix  
ComplexFloat A complex value with float precision.
ComplexFloatMatrix  
Decompose Matrix which collects all kinds of decompositions.
Decompose.LUDecomposition<T>  
DoubleMatrix A general matrix class for double typed values.
Eigen Eigenvalue and Eigenvector related functions.
FloatMatrix A general matrix class for float typed values.
Geometry General functions which are geometric in nature.
JavaBlas Implementation of some Blas functions, mostly those which require linear runtime in the number of matrix elements.
MatrixFunctions This class provides the functions from java.lang.Math for matrices.
NativeBlas Native BLAS and LAPACK functions.
SimpleBlas This class provides a cleaner direct interface to the BLAS routines by extracting the parameters of the matrices from the matrices itself.
Solve Solving linear equations.
Trigonometry Container for trigonometric functions on vectors and matrices.
 

Package org.jblas Description

Main linear algebra package. This package contains the linear algebra packages from jBLAS.



written by Mikio L. Braun and Johannes Schaback