Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: lsfit.accumulate - Function Up: lsfit - Tool Previous: lsfit - Tool


lsfit.init - Function



Package utility
Module mathematics
Tool lsfit


initialise before accumulation


Synopsis
init(nuk, keep, mode)


Arguments

nuk   nr of unknowns (Input)
    Allowed: int
keep   keep the coefficent matrix (Input)
    Allowed: bool
    Default: T
mode   inversion mode (Input)
    Allowed: string
    Default: 'chol'


Returns
Bool


Description
Initialises and zero n x n matrix, and a vector of length n, in which the information from equations yi  =  $ \sum_{j}^{}$ aij xj can be accumulated. If keep=T, the coefficients of the accumulated constraint equations are kept (see function solve). The various possible inversion modes are Choleski ('chol'), Gauss-Jordan ('gauss') and Singular Value Decomposition ('svd').



next up previous contents index
Next: lsfit.accumulate - Function Up: lsfit - Tool Previous: lsfit - Tool   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15