# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "lazymatrix" in publications use:' type: software license: GPL-3.0-or-later title: 'lazymatrix: Perform Complex Matrix Operations Symbolically on Sparse Matrices' version: 0.1.0 abstract: Provides a framework for lazy computation on large sparse matrices. Enables lazy evaluation of normalized data matrices, preserving sparsity throughout operations without materializing dense intermediate objects. Implements statistical algorithms including LSQR for sparse least squares as described in Paige and Saunders (1982) and partial singular value decomposition via the augmented implicitly restarted Lanczos bidiagonalization algorithm of Baglama and Reichel (2005) . authors: - family-names: Segersall given-names: Viktor email: viktor.segersall@proton.me repository: https://cran.r-universe.dev commit: ad873006fb612500e3fd1568ba60a71168f18d43 url: https://vsegersall.github.io/lazymatrix/ date-released: '2026-07-14' contact: - family-names: Segersall given-names: Viktor email: viktor.segersall@proton.me