|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractMatrix | |
|---|---|
| com.nhncorp.neptune.util.matrix | |
| Uses of AbstractMatrix in com.nhncorp.neptune.util.matrix |
|---|
| Subclasses of AbstractMatrix in com.nhncorp.neptune.util.matrix | |
|---|---|
class |
Matrix
|
class |
SparseMatrix
|
| Methods in com.nhncorp.neptune.util.matrix with parameters of type AbstractMatrix | |
|---|---|
static void |
MatrixVerifier.loadResultTable(AbstractMatrix resultMatrix)
|
static void |
MatrixVerifier.multiflyUsingMemory(AbstractMatrix inputMatrix,
AbstractMatrix targetMatrix)
|
void |
AbstractMatrix.mutiply(AbstractMatrix targetMatrix,
AbstractMatrix resultMatrix)
|
void |
AbstractMatrix.mutiplyLocal(AbstractMatrix targetMatrix,
AbstractMatrix resultMatrix)
|
| Constructors in com.nhncorp.neptune.util.matrix with parameters of type AbstractMatrix | |
|---|---|
AbstractMatrix(NConfiguration conf,
java.lang.String tableName,
java.lang.String columnName,
AbstractMatrix inputMatrix)
|
|
SparseMatrix(NConfiguration conf,
java.lang.String tableName,
java.lang.String columnName,
AbstractMatrix inputMatrix)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||