| | Element index for package Math_Matrix[ a ]
	[ c ]
	[ d ]
	[ g ]
	[ i ]
	[ m ]
	[ n ]
	[ r ]
	[ s ]
	[ t ]
	[ v ]
	[ w ]
	[ _ ]
 
		top_
							_maxElementIndexin file Matrix.php, method Math_Matrix::_maxElementIndex()Returns the index of the row with the maximum value under column of the element e[i][i]
 
 top
 
 
 
		topc
							cloneMatrixin file Matrix.php, method Math_Matrix::cloneMatrix()Returns a new Math_Matrix object with the same data as the current one
 
 
 
		topd
							determinantin file Matrix.php, method Math_Matrix::determinant()Calculates the matrix determinant using Gaussian elimination with partial pivoting.
 
 
 
		topg
							getColin file Matrix.php, method Math_Matrix::getCol()Returns the column with the given index
getDatain file Matrix.php, method Math_Matrix::getData()Returns the array of arrays.
getDiagonalin file Matrix.php, method Math_Matrix::getDiagonal()Returns the diagonal of a square matrix as a Math_Vector
getElementin file Matrix.php, method Math_Matrix::getElement()Returns the value of the element at (row,col)
getMaxin file Matrix.php, method Math_Matrix::getMax()Returns the maximum value of the elements in the matrix
getMaxIndexin file Matrix.php, method Math_Matrix::getMaxIndex()Gets the position of the element with the maximum value
getMinin file Matrix.php, method Math_Matrix::getMin()Returns the minimum value of the elements in the matrix
getMinIndexin file Matrix.php, method Math_Matrix::getMinIndex()Gets the position of the element with the minimum value
getRowin file Matrix.php, method Math_Matrix::getRow()Returns the row with the given index
getSizein file Matrix.php, method Math_Matrix::getSize()Returns an array with the number of rows and columns in the matrix
getSubMatrixin file Matrix.php, method Math_Matrix::getSubMatrix()Returns a submatrix from the position (row, col), with nrows and ncols
getValueIndexin file Matrix.php, method Math_Matrix::getValueIndex()Gets the position of the first element with the given value
getZeroThresholdin file Matrix.php, method Math_Matrix::getZeroThreshold()Returns the value of the upper bound used to minimize round off errors
 
 
 
		topi
							invertin file Matrix.php, method Math_Matrix::invert()Inverts a matrix using Gauss-Jordan elimination with partial pivoting
isEmptyin file Matrix.php, method Math_Matrix::isEmpty()Checks if the matrix has been initialized.
isMatrixin file Matrix.php, method Math_Matrix::isMatrix()Checks if the object is a Math_Matrix instance
isSquarein file Matrix.php, method Math_Matrix::isSquare()Checks if it is a square matrix (i.e. num rows == num cols)
 
 
 
		topm
							makeHankelin file Matrix.php, method Math_Matrix::makeHankel()Returns a Hankel matrix from a array of size m (C), and (optionally) of
makeHilbertin file Matrix.php, method Math_Matrix::makeHilbert()Returns a Hilbert matrix of the given size: H(i,j) = 1 / (i + j - 1) where {i,j = 1..n}
makeIdentityin file Matrix.php, method Math_Matrix::makeIdentity()Returns the identity matrix of the given size. An alias of Math_Matrix::makeUnit()
makeMatrixin file Matrix.php, method Math_Matrix::makeMatrix()Returns a Math_Matrix object of size (nrows, ncols) filled with a value
makeOnein file Matrix.php, method Math_Matrix::makeOne()Returns the Math_Matrix object of size (nrows, ncols), filled with the value 1 (one)
makeUnitin file Matrix.php, method Math_Matrix::makeUnit()Returns a square unit Math_Matrix object of the given size
makeZeroin file Matrix.php, method Math_Matrix::makeZero()Returns the Math_Matrix object of size (nrows, ncols), filled with the value 0 (zero)
Math_Matrixin file Matrix.php, class Math_MatrixDefines a matrix object.
Math_Matrixin file Matrix.php, method Math_Matrix::Math_Matrix()Constructor for the matrix object
Matrix.phpprocedural page Matrix.phpmultiplyin file Matrix.php, method Math_Matrix::multiply()Multiplies this matrix (A) by another one (B), and stores  the result back in A
 
 top
 
 
 
		topr
							readFromFilein file Matrix.php, method Math_Matrix::readFromFile()Create a matrix from a file, using data stored in the given format
 
 
 
		tops
							scalein file Matrix.php, method Math_Matrix::scale()Scales the matrix by a given factor
scaleRowin file Matrix.php, method Math_Matrix::scaleRow()Multiplies (scales) a row by the given factor
setColin file Matrix.php, method Math_Matrix::setCol()Sets the column with the given index to the array
setDatain file Matrix.php, method Math_Matrix::setData()Validates the data and initializes the internal variables (except for the determinant).
setElementin file Matrix.php, method Math_Matrix::setElement()Sets the value of the element at (row,col)
setRowin file Matrix.php, method Math_Matrix::setRow()Sets the row with the given index to the array
setZeroThresholdin file Matrix.php, method Math_Matrix::setZeroThreshold()Sets the threshold to consider a numeric value as zero:  if number <= epsilon then number = 0
solvein file Matrix.php, method Math_Matrix::solve()Solves a system of linear equations: Ax = b
solveECin file Matrix.php, method Math_Matrix::solveEC()Solves a system of linear equations: Ax = b, using an iterative error correction algorithm
subin file Matrix.php, method Math_Matrix::sub()Substracts a matrix from this one
swapColsin file Matrix.php, method Math_Matrix::swapCols()Swaps the columns with the given indices
swapRowColin file Matrix.php, method Math_Matrix::swapRowCol()Swaps a given row with a given column. Only valid for square matrices.
swapRowsin file Matrix.php, method Math_Matrix::swapRows()Swaps the rows with the given indices
 
 
 
		topt
							toHTMLin file Matrix.php, method Math_Matrix::toHTML()Returns an HTML table representation of the matrix elements
toStringin file Matrix.php, method Math_Matrix::toString()Returns a simple string representation of the matrix
tracein file Matrix.php, method Math_Matrix::trace()Returns the trace of the matrix. Trace = sum(e[i][j]), for all i == j
transposein file Matrix.php, method Math_Matrix::transpose()Transpose the matrix rows and columns
 
 top
 
 top
 
 
		    
 
		    Documentation generated on Mon, 11 Mar 2019 15:39:22 -0400 by phpDocumentor 1.4.4 . PEAR Logo Copyright ©  PHP Group 2004.
	       | 
 |