Element index for package JAMA
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ m ]
[ n ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ _ ]
top
a
- $A
- in file Matrix.php, variable Matrix::$A
Matrix storage
- ArgumentBoundsException
- in file Error.php, constant ArgumentBoundsException
- ArgumentTypeException
- in file Error.php, constant ArgumentTypeException
- arrayLeftDivide
- in file Matrix.php, method Matrix::arrayLeftDivide()
arrayLeftDivide
- arrayLeftDivideEquals
- in file Matrix.php, method Matrix::arrayLeftDivideEquals()
arrayLeftDivideEquals
- ArrayLengthException
- in file Error.php, constant ArrayLengthException
- arrayRightDivide
- in file Matrix.php, method Matrix::arrayRightDivide()
arrayRightDivide
- arrayRightDivideEquals
- in file Matrix.php, method Matrix::arrayRightDivideEquals()
arrayRightDivideEquals
- arrayTimes
- in file Matrix.php, method Matrix::arrayTimes()
arrayTimes
- arrayTimesEquals
- in file Matrix.php, method 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
top
top
top
top
g
- get
- in file Matrix.php, method Matrix::get()
get
- getArray
- in file Matrix.php, method Matrix::getArray()
getArray
- getArrayCopy
- in file Matrix.php, method Matrix::getArrayCopy()
getArrayCopy
- getColumnDimension
- in file Matrix.php, method Matrix::getColumnDimension()
getColumnDimension
- getColumnPackedCopy
- in file Matrix.php, method Matrix::getColumnPackedCopy()
getColumnPackedCopy
- getD
- in file EigenvalueDecomposition.php, method EigenvalueDecomposition::getD()
Return the block diagonal eigenvalue matrix
- getDoublePivot
- in file LUDecomposition.php, method LUDecomposition::getDoublePivot()
Alias for getPivot
- getH
- in file QRDecomposition.php, method QRDecomposition::getH()
Return the Householder vectors
- getImagEigenvalues
- in file EigenvalueDecomposition.php, method EigenvalueDecomposition::getImagEigenvalues()
Return the imaginary parts of the eigenvalues
- getL
- in file CholeskyDecomposition.php, method CholeskyDecomposition::getL()
getL
- getL
- in file LUDecomposition.php, method LUDecomposition::getL()
Get lower triangular factor.
- getMatrix
- in file Matrix.php, method Matrix::getMatrix()
getMatrix
- getMatrixByCol
- in file Matrix.php, method Matrix::getMatrixByCol()
getMatrixByCol
- getMatrixByRow
- in file Matrix.php, method Matrix::getMatrixByRow()
getMatrixByRow
- getPivot
- in file LUDecomposition.php, method LUDecomposition::getPivot()
Return pivot permutation vector.
- getQ
- in file QRDecomposition.php, method QRDecomposition::getQ()
Generate and return the (economy-sized) orthogonal factor
- getR
- in file QRDecomposition.php, method 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 Matrix::getRowDimension()
getRowDimension
- getRowPackedCopy
- in file Matrix.php, method Matrix::getRowPackedCopy()
getRowPackedCopy
- 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 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
top
j
- JAMAError
- in file Error.php, function JAMAError()
Custom error handler
- JAMALANG
- in file Error.php, constant JAMALANG
top
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.
- Matrix
- in file Matrix.php, class Matrix
- MatrixDimensionException
- in file Error.php, constant MatrixDimensionException
- MatrixRankException
- in file Error.php, constant MatrixRankException
- MatrixSingularException
- in file Error.php, constant MatrixSingularException
- MatrixSPDException
- in file Error.php, constant MatrixSPDException
- 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 Matrix::minus()
minus
- minusEquals
- in file Matrix.php, method Matrix::minusEquals()
minusEquals
- mprint
- in file Matrix.php, method Matrix::mprint()
Older debugging utility for backwards compatability.
- MagicSquareExample.php
- procedural page MagicSquareExample.php
- Matrix.php
- procedural page Matrix.php
- Maths.php
- procedural page Maths.php
top
top
top
top
r
- random
- in file Matrix.php, method Matrix::random()
random
- RAND_MAX
- in file Matrix.php, constant RAND_MAX
- RAND_MIN
- in file Matrix.php, constant RAND_MIN
- rank
- in file Matrix.php, method Matrix::rank()
Matrix rank
- 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
top
top
top
|
|