Documentation of 'visad.matrix.JamaSingularValueDecomposition' Java class
JamaSingularValueDecomposition
visad.matrix

Class JamaSingularValueDecomposition

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Data, Thing, TupleIface


    public class JamaSingularValueDecomposition
    extends Tuple
    JamaSingularValueDecomposition is a VisAD wrapper for JAMA SingularValueDecompositions. This class requires the JAMA package.
    See Also:
    Serialized Form
    • Constructor Detail

      • JamaSingularValueDecomposition

        public JamaSingularValueDecomposition(JamaMatrix matrix)
                                       throws VisADException,
                                              java.rmi.RemoteException,
                                              java.lang.IllegalAccessException,
                                              java.lang.InstantiationException,
                                              java.lang.reflect.InvocationTargetException
        Construct a new JamaSingularValueDecomposition from a JamaMatrix.
        Throws:
        VisADException
        java.rmi.RemoteException
        java.lang.IllegalAccessException
        java.lang.InstantiationException
        java.lang.reflect.InvocationTargetException
    • Method Detail

      • getSVDecomposition

        public java.lang.Object getSVDecomposition()
        Return the associated JAMA SVDecomposition object.
      • getS

        public JamaMatrix getS()
                        throws VisADException,
                               java.rmi.RemoteException,
                               java.lang.IllegalAccessException,
                               java.lang.InstantiationException,
                               java.lang.reflect.InvocationTargetException
        Throws:
        VisADException
        java.rmi.RemoteException
        java.lang.IllegalAccessException
        java.lang.InstantiationException
        java.lang.reflect.InvocationTargetException
      • getSingularValues

        public double[] getSingularValues()
                                   throws VisADException,
                                          java.rmi.RemoteException
        Throws:
        VisADException
        java.rmi.RemoteException
      • cond

        public double cond()
                    throws VisADException,
                           java.rmi.RemoteException,
                           java.lang.IllegalAccessException,
                           java.lang.InstantiationException,
                           java.lang.reflect.InvocationTargetException
        Throws:
        VisADException
        java.rmi.RemoteException
        java.lang.IllegalAccessException
        java.lang.InstantiationException
        java.lang.reflect.InvocationTargetException
      • norm2

        public double norm2()
                     throws VisADException,
                            java.rmi.RemoteException,
                            java.lang.IllegalAccessException,
                            java.lang.InstantiationException,
                            java.lang.reflect.InvocationTargetException
        Throws:
        VisADException
        java.rmi.RemoteException
        java.lang.IllegalAccessException
        java.lang.InstantiationException
        java.lang.reflect.InvocationTargetException
      • rank

        public int rank()
                 throws VisADException,
                        java.rmi.RemoteException,
                        java.lang.IllegalAccessException,
                        java.lang.InstantiationException,
                        java.lang.reflect.InvocationTargetException
        Throws:
        VisADException
        java.rmi.RemoteException
        java.lang.IllegalAccessException
        java.lang.InstantiationException
        java.lang.reflect.InvocationTargetException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.