org.ejml.alg.dense.mult
Class MatrixMultProduct
- java.lang.Object
-
- org.ejml.alg.dense.mult.MatrixMultProduct
-
public class MatrixMultProduct extends java.lang.ObjectSpecialized operations for performing inner and outer products for matrices.
inner product: B=AT*A
outer product: B=A*AT
-
-
Constructor Summary
Constructors Constructor and Description MatrixMultProduct()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidinner_reorder_upper(RowD1Matrix64F a, RowD1Matrix64F c)static voidinner_reorder(RowD1Matrix64F a, RowD1Matrix64F c)static voidinner_small(RowD1Matrix64F a, RowD1Matrix64F c)static voidouter(RowD1Matrix64F a, RowD1Matrix64F c)
-
-
-
Method Detail
-
outer
public static void outer(RowD1Matrix64F a, RowD1Matrix64F c)
-
inner_small
public static void inner_small(RowD1Matrix64F a, RowD1Matrix64F c)
-
inner_reorder
public static void inner_reorder(RowD1Matrix64F a, RowD1Matrix64F c)
-
inner_reorder_upper
public static void inner_reorder_upper(RowD1Matrix64F a, RowD1Matrix64F c)
-
-
DMelt 3.0 © DataMelt by jWork.ORG