nrmscl - nicolob/pep-full GitHub Wiki

nrmscl

Type: subroutine

Defined in: nrmscl.f

Definition: subroutine NRMSCL(b, scale, nsize, side, msize, print)

Author: m.e.ash

Created: November 1969

Description

subroutine nrmscl - j.f.chandler - 1980 jan
derived from m.e.ash   nov 1969    subroutine nrmsav
scale the coefficient matrix and right side of the normal eqs
option with nsize .ne. nparam used only for call from pprctl
b - normal equation matrix (of size nsize)
scale(i)=1/sqrt(diagonal element i)   (output)
nsize - number of normal equations
side - vector of right hand sides
msize - if 0 then no rhs
print - if true then print scale factors

Included Files

  • inodta.inc

Arguments

  • b
  • scale
  • nsize
  • side
  • msize
  • print

Calls

  • from
  • pagchk

Called By

  • ...

Notes

  • ...
⚠️ **GitHub.com Fallback** ⚠️