Package gov.nih.mipav.model.algorithms
Class CeresSolver.LinearSolverOptions
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LinearSolverOptions
-
- Enclosing class:
- CeresSolver
class CeresSolver.LinearSolverOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CeresSolver.Context
context
CeresSolver.DenseLinearAlgebraLibraryType
dense_linear_algebra_library_type
boolean
dynamic_sparsity
int[]
e_block_size
java.util.Vector<java.lang.Integer>
elimination_groups
int[]
f_block_size
int
max_num_iterations
int
min_num_iterations
int
num_threads
CeresSolver.PreconditionerType
preconditioner_type
int
residual_reset_period
int[]
row_block_size
CeresSolver.SparseLinearAlgebraLibraryType
sparse_linear_algebra_library_type
CeresSolver.LinearSolverType
type
boolean
use_explicit_schur_complement
boolean
use_postordering
CeresSolver.VisibilityClusteringType
visibility_clustering_type
-
Constructor Summary
Constructors Constructor Description LinearSolverOptions()
-
-
-
Field Detail
-
type
public CeresSolver.LinearSolverType type
-
preconditioner_type
public CeresSolver.PreconditionerType preconditioner_type
-
visibility_clustering_type
public CeresSolver.VisibilityClusteringType visibility_clustering_type
-
dense_linear_algebra_library_type
public CeresSolver.DenseLinearAlgebraLibraryType dense_linear_algebra_library_type
-
sparse_linear_algebra_library_type
public CeresSolver.SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type
-
use_postordering
public boolean use_postordering
-
dynamic_sparsity
public boolean dynamic_sparsity
-
use_explicit_schur_complement
public boolean use_explicit_schur_complement
-
min_num_iterations
public int min_num_iterations
-
max_num_iterations
public int max_num_iterations
-
num_threads
public int num_threads
-
elimination_groups
public java.util.Vector<java.lang.Integer> elimination_groups
-
residual_reset_period
public int residual_reset_period
-
row_block_size
public int[] row_block_size
-
e_block_size
public int[] e_block_size
-
f_block_size
public int[] f_block_size
-
context
public CeresSolver.Context context
-
-