Package org.jblas.la

Main linear algebra package.

See:
          Description

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

Class Summary
Blas  
ComplexDoubleMatrix  
ComplexFloatMatrix  
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.
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.la Description

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



written by Mikio L. Braun and Johannes Schaback