Class FastRowAccessDoubleMatrixTest
- java.lang.Object
-
- ubic.basecode.dataStructure.matrix.AbstractDoubleMatrixTest
-
- ubic.basecode.dataStructure.matrix.FastRowAccessDoubleMatrixTest
-
public class FastRowAccessDoubleMatrixTest extends AbstractDoubleMatrixTest
- Author:
- pavlidis
-
-
Field Summary
-
Fields inherited from class ubic.basecode.dataStructure.matrix.AbstractDoubleMatrixTest
f, testArray, testdata, testM
-
-
Constructor Summary
Constructors Constructor Description FastRowAccessDoubleMatrixTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testConstructFromArray()
-
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
-
-