ctsem (version 3.0.4)

msquare: Right multiply a matrix by its transpose.

Description

Right multiply a matrix by its transpose.

Usage

msquare(x)

Arguments

x

matrix.

Value

matrix.

Examples

Run this code
# NOT RUN {
msquare(t(chol(diag(3,4)+1)))
# }

Run the code above in your browser using DataLab