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