public class BaseDecomposition_DDRB_to_DDRM
extends java.lang.Object
implements org.ejml.interfaces.decomposition.DecompositionInterface<org.ejml.data.DMatrixRMaj>
DMatrixRBlock decomposition for
processing of DMatrixRMaj.| Modifier and Type | Field and Description |
|---|---|
protected org.ejml.data.DMatrixRBlock |
Ablock |
protected org.ejml.interfaces.decomposition.DecompositionInterface<org.ejml.data.DMatrixRBlock> |
alg |
protected int |
blockLength |
protected double[] |
tmp |
| Constructor and Description |
|---|
BaseDecomposition_DDRB_to_DDRM(org.ejml.interfaces.decomposition.DecompositionInterface<org.ejml.data.DMatrixRBlock> alg,
int blockLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
convertBlockToRow(int numRows,
int numCols,
int blockLength,
double[] data) |
boolean |
decompose(org.ejml.data.DMatrixRMaj A) |
boolean |
inputModified() |
protected org.ejml.interfaces.decomposition.DecompositionInterface<org.ejml.data.DMatrixRBlock> alg
protected double[] tmp
protected org.ejml.data.DMatrixRBlock Ablock
protected int blockLength
public BaseDecomposition_DDRB_to_DDRM(org.ejml.interfaces.decomposition.DecompositionInterface<org.ejml.data.DMatrixRBlock> alg,
int blockLength)
public boolean decompose(org.ejml.data.DMatrixRMaj A)
decompose in interface org.ejml.interfaces.decomposition.DecompositionInterface<org.ejml.data.DMatrixRMaj>public void convertBlockToRow(int numRows,
int numCols,
int blockLength,
double[] data)
public boolean inputModified()
inputModified in interface org.ejml.interfaces.decomposition.DecompositionInterface<org.ejml.data.DMatrixRMaj>