Documentation of 'org.ejml.alg.block.decomposition.chol.InnerCholesky_B64' Java class
InnerCholesky_B64
org.ejml.alg.block.decomposition.chol

Class InnerCholesky_B64



  • public class InnerCholesky_B64
    extends java.lang.Object
    Performs a cholesky decomposition on an individual inner block.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean lower(D1Submatrix64F T) 
      static boolean lower(double[] T, int indexT, int n)
      Performs an inline lower Cholesky decomposition on an inner row-major matrix.
      static boolean upper(D1Submatrix64F T) 
      static boolean upper(double[] T, int indexT, int n)
      Performs an inline upper Cholesky decomposition on an inner row-major matrix.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InnerCholesky_B64

        public InnerCholesky_B64()
    • Method Detail

      • upper

        public static boolean upper(double[] T,
                                    int indexT,
                                    int n)
        Performs an inline upper Cholesky decomposition on an inner row-major matrix. Only the upper triangular portion of the matrix is read or written to.
        Parameters:
        T - Array containing an inner row-major matrix. Modified.
        indexT - First index of the inner row-major matrix.
        n - Number of rows and columns of the matrix.
        Returns:
        If the decomposition succeeded.
      • lower

        public static boolean lower(double[] T,
                                    int indexT,
                                    int n)
        Performs an inline lower Cholesky decomposition on an inner row-major matrix. Only the lower triangular portion of the matrix is read or written to.
        Parameters:
        T - Array containing an inner row-major matrix. Modified.
        indexT - First index of the inner row-major matrix.
        n - Number of rows and columns of the matrix.
        Returns:
        If the decomposition succeeded.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.