Index

A B C D E F G H I L M N O P Q R S T V W Z 
All Classes|All Packages|Constant Field Values

E

E - Static variable in class linalg.complex_number.CNumber
The double value closer than any other to Euler's Constant e = 2.71828...
eig() - Method in class linalg.Vector
Computes the eigenvalues and associated eigenvectors for a square matrix.
eigVals() - Method in class linalg.Vector
Computes the eigenvalues of a matrix.
eigVecs() - Method in class linalg.Vector
Computes the right eigenvectors of a matrix.
elemDiv(Matrix) - Method in class linalg.Vector
Performs element-wise division on two matrices of the same dimensions.
elemMult(Matrix) - Method in class linalg.Vector
Performs element-wise multiplication of two matrices.
equals(double) - Method in class linalg.complex_number.CNumber
Checks for equivalence between two complex numbers

Also see CNumber.equals(Object)
equals(Object) - Method in class linalg.complex_number.CNumber
Checks for equivalence between two complex numbers
equals(Matrix) - Method in class linalg.Vector
Checks if two matrices are element-wise equivalent.
erref() - Method in class linalg.Vector
Computes reduced extended row-echelon form of matrix.
ExampleMatrices - Class in linalg.util
This interface just contains some different matrices for testing purposes.
exp(double) - Static method in class linalg.complex_number.CNumber
 
exp(CNumber) - Static method in class linalg.complex_number.CNumber
 
extend(int) - Method in class linalg.Vector
Extends a row or column vector to form a matrix.
extend2D(double[], int) - Static method in class linalg.util.LinAlgArrayUtils
Extends a 1D array to 2D along a specified axis.
extend2D(int[], int) - Static method in class linalg.util.LinAlgArrayUtils
Extends a 1D array to 2D along a specified axis.
extend2D(CNumber[], int) - Static method in class linalg.util.LinAlgArrayUtils
Extends a 1D array to 2D along a specified axis.
A B C D E F G H I L M N O P Q R S T V W Z 
All Classes|All Packages|Constant Field Values