lowrankRowMatrix: Produces a low rank version of the input matrix

View source: R/networkEiganat.R

lowrankRowMatrixR Documentation

Produces a low rank version of the input matrix

Description

Produces a low rank version of the input matrix

Usage

lowrankRowMatrix(A, k = 2, faster = FALSE)

Arguments

A

input matrix

k

rank to use

faster

boolean

Value

matrix is output

Author(s)

Avants BB

Examples


mat <- matrix(rnorm(300), ncol = 50)
lrmat <- lowrankRowMatrix(mat, 2)


stnava/ANTsR documentation built on April 16, 2024, 12:17 a.m.