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 Summary
Fields Modifier and Type Field Description private CeresSolver.BlockSparseMatrixA_private CeresSolver.TripletSparseMatrixB_
-
Constructor Summary
Constructors Constructor Description BlockSparseMatrixTest()
-
Method Summary
All 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
-
SetUp
public void SetUp()
-
BlockSparseMatrixTestSetZeroTest
public void BlockSparseMatrixTestSetZeroTest()
-
BlockSparseMatrixTestRightMultiplyTest
public void BlockSparseMatrixTestRightMultiplyTest()
-
BlockSparseMatrixTestLeftMultiplyTest
public void BlockSparseMatrixTestLeftMultiplyTest()
-
BlockSparseMatrixTestSquaredColumnNormTest
public void BlockSparseMatrixTestSquaredColumnNormTest()
-
BlockSparseMatrixTestToDenseMatrixTest
public void BlockSparseMatrixTestToDenseMatrixTest()
-
BlockSparseMatrixTestAppendRows
public void BlockSparseMatrixTestAppendRows()
-
BlockSparseMatrixTestAppendAndDeleteBlockDiagonalMatrix
public void BlockSparseMatrixTestAppendAndDeleteBlockDiagonalMatrix()
-
BlockSparseMatrixCreateDiagonalMatrix
public void BlockSparseMatrixCreateDiagonalMatrix()
-
-