eigenMatMult {diffudist} | R Documentation |
Matrix Multiplication using RcppEigen
Description
Matrix multiplication of the two matrices in input.
Usage
eigenMatMult(A, B)
Arguments
A |
numeric matrix of dimension |
B |
numeric matrix of dimension |
Value
C matrix of dimension m \times p
of the row-column product of A and B and C
[Package diffudist version 1.0.1 Index]