public abstract class AbstractRow extends Object implements Row, Serializable
Abstract row class implementing functions of as row related operations
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Field and Description |
|---|---|
protected int |
length |
protected float |
loadFactor |
protected int |
row |
| Constructor and Description |
|---|
AbstractRow() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
float |
getLoadFactor() |
int |
getNonZeroNum() |
int |
getRowIndex() |
void |
setLoadFactor(float factor)
Some implementations of sparse matrix cache rows in memory.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCell, getNonZeroCell, getNonZeroColumn, getNonZeroColumns, getNonZeroDoubleScore, getNonZeroIntScore, loadprotected int row
protected int length
protected float loadFactor
public int compareTo(Object obj)
compareTo in interface Comparablepublic int getRowIndex()
getRowIndex in interface Rowpublic int getNonZeroNum()
getNonZeroNum in interface Rowpublic void setLoadFactor(float factor)
RowsetLoadFactor in interface Rowfactor - the measure of how this row is frequently usedpublic float getLoadFactor()
getLoadFactor in interface RowCopyright © 2018 JULIE Lab, Germany. All rights reserved.