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.




Tags:

access:  private

Type:   int


[ Top ]

$n =

[line 50]

Column dimension.

Column dimension.




Tags:

access:  private

Type:   int


[ Top ]

$s = array()

[line 38]

Internal storage of singular values.

Internal storage of singular values.




Tags:

access:  private

Type:   array


[ Top ]

$U = array()

[line 26]

Internal storage of U.

Internal storage of U.




Tags:

access:  private

Type:   array


[ Top ]

$V = array()

[line 32]

Internal storage of V.

Internal storage of V.




Tags:

access:  private

Type:   array


[ Top ]



Class Methods


constructor __construct [line 61]

Structure __construct( $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.
access:  public


Parameters:

$A   $Arg   Rectangular matrix

[ Top ]

method cond [line 503]

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

Two norm condition number

Two norm condition number




Tags:

access:  public


[ Top ]

method getS [line 475]

S getS( )

Return the diagonal matrix of singular values

Return the diagonal matrix of singular values




Tags:

access:  public


[ Top ]

method getSingularValues [line 464]

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 442]

U getU( )

Return the left singular vectors

Return the left singular vectors




Tags:

access:  public


[ Top ]

method getV [line 453]

V getV( )

Return the right singular vectors

Return the right singular vectors




Tags:

access:  public


[ Top ]

method norm2 [line 492]

max(S) norm2( )

Two norm

Two norm




Tags:

access:  public


[ Top ]

method rank [line 514]

Number rank( )

Effective numerical matrix rank

Effective numerical matrix rank




Tags:

return:  of nonnegligible singular values.
access:  public


[ Top ]


Documentation generated on Mon, 10 Aug 2009 08:07:51 +0200 by phpDocumentor 1.4.1