Class SparseDoubleMatrixTest
java.lang.Object
ubic.basecode.dataStructure.matrix.SparseDoubleMatrixTest
- Author:
- Paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidTest method forSparseDoubleMatrix.columns().voidtestCopy()voidtestGet()Test method forSparseDoubleMatrix.get(int, int).voidTest method forDoubleMatrix.getByKeys(Object, Object).voidTest method for.invalid reference
ubic.basecode.dataStructure.matrix.SparseDoubleMatrix#getColByName(java.lang.Object)voidTest method forSparseDoubleMatrix.getColObj(int).voidvoidTest method forSparseDoubleMatrix.getColumn(int).voidTest method forSparseDoubleMatrix.getObject(int, int).voidTest method forSparseDoubleMatrix.getRow(int).voidTest method forSparseDoubleMatrix.getRowArrayList(int).voidTest method forSparseDoubleMatrix.getRowByName(java.lang.Object).voidTest method forSparseDoubleMatrix.getRowObj(int).voidvoidTest method forSparseDoubleMatrix.isMissing(int, int).voidtestRows()Test method forSparseDoubleMatrix.rows().voidtestSet()Test method for.invalid reference
ubic.basecode.dataStructure.matrix.SparseDoubleMatrix#set(int, int, double)voidtestSize()voidvoidvoidvoidTest method forDoubleMatrix.toString().voidvoidTest method forSparseDoubleMatrix.viewRow(int).
-
Constructor Details
-
SparseDoubleMatrixTest
public SparseDoubleMatrixTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testColumns
public void testColumns()Test method forSparseDoubleMatrix.columns(). -
testCopy
public void testCopy() -
testGet
public void testGet()Test method forSparseDoubleMatrix.get(int, int). -
testGetByKeys
public void testGetByKeys()Test method forDoubleMatrix.getByKeys(Object, Object). -
testGetColByName
public void testGetColByName()Test method for.invalid reference
ubic.basecode.dataStructure.matrix.SparseDoubleMatrix#getColByName(java.lang.Object) -
testGetColObj
public void testGetColObj()Test method forSparseDoubleMatrix.getColObj(int). -
testGetColRange
public void testGetColRange() -
testGetColumn
public void testGetColumn()Test method forSparseDoubleMatrix.getColumn(int). -
testGetObject
public void testGetObject()Test method forSparseDoubleMatrix.getObject(int, int). -
testGetRow
public void testGetRow()Test method forSparseDoubleMatrix.getRow(int). -
testGetRowArrayList
public void testGetRowArrayList()Test method forSparseDoubleMatrix.getRowArrayList(int). -
testGetRowByName
public void testGetRowByName()Test method forSparseDoubleMatrix.getRowByName(java.lang.Object). -
testGetRowObj
public void testGetRowObj()Test method forSparseDoubleMatrix.getRowObj(int). -
testGetRowRange
public void testGetRowRange() -
testIsMissing
public void testIsMissing()Test method forSparseDoubleMatrix.isMissing(int, int). -
testRows
public void testRows()Test method forSparseDoubleMatrix.rows(). -
testSet
public void testSet()Test method for.invalid reference
ubic.basecode.dataStructure.matrix.SparseDoubleMatrix#set(int, int, double) -
testSize
public void testSize() -
testSubsetCols
public void testSubsetCols() -
testSubsetRows
public void testSubsetRows() -
testToArray
public void testToArray() -
testToString
public void testToString()Test method forDoubleMatrix.toString(). -
testViewColumn
public void testViewColumn() -
testViewRow
public void testViewRow()Test method forSparseDoubleMatrix.viewRow(int).
-