Package org.jblas
Main linear algebra package.
This package contains the linear algebra packages from jBLAS.
-
Interface Summary Interface Description ConvertsToDoubleMatrix EXPERIMENTAL, not yet used for anything usefull...ConvertsToFloatMatrix DoubleFunction Represents a function on doubles.FloatFunction Represents a function on floats. -
Class Summary Class Description 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> Class to hold an LU decomposition result.Decompose.QRDecomposition<T> Class to represent a QR decomposition.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.Info Information class which holds the version String User: mikio Date: 2/12/13 Time: 3:28 PMJavaBlas 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.NativeBlasLibraryLoader Help class for loading libraries needed for NativeBlas The only use of this class is to have NativeBlas inherit from this class.SimpleBlas This class provides a cleaner direct interface to the BLAS routines by extracting the parameters of the matrices from the matrices itself.Singular Solve Solving linear equations.Trigonometry Container for trigonometric functions on vectors and matrices.