logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

larmm - larmm: scale factor to avoid overflow, step in latrs

Author

Generated automatically by Doxygen for LAPACK from the source code. Version 3.12.0 Thu Aug 7 2025 17:26:25 larmm(3)

Detailed Description

Function Documentation

doubleprecisionfunctiondlarmm(doubleprecisionanorm,doubleprecisionbnorm,doubleprecisioncnorm)DLARMMPurpose: DLARMM returns a factor s in (0, 1] such that the linear updates (s * C) - A * (s * B) and (s * C) - (s * A) * B cannot overflow, where A, B, and C are matrices of conforming dimensions. This is an auxiliary routine so there is no argument checking. ParametersANORM ANORM is DOUBLE PRECISION The infinity norm of A. ANORM >= 0. The number of rows of the matrix A. M >= 0. BNORM BNORM is DOUBLE PRECISION The infinity norm of B. BNORM >= 0. CNORM CNORM is DOUBLE PRECISION The infinity norm of C. CNORM >= 0. References: C. C. Kjelgaard Mikkelsen and L. Karlsson, Blocked Algorithms for Robust Solution of Triangular Linear Systems. In: International Conference on Parallel Processing and Applied Mathematics, pages 68--78. Springer, 2017. realfunctionslarmm(realanorm,realbnorm,realcnorm)SLARMMPurpose: SLARMM returns a factor s in (0, 1] such that the linear updates (s * C) - A * (s * B) and (s * C) - (s * A) * B cannot overflow, where A, B, and C are matrices of conforming dimensions. This is an auxiliary routine so there is no argument checking. ParametersANORM ANORM is REAL The infinity norm of A. ANORM >= 0. The number of rows of the matrix A. M >= 0. BNORM BNORM is REAL The infinity norm of B. BNORM >= 0. CNORM CNORM is REAL The infinity norm of C. CNORM >= 0. References: C. C. Kjelgaard Mikkelsen and L. Karlsson, Blocked Algorithms for Robust Solution of Triangular Linear Systems. In: International Conference on Parallel Processing and Applied Mathematics, pages 68--78. Springer, 2017.

Name

larmm - larmm: scale factor to avoid overflow, step in latrs

Synopsis

Functions double precision function dlarmm (anorm, bnorm, cnorm) DLARMM real function slarmm (anorm, bnorm, cnorm) SLARMM

See Also