{ } Raw JSON

bundles / scipy 1.17.1 / scipy / linalg / _decomp_interpolative

module

scipy.linalg._decomp_interpolative

source: /scipy/linalg/_decomp_interpolative.cpython-314-x86_64-linux-gnu.so

Members

Summary

This file is a Cython rewrite of the original Fortran code of "ID: A software package for low-rank approximation of matrices via interpolative decompositions, Version 0.4", written by Per-Gunnar Martinsson, Vladimir Rokhlin, Yoel Shkolnisky, and Mark Tygert.

Extended Summary

The original Fortran code can be found at the last author's current website http://tygert.com/software.html

Notes

The translated functions from the original Fortran77 code are as follows (with various internal functions subsumed into respective functions):

idd_diffsnorm idd_estrank idd_findrank idd_id2svd idd_ldiv idd_poweroftwo idd_reconid idd_snorm iddp_aid iddp_asvd iddp_id iddp_qrpiv iddp_rid iddp_rsvd iddp_svd iddr_aid iddr_asvd iddr_id iddr_qrpiv iddr_rid iddr_rsvd iddr_svd idz_diffsnorm idz_estrank idz_findrank idz_id2svd idz_reconid idz_snorm idzp_aid idzp_asvd idzp_id idzp_qrpiv idzp_rid idzp_rsvd idzp_svd idzr_aid idzr_asvd idzr_id idzr_rid idzr_rsvd idzr_qrpiv idzr_svd

Additional content

This file is a Cython rewrite of the original Fortran code of "ID: A software package for low-rank approximation of matrices via interpolative decompositions, Version 0.4", written by Per-Gunnar Martinsson, Vladimir Rokhlin, Yoel Shkolnisky, and Mark Tygert.

The original Fortran code can be found at the last author's current website http://tygert.com/software.html

References

  • Halko, P.G. Martinsson, and J. A. Tropp, "Finding structure with randomness:

probabilistic algorithms for constructing approximate matrix decompositions", SIAM Review, 53 (2011), pp. 217-288. DOI:10.1137/090771806

  • Cheng, Z. Gimbutas, P.G. Martinsson, V.Rokhlin, "On the Compression of Low

Rank Matrices", SIAM Journal of Scientific Computing, 2005, Vol.26(4), DOI:10.1137/030602678

Copyright (C) 2024 SciPy developers

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Names of the SciPy Developers may not be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Notes

The translated functions from the original Fortran77 code are as follows (with various internal functions subsumed into respective functions):

idd_diffsnorm idd_estrank idd_findrank idd_id2svd idd_ldiv idd_poweroftwo idd_reconid idd_snorm iddp_aid iddp_asvd iddp_id iddp_qrpiv iddp_rid iddp_rsvd iddp_svd iddr_aid iddr_asvd iddr_id iddr_qrpiv iddr_rid iddr_rsvd iddr_svd idz_diffsnorm idz_estrank idz_findrank idz_id2svd idz_reconid idz_snorm idzp_aid idzp_asvd idzp_id idzp_qrpiv idzp_rid idzp_rsvd idzp_svd idzr_aid idzr_asvd idzr_id idzr_rid idzr_rsvd idzr_qrpiv idzr_svd

Aliases

  • scipy.linalg._decomp_interpolative