public class InnerProduct
extends java.lang.Object
implements java.io.Serializable
A : B = trace(A'B) = trace(AB');
| Constructor and Description |
|---|
InnerProduct(Matrix A,
Matrix B)
Compute the inner product of two matrices.
|
| Modifier and Type | Method and Description |
|---|---|
double |
value()
Get the value of the inner product.
|