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

Class: CholeskyDecomposition

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

Class Overview




Author(s):

  • Michael Bommarito
  • Paul Meagher

Version:

  • 1.2

Variables

Methods



Class Details

[line 18]


Tags:

author:  Michael Bommarito
author:  Paul Meagher
version:  1.2


[ Top ]


Class Variables

$isspd =  true

[line 38]

Symmetric positive definite flag

Symmetric positive definite flag




Tags:

access:  private

Type:   boolean


[ Top ]

$L = array()

[line 24]

Decomposition storage

Decomposition storage




Tags:

access:  private

Type:   array


[ Top ]

$m =

[line 31]

Matrix row and column dimension

Matrix row and column dimension




Tags:

access:  private

Type:   int


[ Top ]



Class Methods


constructor CholeskyDecomposition [line 45]

CholeskyDecomposition CholeskyDecomposition( [mixed $A = null])

CholeskyDecomposition

CholeskyDecomposition Class constructor - decomposes symmetric positive definite matrix




Parameters:

mixed   $A   Matrix square symmetric positive definite matrix

[ Top ]

method getL [line 88]

Matrix getL( )

getL Return triangular factor.

getL Return triangular factor.




Tags:

return:  Lower triangular matrix


[ Top ]

method isSPD [line 79]

boolean isSPD( )

Is the matrix symmetric and positive definite?

Is the matrix symmetric and positive definite?




[ Top ]

method solve [line 97]

Matrix solve( [$B $B = null])

Solve A*X = B

Solve A*X = B




Tags:

return:  L * L' * X = B


Parameters:

$B   $B   Row-equal matrix

[ Top ]


Documentation generated on Mon, 05 Jan 2009 20:36:40 +0100 by phpDocumentor 1.4.1