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.ContextcontextCeresSolver.DenseLinearAlgebraLibraryTypedense_linear_algebra_library_typebooleandynamic_sparsityint[]e_block_sizejava.util.Vector<java.lang.Integer>elimination_groupsint[]f_block_sizeintmax_num_iterationsintmin_num_iterationsintnum_threadsCeresSolver.PreconditionerTypepreconditioner_typeintresidual_reset_periodint[]row_block_sizeCeresSolver.SparseLinearAlgebraLibraryTypesparse_linear_algebra_library_typeCeresSolver.LinearSolverTypetypebooleanuse_explicit_schur_complementbooleanuse_postorderingCeresSolver.VisibilityClusteringTypevisibility_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
-
-