Learn R Programming

FluxPoint (version 0.1.2)

sqrtmat: Matrix square root

Description

Matrix square root

Usage

sqrtmat(A)

Value

The square root of A as a numeric matrix. If the result is complex due to rounding, the real part is returned.

Arguments

A

Numeric matrix.