GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
larmm(3) LAPACK larmm(3)

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


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

DLARMM

Purpose:


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.

Parameters

ANORM


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.

Definition at line 60 of file dlarmm.f.

SLARMM

Purpose:


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.

Parameters

ANORM


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.

Definition at line 60 of file slarmm.f.

Generated automatically by Doxygen for LAPACK from the source code.

Sun Jan 12 2025 15:13:37 Version 3.12.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.