Class PythonAbstractLambdaMethod

    • Constructor Detail

      • PythonAbstractLambdaMethod

        public PythonAbstractLambdaMethod()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object
      • inverseDecomposition

        public void inverseDecomposition()
        Inverse the decomposition.

        This method transforms the Lᵀ.D.L = Q decomposition of covariance into the L⁻¹.D⁻¹.L⁻ᵀ = Q⁻¹ decomposition of the inverse of covariance.

        Specified by:
        inverseDecomposition in class AbstractLambdaMethod