Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.BlockSparseMatrixTest
- java.lang.Object
- 
- gov.nih.mipav.model.algorithms.CeresSolverTest.BlockSparseMatrixTest
 
- 
- Enclosing class:
- CeresSolverTest
 
 class CeresSolverTest.BlockSparseMatrixTest extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description private CeresSolver.BlockSparseMatrixA_private CeresSolver.TripletSparseMatrixB_
 - 
Constructor SummaryConstructors Constructor Description BlockSparseMatrixTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidBlockSparseMatrixCreateDiagonalMatrix()voidBlockSparseMatrixTestAppendAndDeleteBlockDiagonalMatrix()voidBlockSparseMatrixTestAppendRows()voidBlockSparseMatrixTestLeftMultiplyTest()voidBlockSparseMatrixTestRightMultiplyTest()voidBlockSparseMatrixTestSetZeroTest()voidBlockSparseMatrixTestSquaredColumnNormTest()voidBlockSparseMatrixTestToDenseMatrixTest()voidSetUp()
 
- 
- 
- 
Field Detail- 
A_private CeresSolver.BlockSparseMatrix A_ 
 - 
B_private CeresSolver.TripletSparseMatrix B_ 
 
- 
 - 
Method Detail- 
SetUppublic void SetUp() 
 - 
BlockSparseMatrixTestSetZeroTestpublic void BlockSparseMatrixTestSetZeroTest() 
 - 
BlockSparseMatrixTestRightMultiplyTestpublic void BlockSparseMatrixTestRightMultiplyTest() 
 - 
BlockSparseMatrixTestLeftMultiplyTestpublic void BlockSparseMatrixTestLeftMultiplyTest() 
 - 
BlockSparseMatrixTestSquaredColumnNormTestpublic void BlockSparseMatrixTestSquaredColumnNormTest() 
 - 
BlockSparseMatrixTestToDenseMatrixTestpublic void BlockSparseMatrixTestToDenseMatrixTest() 
 - 
BlockSparseMatrixTestAppendRowspublic void BlockSparseMatrixTestAppendRows() 
 - 
BlockSparseMatrixTestAppendAndDeleteBlockDiagonalMatrixpublic void BlockSparseMatrixTestAppendAndDeleteBlockDiagonalMatrix() 
 - 
BlockSparseMatrixCreateDiagonalMatrixpublic void BlockSparseMatrixCreateDiagonalMatrix() 
 
- 
 
-