Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.BlockSparseMatrixTest
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolverTest.BlockSparseMatrixTest
- Enclosing class:
CeresSolverTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CeresSolver.BlockSparseMatrixprivate CeresSolver.TripletSparseMatrix -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
A_
-
B_
-
-
Constructor Details
-
BlockSparseMatrixTest
public BlockSparseMatrixTest()
-
-
Method Details
-
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()
-