# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "gmresls" in publications use:' type: software license: GPL-3.0-or-later title: 'gmresls: Solve Least Squares with GMRES(k)' version: 0.2.2 doi: 10.32614/CRAN.package.gmresls abstract: 'Solves a least squares system Ax~=b (dim(A)=(m,n) with m >= n) with a precondition matrix B: BAx=Bb (dim(B)=(n,m)). Implemented method is based on GMRES (Saad, Youcef; Schultz, Martin H. (1986). "GMRES: A Generalized Minimal Residual Algorithm for Solving Nonsymmetric Linear Systems" ) with callback functions, i.e. no explicit A, B or b are required.' authors: - family-names: Sokol given-names: Serguei email: sokol@insa-toulouse.fr orcid: https://orcid.org/0000-0002-5674-3327 repository: https://CRAN.R-project.org/package=gmresls url: https://forgemia.inra.fr/mathscell/gmresls date-released: '2024-10-17' contact: - family-names: Sokol given-names: Serguei email: sokol@insa-toulouse.fr orcid: https://orcid.org/0000-0002-5674-3327