svd: SVD

Description Usage Arguments

Description

Singular value decomposition.

Usage

1
2
3
4
5
## S4 method for signature 'fmlmat'
La.svd(x, nu = min(n, p), nv = min(n, p))

## S4 method for signature 'fmlmat'
svd(x, nu = min(n, p), nv = min(n, p), LINPACK = FALSE)

Arguments

x

An fmlmat matrix.

nu, nv

The number of left/right singular vectors to return. NOTE: currently only supports 0 or non-zero values.

LINPACK

Ignored.


fml-fam/craze documentation built on June 6, 2020, 2:05 p.m.