org.ejml.alg.block.decomposition.chol
Class InnerCholesky_B64
- java.lang.Object
-
- org.ejml.alg.block.decomposition.chol.InnerCholesky_B64
-
public class InnerCholesky_B64 extends java.lang.ObjectPerforms a cholesky decomposition on an individual inner block.
-
-
Constructor Summary
Constructors Constructor and Description InnerCholesky_B64()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleanlower(D1Submatrix64F T)static booleanlower(double[] T, int indexT, int n)Performs an inline lower Cholesky decomposition on an inner row-major matrix.static booleanupper(D1Submatrix64F T)static booleanupper(double[] T, int indexT, int n)Performs an inline upper Cholesky decomposition on an inner row-major matrix.
-
-
-
Method Detail
-
upper
public static boolean upper(D1Submatrix64F T)
-
lower
public static boolean lower(D1Submatrix64F T)
-
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