Package org.ejml.ops

Class Summary
CommonOps Common matrix operations are contained here.
CovarianceOps Contains operations specific to covariance matrices.
CovarianceRandomDraw Generates random vectors based on a zero mean multivariate Gaussian distribution.
EigenOps Additional functions related to eigenvalues and eigenvectors of a matrix.
EjmlUnitTests Contains various functions related to unit testing matrix operations.
MatrixComponent Renders a matrix as an image.
MatrixFeatures Used to compute features that describe the structure of a matrix.
MatrixIO Provides simple to use routines for reading and writing matrices to and from files.
MatrixVisualization Functions for visualizing matrices in a GUI matrices.
NormOps Norms are a measure of the size of a vector or a matrix.
RandomMatrices Contains a list of functions for creating random matrices and vectors with different structures.
ReadCsv Base class for reading CSV formatted files.
ReadMatrixCsv Reads in a matrix that is in a column-space-value (CSV) format.
SingularOps Operations related to singular value decomposition.
SpecializedOps This contains less common or more specialized matrix operations.
 

Exception Summary
EjmlUnitTests.TestException  
 



Copyright © 2012. All Rights Reserved.