JAMA
[ class tree: JAMA ] [ index: JAMA ] [ all elements ]

Class: SingularValueDecomposition

Source Location: /PHPExcel/Shared/JAMA/SingularValueDecomposition.php

Class Overview




Author(s):

  • Paul Meagher

Version:

  • 1.1

Variables

Methods



Class Details

[line 20]


Tags:

author:  Paul Meagher
version:  1.1
license:  PHP


[ Top ]


Class Variables

$m =

[line 44]

Row dimension.

Row dimension.



Type:   int


[ Top ]

$n =

[line 50]

Column dimension.

Column dimension.



Type:   int


[ Top ]

$s = array()

[line 38]

Internal storage of singular values.

Internal storage of singular values.



Type:   array


[ Top ]

$U = array()

[line 26]

Internal storage of U.

Internal storage of U.



Type:   array


[ Top ]

$V = array()

[line 32]

Internal storage of V.

Internal storage of V.



Type:   array


[ Top ]



Class Methods


constructor SingularValueDecomposition [line 60]

Structure SingularValueDecomposition( $A $Arg)

Construct the singular value decomposition Derived from LINPACK code.

Construct the singular value decomposition Derived from LINPACK code.




Tags:

return:  to access U, S and V.


Parameters:

$A   $Arg   Rectangular matrix

[ Top ]

method cond [line 482]

max(S)/min(S) cond( )

Two norm condition number

Two norm condition number




Tags:

access:  public


[ Top ]

method getS [line 459]

S getS( )

Return the diagonal matrix of singular values

Return the diagonal matrix of singular values




Tags:

access:  public


[ Top ]

method getSingularValues [line 450]

diagonal getSingularValues( )

Return the one-dimensional array of singular values

Return the one-dimensional array of singular values




Tags:

return:  of S.
access:  public


[ Top ]

method getU [line 432]

U getU( )

Return the left singular vectors

Return the left singular vectors




Tags:

access:  public


[ Top ]

method getV [line 441]

V getV( )

Return the right singular vectors

Return the right singular vectors




Tags:

access:  public


[ Top ]

method norm2 [line 473]

max(S) norm2( )

Two norm

Two norm




Tags:

access:  public


[ Top ]

method rank [line 491]

Number rank( )

Effective numerical matrix rank

Effective numerical matrix rank




Tags:

return:  of nonnegligible singular values.
access:  public


[ Top ]


Documentation generated on Mon, 05 Jan 2009 20:38:30 +0100 by phpDocumentor 1.4.1