A B C D E G H I K L M N O P Q R S T U V Z

E

EigenvalueDecomposition - class org.jmatrices.dbl.decomposition.EigenvalueDecomposition.
EigenvalueDecomposition If A is symmetric, then A = V*D*V' where the eigenvalue matrix D is diagonal and the eigenvector matrix V is orthogonal.
EigenvalueDecomposition(Matrix) - Constructor for class org.jmatrices.dbl.decomposition.EigenvalueDecomposition
Check for symmetry, then construct the eigenvalue decomposition
ebeTransform(Matrix, MatrixEBETransformation) - Static method in class org.jmatrices.dbl.transformer.MatrixEBETransformer
Performs a ebeTransform on a matrix
ebeTransform(Matrix, MatrixConditionalEBETransformation) - Static method in class org.jmatrices.dbl.transformer.MatrixEBETransformer
Performs a ebeTransform on a matrix
eig(Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
embedDiagonal(Matrix, int) - Static method in class org.jmatrices.dbl.transformer.MatrixTransformer
Returns a matrix with diagonal (indicated by offset) composed of the elements from the passed row or column vector m
extractDiagonal(Matrix, int) - Static method in class org.jmatrices.dbl.transformer.MatrixTransformer
Gets the elements of the indicated diagonal (offset) as a column vector
extractLowerTriangular(Matrix, int) - Static method in class org.jmatrices.dbl.transformer.MatrixTransformer
Extracts the lower triangular matrix given an offset that indicates the relative diagonal
extractUpperTriangular(Matrix, int) - Static method in class org.jmatrices.dbl.transformer.MatrixTransformer
Extracts the upper triangular matrix given an offset that indicates the relative diagonal
eye(int, int) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 

A B C D E G H I K L M N O P Q R S T U V Z