fastSquare: Multiplying a symmetric matrix by itself in C++.

Description Usage Arguments Details

Description

Returns the square of a symmetric matrix X.

Usage

1

Arguments

X

A symmetric matrix

Details

A fast implementation of X^2 for symmetric matrices. This helps speed up the I-prior EM algorithm.


iprior documentation built on May 2, 2019, 3:21 a.m.