matrix.inner
Compute the inner product between two rectangular matrices
Description
Computes the inner product between two rectangular matrices calling BLAS.
Usage
Arguments
| Argument | Description |
|---|---|
x |
a numeric matrix. |
y |
a numeric matrix. |
Value
a real value, indicating the inner product between two matrices.