Class CompressedSparseDoubleMatrixTest
- java.lang.Object
-
- ubic.basecode.dataStructure.matrix.AbstractDoubleMatrixTest
-
- ubic.basecode.dataStructure.matrix.CompressedSparseDoubleMatrixTest
-
public class CompressedSparseDoubleMatrixTest extends AbstractDoubleMatrixTest
T- Author:
- Paul
-
-
Field Summary
-
Fields inherited from class ubic.basecode.dataStructure.matrix.AbstractDoubleMatrixTest
f, testArray, testdata, testM
-
-
Constructor Summary
Constructors Constructor Description CompressedSparseDoubleMatrixTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
-
Methods inherited from class ubic.basecode.dataStructure.matrix.AbstractDoubleMatrixTest
testColumns, testCopy, testGet, testGet2, testGetByKeys, testGetColByName, testGetColByNameFail, testGetColByNameNull, testGetColObj, testGetColObj2, testGetColRange, testGetColumn, testGetObject, testGetRow, testGetRow2, testGetRowArrayList, testGetRowArrayList2, testGetRowByName, testGetRowByNameFail, testGetRowByNameNull, testGetRowObj, testGetRowObj2, testGetRowRange, testIsMissing, testIsMissing2, testRows, testRows2, testSet, testSet2, testSetIntIntDouble, testSetIntIntObject, testSize, testSortByColumnAbsoluteValue, testSubsetColumns, testSubsetRows, testToArray, testToString, testViewColumn, testViewRow, testViewRow2
-
-