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

Element index for package JAMA

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

__construct
in file QRDecomposition.php, method PHPExcel_Shared_JAMA_QRDecomposition::__construct()
    QR Decomposition computed by Householder reflections.
__construct
in file SingularValueDecomposition.php, method SingularValueDecomposition::__construct()
    Construct the singular value decomposition
__construct
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::__construct()
    Polymorphic constructor
__construct
in file LUDecomposition.php, method PHPExcel_Shared_JAMA_LUDecomposition::__construct()
    LU Decomposition constructor.
__construct
in file CholeskyDecomposition.php, method CholeskyDecomposition::__construct()
    CholeskyDecomposition
__construct
in file EigenvalueDecomposition.php, method EigenvalueDecomposition::__construct()
    Constructor: Check for symmetry, then construct the eigenvalue decomposition
__construct
in file benchmark.php, method Benchmark::__construct()
top

a

$A
in file Matrix.php, variable PHPExcel_Shared_JAMA_Matrix::$A
    Matrix storage
ArgumentBoundsException
in file Matrix.php, class constant PHPExcel_Shared_JAMA_Matrix::ArgumentBoundsException
ArgumentBoundsException
in file Error.php, constant ArgumentBoundsException
ArgumentTypeException
in file Error.php, constant ArgumentTypeException
ArgumentTypeException
in file Matrix.php, class constant PHPExcel_Shared_JAMA_Matrix::ArgumentTypeException
arrayLeftDivide
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::arrayLeftDivide()
    arrayLeftDivide
arrayLeftDivideEquals
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::arrayLeftDivideEquals()
    arrayLeftDivideEquals
ArrayLengthException
in file Matrix.php, class constant PHPExcel_Shared_JAMA_Matrix::ArrayLengthException
ArrayLengthException
in file Error.php, constant ArrayLengthException
arrayRightDivide
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::arrayRightDivide()
    arrayRightDivide
arrayRightDivideEquals
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::arrayRightDivideEquals()
    arrayRightDivideEquals
arrayTimes
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::arrayTimes()
    arrayTimes
arrayTimesEquals
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::arrayTimesEquals()
    arrayTimesEquals
top

b

Benchmark
in file benchmark.php, class Benchmark
    Example of use of Matrix Class, featuring magic squares.
benchmark.php
procedural page benchmark.php
top

c

checkMatrixDimensions
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::checkMatrixDimensions()
    checkMatrixDimensions
CholeskyDecomposition
in file CholeskyDecomposition.php, class CholeskyDecomposition
concat
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::concat()
    concat
cond
in file SingularValueDecomposition.php, method SingularValueDecomposition::cond()
    Two norm condition number
CholeskyDecomposition.php
procedural page CholeskyDecomposition.php
top

d

det
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::det()
    det
det
in file LUDecomposition.php, method PHPExcel_Shared_JAMA_LUDecomposition::det()
    Count determinants
diagonal
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::diagonal()
    diagonal
displayStats
in file benchmark.php, method Benchmark::displayStats()
top

e

EigenvalueDecomposition
in file EigenvalueDecomposition.php, class EigenvalueDecomposition
EigenvalueDecomposition.php
procedural page EigenvalueDecomposition.php
Error.php
procedural page Error.php
top

g

get
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::get()
    get
getArray
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::getArray()
    getArray
getColumnDimension
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::getColumnDimension()
    getColumnDimension
getD
in file EigenvalueDecomposition.php, method EigenvalueDecomposition::getD()
    Return the block diagonal eigenvalue matrix
getDoublePivot
in file LUDecomposition.php, method PHPExcel_Shared_JAMA_LUDecomposition::getDoublePivot()
    Alias for getPivot
getH
in file QRDecomposition.php, method PHPExcel_Shared_JAMA_QRDecomposition::getH()
    Return the Householder vectors
getImagEigenvalues
in file EigenvalueDecomposition.php, method EigenvalueDecomposition::getImagEigenvalues()
    Return the imaginary parts of the eigenvalues
getL
in file LUDecomposition.php, method PHPExcel_Shared_JAMA_LUDecomposition::getL()
    Get lower triangular factor.
getL
in file CholeskyDecomposition.php, method CholeskyDecomposition::getL()
    getL
getMatrix
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::getMatrix()
    getMatrix
getMatrixByCol
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::getMatrixByCol()
    getMatrixByCol
getMatrixByRow
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::getMatrixByRow()
    getMatrixByRow
getPivot
in file LUDecomposition.php, method PHPExcel_Shared_JAMA_LUDecomposition::getPivot()
    Return pivot permutation vector.
getQ
in file QRDecomposition.php, method PHPExcel_Shared_JAMA_QRDecomposition::getQ()
    Generate and return the (economy-sized) orthogonal factor
getR
in file QRDecomposition.php, method PHPExcel_Shared_JAMA_QRDecomposition::getR()
    Return the upper triangular factor
getRealEigenvalues
in file EigenvalueDecomposition.php, method EigenvalueDecomposition::getRealEigenvalues()
    Return the real parts of the eigenvalues
getRowDimension
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::getRowDimension()
    getRowDimension
getS
in file SingularValueDecomposition.php, method SingularValueDecomposition::getS()
    Return the diagonal matrix of singular values
getSingularValues
in file SingularValueDecomposition.php, method SingularValueDecomposition::getSingularValues()
    Return the one-dimensional array of singular values
getU
in file SingularValueDecomposition.php, method SingularValueDecomposition::getU()
    Return the left singular vectors
