sqrtm: Return the square root of general square matrix A

View source: R/RcppExports.R

sqrtmR Documentation

Return the square root of general square matrix A

Description

Return the square root of general square matrix A

Usage

sqrtm(m)

Arguments

m

Matrix to take the square root of.

Value

A square root general square matrix of m


nlmixr documentation built on March 27, 2022, 5:05 p.m.

Related to sqrtm in nlmixr...