public class MatrixMultProduct extends Object
Specialized operations for performing inner and outer products for matrices.
inner product: B=AT*A
outer product: B=A*AT
| Constructor and Description |
|---|
MatrixMultProduct() |
| Modifier and Type | Method and Description |
|---|---|
static void |
inner_reorder_upper(RowD1Matrix64F a,
RowD1Matrix64F c) |
static void |
inner_reorder(RowD1Matrix64F a,
RowD1Matrix64F c) |
static void |
inner_small(RowD1Matrix64F a,
RowD1Matrix64F c) |
static void |
outer(RowD1Matrix64F a,
RowD1Matrix64F c) |
public static void outer(RowD1Matrix64F a, RowD1Matrix64F c)
public static void inner_small(RowD1Matrix64F a, RowD1Matrix64F c)
public static void inner_reorder(RowD1Matrix64F a, RowD1Matrix64F c)
public static void inner_reorder_upper(RowD1Matrix64F a, RowD1Matrix64F c)
Copyright © 2013. All Rights Reserved.