fast_diag {graphicalExtremes} | R Documentation |
Fast computation of diag(y %% M %% t(y))
Description
Fast computation of diag(y %% M %% t(y))
Usage
fast_diag(y, M)
Arguments
y |
Numeric matrix |
M |
Numeric matrix |
Value
Numeric vector
[Package graphicalExtremes version 0.3.4 Index]