Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 2 of 2 found.
[1] < 1 > [1]  Sort:

svds (Package: RSpectra) : Find the Largest k Singular Values/Vectors of a Matrix

Given an m by n matrix A, function svds() can find its largest k singular values and the corresponding singular vectors. It is also called the Truncated SVD or Partial SVD since it only calculates a subset of the whole singular triplets.
● Data Source: CranContrib
● Keywords: array
● Alias: svds, svds.dgCMatrix, svds.dgRMatrix, svds.dgeMatrix, svds.dsyMatrix, svds.function, svds.matrix
● 0 images

eigs (Package: RSpectra) : Find a Specified Number of Eigenvalues/vectors for Square Matrix

Given an n by n matrix A, function eigs() can calculate a limited number of eigenvalues and eigenvectors of A. Users can specify the selection criteria by argument which, e.g., choosing the k largest or smallest eigenvalues and the corresponding eigenvectors.
● Data Source: CranContrib
● Keywords: array
● Alias: eigs, eigs.dgCMatrix, eigs.dgRMatrix, eigs.dgeMatrix, eigs.dsyMatrix, eigs.function, eigs.matrix, eigs_sym, eigs_sym.function
● 0 images