Package org.ejml.alg.dense.mult

Class Summary
GeneratorMatrixMatrixMult This class generates code for various matrix matrix multiplication operations.
MatrixMatrixMult This class contains various types of matrix matrix multiplication operations for RowD1Matrix64F.
MatrixMultProduct Specialized operations for performing inner and outer products for matrices.
MatrixVectorMult This class contains various types of matrix vector multiplcation operations for DenseMatrix64F.
SubmatrixOps Operations that are performed on a submatrix inside a larger matrix.
VectorVectorMult Operations that involve multiplication of two vectors.
 

Exception Summary
MatrixDimensionException If two matrices did not have compatible dimensions for the operation this exception is thrown.
 



Copyright © 2012. All Rights Reserved.