updateV_cpp: Update Layer-specific Network Generation Rules (C++ version)

View source: R/RcppExports.R

updateV_cppR Documentation

Update Layer-specific Network Generation Rules (C++ version)

Description

Updates V using optimized matrix operations.

Usage

updateV_cpp(Zb, U, R, K, s2, eV, iVV)

Arguments

Zb

3D array (Z - beta), already zeroed below diagonal

U

Latent node positions matrix (N x R)

R

Dimension of latent space

K

Dimensions of Z (N, N, T)

s2

Error variance (scalar)

eV

Prior mean vector for V

iVV

Prior precision matrix for V

Value

Updated V matrix (T x R)


NetworkChange documentation built on April 7, 2026, 9:07 a.m.