Learn R Programming

RSSL (version 0.9.3)

svdsqrtm: Taking the square root of a matrix using the singular value decomposition

Description

Taking the square root of a matrix using the singular value decomposition

Usage

svdsqrtm(X)

Arguments

X

matrix; square input matrix

Value

Y matrix; square root of the input matrix