?? index-all.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_03) on Wed Jul 13 17:40:28 EDT 2005 -->
<TITLE>
Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Index";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./Jama/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./Jama/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./Jama/Matrix.html#arrayLeftDivide(Jama.Matrix)"><B>arrayLeftDivide(Matrix)</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Element-by-element left division, C = A.\B
<DT><A HREF="./Jama/Matrix.html#arrayLeftDivideEquals(Jama.Matrix)"><B>arrayLeftDivideEquals(Matrix)</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Element-by-element left division in place, A = A.\B
<DT><A HREF="./Jama/Matrix.html#arrayRightDivide(Jama.Matrix)"><B>arrayRightDivide(Matrix)</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Element-by-element right division, C = A./B
<DT><A HREF="./Jama/Matrix.html#arrayRightDivideEquals(Jama.Matrix)"><B>arrayRightDivideEquals(Matrix)</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Element-by-element right division in place, A = A./B
<DT><A HREF="./Jama/Matrix.html#arrayTimes(Jama.Matrix)"><B>arrayTimes(Matrix)</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Element-by-element multiplication, C = A.*B
<DT><A HREF="./Jama/Matrix.html#arrayTimesEquals(Jama.Matrix)"><B>arrayTimesEquals(Matrix)</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Element-by-element multiplication in place, A = A.*B
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./Jama/Matrix.html#chol()"><B>chol()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Cholesky Decomposition
<DT><A HREF="./Jama/CholeskyDecomposition.html" title="class in Jama"><B>CholeskyDecomposition</B></A> - Class in <A HREF="./Jama/package-summary.html">Jama</A><DD>Cholesky Decomposition.<DT><A HREF="./Jama/CholeskyDecomposition.html#CholeskyDecomposition(Jama.Matrix)"><B>CholeskyDecomposition(Matrix)</B></A> -
Constructor for class Jama.<A HREF="./Jama/CholeskyDecomposition.html" title="class in Jama">CholeskyDecomposition</A>
<DD>Cholesky algorithm for symmetric and positive definite matrix.
<DT><A HREF="./Jama/Matrix.html#clone()"><B>clone()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Clone the Matrix object.
<DT><A HREF="./Jama/Matrix.html#cond()"><B>cond()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Matrix condition (2 norm)
<DT><A HREF="./Jama/SingularValueDecomposition.html#cond()"><B>cond()</B></A> -
Method in class Jama.<A HREF="./Jama/SingularValueDecomposition.html" title="class in Jama">SingularValueDecomposition</A>
<DD>Two norm condition number
<DT><A HREF="./Jama/Matrix.html#constructWithCopy(double[][])"><B>constructWithCopy(double[][])</B></A> -
Static method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Construct a matrix from a copy of a 2-D array.
<DT><A HREF="./Jama/Matrix.html#copy()"><B>copy()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Make a deep copy of a matrix
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./Jama/LUDecomposition.html#det()"><B>det()</B></A> -
Method in class Jama.<A HREF="./Jama/LUDecomposition.html" title="class in Jama">LUDecomposition</A>
<DD>Determinant
<DT><A HREF="./Jama/Matrix.html#det()"><B>det()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Matrix determinant
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./Jama/Matrix.html#eig()"><B>eig()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Eigenvalue Decomposition
<DT><A HREF="./Jama/EigenvalueDecomposition.html" title="class in Jama"><B>EigenvalueDecomposition</B></A> - Class in <A HREF="./Jama/package-summary.html">Jama</A><DD>Eigenvalues and eigenvectors of a real matrix.<DT><A HREF="./Jama/EigenvalueDecomposition.html#EigenvalueDecomposition(Jama.Matrix)"><B>EigenvalueDecomposition(Matrix)</B></A> -
Constructor for class Jama.<A HREF="./Jama/EigenvalueDecomposition.html" title="class in Jama">EigenvalueDecomposition</A>
<DD>Check for symmetry, then construct the eigenvalue decomposition
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./Jama/Matrix.html#get(int, int)"><B>get(int, int)</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Get a single element.
<DT><A HREF="./Jama/Matrix.html#getArray()"><B>getArray()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Access the internal two-dimensional array.
<DT><A HREF="./Jama/Matrix.html#getArrayCopy()"><B>getArrayCopy()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Copy the internal two-dimensional array.
<DT><A HREF="./Jama/Matrix.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Get column dimension.
<DT><A HREF="./Jama/Matrix.html#getColumnPackedCopy()"><B>getColumnPackedCopy()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Make a one-dimensional column packed copy of the internal array.
<DT><A HREF="./Jama/EigenvalueDecomposition.html#getD()"><B>getD()</B></A> -
Method in class Jama.<A HREF="./Jama/EigenvalueDecomposition.html" title="class in Jama">EigenvalueDecomposition</A>
<DD>Return the block diagonal eigenvalue matrix
<DT><A HREF="./Jama/LUDecomposition.html#getDoublePivot()"><B>getDoublePivot()</B></A> -
Method in class Jama.<A HREF="./Jama/LUDecomposition.html" title="class in Jama">LUDecomposition</A>
<DD>Return pivot permutation vector as a one-dimensional double array
<DT><A HREF="./Jama/QRDecomposition.html#getH()"><B>getH()</B></A> -
Method in class Jama.<A HREF="./Jama/QRDecomposition.html" title="class in Jama">QRDecomposition</A>
<DD>Return the Householder vectors
<DT><A HREF="./Jama/EigenvalueDecomposition.html#getImagEigenvalues()"><B>getImagEigenvalues()</B></A> -
Method in class Jama.<A HREF="./Jama/EigenvalueDecomposition.html" title="class in Jama">EigenvalueDecomposition</A>
<DD>Return the imaginary parts of the eigenvalues
<DT><A HREF="./Jama/CholeskyDecomposition.html#getL()"><B>getL()</B></A> -
Method in class Jama.<A HREF="./Jama/CholeskyDecomposition.html" title="class in Jama">CholeskyDecomposition</A>
<DD>Return triangular factor.
<DT><A HREF="./Jama/LUDecomposition.html#getL()"><B>getL()</B></A> -
Method in class Jama.<A HREF="./Jama/LUDecomposition.html" title="class in Jama">LUDecomposition</A>
<DD>Return lower triangular factor
<DT><A HREF="./Jama/Matrix.html#getMatrix(int, int, int, int)"><B>getMatrix(int, int, int, int)</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Get a submatrix.
<DT><A HREF="./Jama/Matrix.html#getMatrix(int[], int[])"><B>getMatrix(int[], int[])</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Get a submatrix.
<DT><A HREF="./Jama/Matrix.html#getMatrix(int, int, int[])"><B>getMatrix(int, int, int[])</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Get a submatrix.
<DT><A HREF="./Jama/Matrix.html#getMatrix(int[], int, int)"><B>getMatrix(int[], int, int)</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Get a submatrix.
<DT><A HREF="./Jama/LUDecomposition.html#getPivot()"><B>getPivot()</B></A> -
Method in class Jama.<A HREF="./Jama/LUDecomposition.html" title="class in Jama">LUDecomposition</A>
<DD>Return pivot permutation vector
<DT><A HREF="./Jama/QRDecomposition.html#getQ()"><B>getQ()</B></A> -
Method in class Jama.<A HREF="./Jama/QRDecomposition.html" title="class in Jama">QRDecomposition</A>
<DD>Generate and return the (economy-sized) orthogonal factor
<DT><A HREF="./Jama/QRDecomposition.html#getR()"><B>getR()</B></A> -
Method in class Jama.<A HREF="./Jama/QRDecomposition.html" title="class in Jama">QRDecomposition</A>
<DD>Return the upper triangular factor
<DT><A HREF="./Jama/EigenvalueDecomposition.html#getRealEigenvalues()"><B>getRealEigenvalues()</B></A> -
Method in class Jama.<A HREF="./Jama/EigenvalueDecomposition.html" title="class in Jama">EigenvalueDecomposition</A>
<DD>Return the real parts of the eigenvalues
<DT><A HREF="./Jama/Matrix.html#getRowDimension()"><B>getRowDimension()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Get row dimension.
<DT><A HREF="./Jama/Matrix.html#getRowPackedCopy()"><B>getRowPackedCopy()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Make a one-dimensional row packed copy of the internal array.
<DT><A HREF="./Jama/SingularValueDecomposition.html#getS()"><B>getS()</B></A> -
Method in class Jama.<A HREF="./Jama/SingularValueDecomposition.html" title="class in Jama">SingularValueDecomposition</A>
<DD>Return the diagonal matrix of singular values
<DT><A HREF="./Jama/SingularValueDecomposition.html#getSingularValues()"><B>getSingularValues()</B></A> -
Method in class Jama.<A HREF="./Jama/SingularValueDecomposition.html" title="class in Jama">SingularValueDecomposition</A>
<DD>Return the one-dimensional array of singular values
<DT><A HREF="./Jama/LUDecomposition.html#getU()"><B>getU()</B></A> -
Method in class Jama.<A HREF="./Jama/LUDecomposition.html" title="class in Jama">LUDecomposition</A>
<DD>Return upper triangular factor
<DT><A HREF="./Jama/SingularValueDecomposition.html#getU()"><B>getU()</B></A> -
Method in class Jama.<A HREF="./Jama/SingularValueDecomposition.html" title="class in Jama">SingularValueDecomposition</A>
<DD>Return the left singular vectors
<DT><A HREF="./Jama/EigenvalueDecomposition.html#getV()"><B>getV()</B></A> -
Method in class Jama.<A HREF="./Jama/EigenvalueDecomposition.html" title="class in Jama">EigenvalueDecomposition</A>
<DD>Return the eigenvector matrix
<DT><A HREF="./Jama/SingularValueDecomposition.html#getV()"><B>getV()</B></A> -
Method in class Jama.<A HREF="./Jama/SingularValueDecomposition.html" title="class in Jama">SingularValueDecomposition</A>
<DD>Return the right singular vectors
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./Jama/Matrix.html#identity(int, int)"><B>identity(int, int)</B></A> -
Static method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Generate identity matrix
<DT><A HREF="./Jama/Matrix.html#inverse()"><B>inverse()</B></A> -
Method in class Jama.<A HREF="./Jama/Matrix.html" title="class in Jama">Matrix</A>
<DD>Matrix inverse or pseudoinverse
<DT><A HREF="./Jama/QRDecomposition.html#isFullRank()"><B>isFullRank()</B></A> -
Method in class Jama.<A HREF="./Jama/QRDecomposition.html" title="class in Jama">QRDecomposition</A>
<DD>Is the matrix full rank?
<DT><A HREF="./Jama/LUDecomposition.html#isNonsingular()"><B>isNonsingular()</B></A> -
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -