|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Jama.Matrix | +--analyzer.sci.DensityMatrix
Constructor Summary | |
DensityMatrix(DataTreeNode node)
|
|
DensityMatrix(Jama.Matrix mat)
|
Method Summary | |
void |
normalize(double norm)
|
void |
print(java.text.NumberFormat format)
|
DensityMatrix |
project(int nsquare)
|
Methods inherited from class Jama.Matrix |
arrayLeftDivide,
arrayLeftDivideEquals,
arrayRightDivide,
arrayRightDivideEquals,
arrayTimes,
arrayTimesEquals,
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 |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DensityMatrix(DataTreeNode node)
public DensityMatrix(Jama.Matrix mat)
Method Detail |
public void normalize(double norm)
public DensityMatrix project(int nsquare)
public void print(java.text.NumberFormat format)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |