Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.encog.mathutil.matrices Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
BasicHessianSome basic code used to calculate Hessian matrixes.Classorg.encog.mathutil.matrices.hessianHeatonReasearch
BiPolarUtilThis class contains a number of utility methods used to work with bipolar numbers.Classorg.encog.mathutil.matricesHeatonReasearch
ChainRuleWorkerA threaded worker that is used to calculate the first derivatives of the output of the neural network.Classorg.encog.mathutil.matrices.hessianHeatonReasearch
CholeskyDecompositionCholesky Decomposition.Classorg.encog.mathutil.matrices.decompositionHeatonReasearch
ComputeHessianCompute (estimate) the Hessian matrix.Interfaceorg.encog.mathutil.matrices.hessianHeatonReasearch
EigenvalueDecompositionEigenvalues and eigenvectors of a real matrix.Classorg.encog.mathutil.matrices.decompositionHeatonReasearch
HessianCRCalculate the Hessian matrix using the chain rule method.Classorg.encog.mathutil.matrices.hessianHeatonReasearch
HessianFDCalculate the Hessian matrix using the finite difference method.Classorg.encog.mathutil.matrices.hessianHeatonReasearch
LUDecomposition For an m-by-n matrix A with m >= n, the LU decomposition is an m-by-n unit lower triangular matrix L, an n-by-n upper triangular matrix U, and aClassorg.encog.mathutil.matrices.decompositionHeatonReasearch
MatrixThis class implements a mathematical matrix.Classorg.encog.mathutil.matricesHeatonReasearch
MatrixErrorUsed by the matrix classes to indicate an error.Classorg.encog.mathutil.matricesHeatonReasearch
MatrixMathThis class can perform many different mathematical operations on matrixes.Classorg.encog.mathutil.matricesHeatonReasearch
QRDecomposition For an m-by-n matrix A with m >= n, the QR decomposition is an m-by-n orthogonal matrix Q and an n-by-n upper triangular matrix R so that A = Q*R.Classorg.encog.mathutil.matrices.decompositionHeatonReasearch
SingularValueDecompositionSingular Value Decomposition.Classorg.encog.mathutil.matrices.decompositionHeatonReasearch