Interface | Description |
---|---|
ConvertsToDoubleMatrix |
EXPERIMENTAL, not yet used for anything usefull...
|
ConvertsToFloatMatrix | |
DoubleFunction |
Represents a function on doubles.
|
FloatFunction |
Represents a function on floats.
|
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 PM
|
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.
|
Singular | |
Solve |
Solving linear equations.
|
Trigonometry |
Container for trigonometric functions on vectors and matrices.
|
Copyright © 2015. All rights reserved.