r-cran-rspectra 0.16-1-1 source package in Ubuntu

Changelog

r-cran-rspectra (0.16-1-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * debhelper-compat 13 (routine-update)
  * dh-update-R to update Build-Depends (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Set upstream metadata fields: Repository.

 -- Andreas Tille <email address hidden>  Fri, 20 May 2022 11:56:44 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Kinetic release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-rspectra_0.16-1-1.dsc 2.1 KiB 33f3dcfff3ec9af528e8a37b7345aeb15d6cdce1be3e7a1e1cff23c05f6c3778
r-cran-rspectra_0.16-1.orig.tar.gz 124.1 KiB cba5d3403d6a7d0e27abf6279fbfea6e0d0fe36b28c688bbadb8eafb3841329a
r-cran-rspectra_0.16-1-1.debian.tar.xz 2.0 KiB b4a949d3f2396c517274cd787cdc5b4e70ed5a039576a0453119b2b3e4c25c24

No changes file available.

Binary packages built by this source

r-cran-rspectra: GNU R solvers for large-scale eigenvalue and SVD problems

 This package provides a R interface to the 'Spectra' library
 <https://spectralib.org/> for large-scale eigenvalue and SVD
 problems. It is typically used to compute a few
 eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
 which is usually more efficient than eigen() if k << n. This package
 provides the 'eigs()' function that does the similar job as in 'Matlab',
 'Octave', 'Python SciPy' and 'Julia'. It also provides the 'svds()' function
 to calculate the largest k singular values and corresponding
 singular vectors of a real matrix. The matrix to be computed on can be
 dense, sparse, or in the form of an operator defined by the user.

r-cran-rspectra-dbgsym: debug symbols for r-cran-rspectra