|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Jama.Matrix | +--saaps.math.Matrix
Fields inherited from class Jama.Matrix |
A, m, n |
Constructor Summary | |
Matrix(double[][] A)
|
|
Matrix(double[][] A,
int m,
int n)
|
|
Matrix(double[] a,
int m)
|
|
Matrix(int m,
int n)
|
|
Matrix(int m,
int n,
double s)
|
Method Summary | |
Matrix |
pow(double p)
|
Matrix |
sum()
|
Methods inherited from class Jama.Matrix |
arrayLeftDivide, arrayLeftDivideEquals, arrayRightDivide, arrayRightDivideEquals, arrayTimes, arrayTimesEquals, checkMatrixDimensions, chol, clone, cond, constructWithCopy, copy, det, eig, get, getArray, getArrayCopy, getColumnDimension, getColumnPackedCopy, getMatrix, getMatrix, getMatrix, getMatrix, getRowDimension, getRowPackedCopy, identity, inverse, lu, minus, minusEquals, norm1, norm2, normF, normInf, plus, plusEquals, print, print, print, print, qr, random, rank, read, set, setMatrix, setMatrix, setMatrix, setMatrix, solve, solveTranspose, svd, times, times, timesEquals, trace, transpose, uminus |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Matrix(int m, int n)
public Matrix(int m, int n, double s)
public Matrix(double[][] A)
public Matrix(double[][] A, int m, int n)
public Matrix(double[] a, int m)
Method Detail |
public Matrix pow(double p)
public Matrix sum()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |