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.BlockSparseMatrix
A_
private CeresSolver.TripletSparseMatrix
B_
-
Constructor Summary
Constructors Constructor Description BlockSparseMatrixTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
BlockSparseMatrixCreateDiagonalMatrix()
void
BlockSparseMatrixTestAppendAndDeleteBlockDiagonalMatrix()
void
BlockSparseMatrixTestAppendRows()
void
BlockSparseMatrixTestLeftMultiplyTest()
void
BlockSparseMatrixTestRightMultiplyTest()
void
BlockSparseMatrixTestSetZeroTest()
void
BlockSparseMatrixTestSquaredColumnNormTest()
void
BlockSparseMatrixTestToDenseMatrixTest()
void
SetUp()
-
-
-
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()
-
-