Class SparseDoubleMatrixTest
- java.lang.Object
-
- ubic.basecode.dataStructure.matrix.SparseDoubleMatrixTest
-
public class SparseDoubleMatrixTest extends Object
- Author:
- Paul
-
-
Constructor Summary
Constructors Constructor Description SparseDoubleMatrixTest()
-
Method Summary
-
-
-
Method Detail
-
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 forubic.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 forubic.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)
.
-
-