getU
in file LUDecomposition.php, method PHPExcel_Shared_JAMA_LUDecomposition::getU()
    Get upper triangular factor.
getV
in file SingularValueDecomposition.php, method SingularValueDecomposition::getV()
    Return the right singular vectors
getV
in file EigenvalueDecomposition.php, method EigenvalueDecomposition::getV()
    Return the eigenvector matrix
top

h

hypo
in file Maths.php, function hypo()
top

i

identity
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::identity()
    identity
inverse
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::inverse()
    Matrix inverse or pseudoinverse.
isFullRank
in file QRDecomposition.php, method PHPExcel_Shared_JAMA_QRDecomposition::isFullRank()
    Is the matrix full rank?
isNonsingular
in file LUDecomposition.php, method PHPExcel_Shared_JAMA_LUDecomposition::isNonsingular()
    Is the matrix nonsingular?
isSPD
in file CholeskyDecomposition.php, method CholeskyDecomposition::isSPD()
    Is the matrix symmetric and positive definite?
top

j

JAMAError
in file Error.php, function JAMAError()
    Custom error handler
JAMALANG
in file Error.php, constant JAMALANG
top

l

LUDecomposition.php
procedural page LUDecomposition.php
top

m

magic
in file MagicSquareExample.php, method MagicSquareExample::magic()
    Generate magic square test matrix.
MagicSquareExample
in file MagicSquareExample.php, class MagicSquareExample
    Example of use of Matrix Class, featuring magic squares.
main
in file MagicSquareExample.php, method MagicSquareExample::main()
    Tests LU, QR, SVD and symmetric Eig decompositions.
MatrixDimensionException
in file Matrix.php, class constant PHPExcel_Shared_JAMA_Matrix::MatrixDimensionException
MatrixDimensionException
in file Error.php, constant MatrixDimensionException
MatrixRankException
in file Error.php, constant MatrixRankException
MatrixRankException
in file QRDecomposition.php, class constant PHPExcel_Shared_JAMA_QRDecomposition::MatrixRankException
MatrixSingularException
in file LUDecomposition.php, class constant PHPExcel_Shared_JAMA_LUDecomposition::MatrixSingularException
MatrixSingularException
in file Error.php, constant MatrixSingularException
MatrixSPDException
in file Error.php, constant MatrixSPDException
MatrixSquareException
in file LUDecomposition.php, class constant PHPExcel_Shared_JAMA_LUDecomposition::MatrixSquareException
microtime_float
in file MagicSquareExample.php, method MagicSquareExample::microtime_float()
    Simple function to replicate PHP 5 behaviour
microtime_float
in file benchmark.php, method Benchmark::microtime_float()
    Simple function to replicate PHP 5 behaviour
minus
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::minus()
    minus
minusEquals
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::minusEquals()
    minusEquals
MagicSquareExample.php
procedural page MagicSquareExample.php
Matrix.php
procedural page Matrix.php
Maths.php
procedural page Maths.php
top

n

norm2
in file SingularValueDecomposition.php, method SingularValueDecomposition::norm2()
    Two norm
top

p

PHPExcel_Shared_JAMA_LUDecomposition
in file LUDecomposition.php, class PHPExcel_Shared_JAMA_LUDecomposition
PHPExcel_Shared_JAMA_Matrix
in file Matrix.php, class PHPExcel_Shared_JAMA_Matrix
PHPExcel_Shared_JAMA_QRDecomposition
in file QRDecomposition.php, class PHPExcel_Shared_JAMA_QRDecomposition
plus
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::plus()
    plus
plusEquals
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::plusEquals()
    plusEquals
PolymorphicArgumentException
in file Error.php, constant PolymorphicArgumentException
PolymorphicArgumentException
in file Matrix.php, class constant PHPExcel_Shared_JAMA_Matrix::PolymorphicArgumentException
power
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::power()
    power
PrecisionLossException
in file Error.php, constant PrecisionLossException
top

q

QRDecomposition.php
procedural page QRDecomposition.php
top

r

rank
in file SingularValueDecomposition.php, method SingularValueDecomposition::rank()
    Effective numerical matrix rank
RowLengthException
in file Error.php, constant RowLengthException
run
in file benchmark.php, method Benchmark::run()
runCholesky
in file benchmark.php, method Benchmark::runCholesky()
runEig
in file benchmark.php, method Benchmark::runEig()
runLU
in file benchmark.php, method Benchmark::runLU()
runQR
in file benchmark.php, method Benchmark::runQR()
runSVD
in file benchmark.php, method Benchmark::runSVD()
top

s

$stat
in file benchmark.php, variable Benchmark::$stat
SingularValueDecomposition.php
procedural page SingularValueDecomposition.php
set
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::set()
    set
SingularValueDecomposition
in file SingularValueDecomposition.php, class SingularValueDecomposition
solve
in file CholeskyDecomposition.php, method CholeskyDecomposition::solve()
    Solve A*X = B
solve
in file QRDecomposition.php, method PHPExcel_Shared_JAMA_QRDecomposition::solve()
    Least squares solution of A*X = B
solve
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::solve()
    Solve A*X = B.
solve
in file LUDecomposition.php, method PHPExcel_Shared_JAMA_LUDecomposition::solve()
    Solve A*X = B
top

t

times
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::times()
    times
trace
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::trace()
    trace
transpose
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::transpose()
    transpose
top

u

uminus
in file Matrix.php, method PHPExcel_Shared_JAMA_Matrix::uminus()
    uminus
top

Documentation generated on Sun, 27 Feb 2011 16:26:38 -0800 by phpDocumentor 1.4.3