public class BlockInnerCholesky extends Object
| Constructor and Description |
|---|
BlockInnerCholesky() |
| 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.
|
public static boolean upper(D1Submatrix64F T)
public static boolean lower(D1Submatrix64F T)
public static boolean upper(double[] T,
int indexT,
int n)
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.public static boolean lower(double[] T,
int indexT,
int n)
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.Copyright © 2013. All Rights Reserved.