public abstract class AbstractDoubleMatrixTest extends Object
Modifier and Type | Field and Description |
---|---|
protected DoubleMatrixReader |
f |
protected double[][] |
testArray |
protected DoubleMatrix<String,String> |
testdata |
protected DoubleMatrix<String,String> |
testM |
Constructor and Description |
---|
AbstractDoubleMatrixTest() |
protected DoubleMatrixReader f
protected double[][] testArray
protected DoubleMatrix<String,String> testdata
protected DoubleMatrix<String,String> testM
public void testColumns()
public void testCopy()
public void testGet()
public void testGet2()
DenseDoubleMatrix.get(int, int)
.public void testGetByKeys()
DoubleMatrix.getByKeys(Object, Object)
.public void testGetColByName()
DenseDoubleMatrix.getColByName(java.lang.Object)
.public void testGetColByNameFail()
public void testGetColByNameNull()
public void testGetColObj()
public void testGetColObj2()
DenseDoubleMatrix.getColObj(int)
.public void testGetColRange()
public void testGetColumn()
DenseDoubleMatrix.getColumn(int)
.public void testGetObject()
DenseDoubleMatrix.getObject(int, int)
.public void testGetRow()
public void testGetRow2()
DenseDoubleMatrix.getRow(int)
.public void testGetRowArrayList()
public void testGetRowArrayList2()
DenseDoubleMatrix.getRowArrayList(int)
.public void testGetRowByName()
DenseDoubleMatrix.getRowByName(java.lang.Object)
.public void testGetRowByNameFail()
public void testGetRowByNameNull()
public void testGetRowObj()
public void testGetRowObj2()
DenseDoubleMatrix.getRowObj(int)
.public void testGetRowRange()
public void testIsMissing2()
DenseDoubleMatrix.isMissing(int, int)
.public void testRows()
public void testRows2()
DenseDoubleMatrix.rows()
.public void testSet()
public void testSet2()
ubic.basecode.dataStructure.matrix.DenseDoubleMatrix#set(int, int, double)
.public void testSetIntIntDouble()
public void testSetIntIntObject()
public void testSize()
public void testSortByColumnAbsoluteValue()
public void testSubsetColumns()
public void testSubsetRows()
public void testToArray()
public void testToString()
DoubleMatrix.toString()
.public void testViewColumn()
public void testViewRow()
public void testViewRow2()
DenseDoubleMatrix.viewRow(int)
.Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.