Method matrix/lincom


  LINCOM make a linear combination of analysis objects
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: LINCOM makes a linear combination of the input analysis
               objects. The analysis objects can be inside a matrix object.
 
  CALL:        b = lincom(a1,a2,a3,...,aN,c)
               b = lincom([a1,a2,a3,...,aN],c)
               b = lincom(a1,a2,a3,...,aN,[c1,c2,c3,...,cN])
               b = lincom([a1,a2,a3,...,aN],[c1,c2,c3,...,cN])
               b = lincom(a1,a2,a3,...,aN,pl)
               b = lincom([a1,a2,a3,...,aN],pl)
 
 
               If no plist is specified, the last object should be:
                + an AO of type cdata with the coefficients inside OR
                + a vector of AOs of type cdata with individual coefficients OR
                + a pest object with the coefficients
 
  INPUTS:      ai - Matrix objects with inside AOs or analysis objects. All
                    AOs must be from the same type.
               c  - Analysis object OR pest object with coefficient(s)
               pl - input parameter list
 
  OUTPUTS:     b  - output analysis object
 
  Parameters Description
 
  See also: ao/lincom
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class matrix
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
COEFFS [] none A vector of AOs of type cdata with individual coefficients
or a PEST containing a vector of coefficients
or a vector of numeric coefficients.
back to top back to top

Some information of the method matrix/lincom are listed below:
Class name matrix
Method name lincom
Category Signal Processing
Package name ltpda
VCS Version 3542afe99dea25c636b7ac3b82a9f6f8be9d447d
Min input args 2
Max input args -1
Min output args 1
Max output args -1




©LTP Team