LTPDA Toolbox™ | contents | ![]() ![]() |
SVD overloads the svd (singular value decomposition) function for analysis objects. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: SVD overloads the singular value decomposition for analysis objects. CALL: b = svd(a) % only with cdata AOs b = svd(a, pl) % only with cdata AOs INPUTS: pl - a parameter list a - input analysis object OUTPUTS: b - output analysis object Parameters Description %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | ao |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
1D |
2D |
3D |
1D |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
AXIS | 'y' | none | The axis on which to apply the method. |
DIM | [] | none | The dimension of the chosen vector to apply the method to. This is necessary for functions like mean() when applied to matrices held in cdata objects. For tsdata, fsdata or xydata, this option has no effect. |
OPTION | '' | none | A string or value that can be submitted, e.g. 'econ'to produce economy size decomposition. Options are the same as for the matlab function. |
2D |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
AXIS | 'y' |
|
The axis on which to apply the method. |
OPTION | '' | none | A string or value that can be submitted, e.g. 'econ'to produce economy size decomposition. Options are the same as for the matlab function. |
3D |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
AXIS | 'z' |
|
The axis on which to apply the method. |
DIM | [] | none | The dimension of the chosen vector to apply the method to. This is necessary for functions like mean() when applied to matrices held in the z field of xyzdata objects. |
OPTION | '' | none | A string or value that can be submitted, e.g. 'econ'to produce economy size decomposition. Options are the same as for the matlab function. |
Some information of the method ao/svd are listed below: | |
---|---|
Class name | ao |
Method name | svd |
Category | Operator |
Package name | ltpda |
VCS Version | 8ab8cbbc4bccf7543491a24448f4aae0b1be1c43 |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
![]() |
Method: ao/sumjoin | Method: ao/transpose | ![]() |
©LTP Team