パッケージ: r-cran-rspectra (0.16-2-1)
r-cran-rspectra に関するリンク
Debian の資源:
r-cran-rspectra ソースパッケージをダウンロード:
- [r-cran-rspectra_0.16-2-1.dsc]
- [r-cran-rspectra_0.16-2.orig.tar.gz]
- [r-cran-rspectra_0.16-2-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [cran.r-project.org]
類似のパッケージ:
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 関連パッケージ
|
|
|
|
-
- dep: libblas3
- 基本線形代数のリファレンス実装 - 共有ライブラリ
- または libblas.so.3
- 以下のパッケージによって提供される仮想パッケージです: libatlas3-base, libblas3, libblis4-openmp, libblis4-pthread, libblis4-serial, libopenblas0-openmp, libopenblas0-pthread, libopenblas0-serial
-
- dep: libc6 (>= 2.23)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 4.0)
- GCC 共有ライブラリ
-
- dep: liblapack3
- 線形代数ルーチンライブラリ 3 - 共有ライブラリ版
- または liblapack.so.3
- 以下のパッケージによって提供される仮想パッケージです: libatlas3-base, liblapack3, libopenblas0-openmp, libopenblas0-pthread, libopenblas0-serial
-
- dep: libstdc++6 (>= 14)
- GNU 標準 C++ ライブラリ v3
-
- dep: r-api-4.0
- 以下のパッケージによって提供される仮想パッケージです: r-base-core
-
- dep: r-cran-matrix (>= 1.1-0)
- GNU R package of classes for dense and sparse matrices
-
- dep: r-cran-rcpp (>= 0.11.5)
- GNU R package for Seamless R and C++ Integration
-
- dep: r-cran-rcppeigen (>= 0.3.3.3.0)
- GNU R package for Eigen templated linear algebra
-
- sug: r-cran-knitr
- GNU R package for dynamic report generation using Literate Programming
-
- sug: r-cran-rmarkdown
- convert R markdown documents into a variety of formats