fast_diag: Fast computation of diag(y %_% M %_% t(y))

View source: R/estimation_helpers.R

fast_diagR 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


graphicalExtremes documentation built on Nov. 14, 2023, 1:07 a.m.