jsci.maths.linalg
Class PolarDecomposition

java.lang.Object
  extended by jsci.maths.linalg.PolarDecomposition

public class PolarDecomposition
extends java.lang.Object


Constructor Summary
PolarDecomposition(DoubleMatrix<? extends DoubleArray2D,? extends DoubleArray1D> matrix)
           
 
Method Summary
 DoubleMatrix<DoubleArray2D,DoubleArray1D> getP()
           
 DoubleMatrix<DoubleArray2D,DoubleArray1D> getU()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolarDecomposition

public PolarDecomposition(DoubleMatrix<? extends DoubleArray2D,? extends DoubleArray1D> matrix)
Method Detail

getU

public DoubleMatrix<DoubleArray2D,DoubleArray1D> getU()

getP

public DoubleMatrix<DoubleArray2D,DoubleArray1D> getP()