fastVDiag {iprior} | R Documentation |
Computing a quadratic matrix form in C++.
Description
Returns XdiagyXT.
Usage
fastVDiag(X, y)
Arguments
X |
A symmetric, square matrix of dimension |
y |
A vector of length |
Details
A fast implementation of XdiagyXT. This helps speed up the I-prior EM algorithm.
[Package iprior version 0.7.4 Index]