2 #ifndef vnl_sparse_lu_h_ 3 #define vnl_sparse_lu_h_ 17 #include <vnl/algo/vnl_algo_export.h> 36 estimate_condition_verbose
79 double max_error_bound();
83 void decompose_matrix();
108 #endif // vnl_sparse_lu_h_ void set_absolute_thresh(double absolute_thresh)
set the threshold on absolute element magnitude for pivoting.
void * pmatrix_
The internal matrix representation.
vnl_sparse_matrix< double > A_
void set_diagonal_pivoting(int diag_pivoting)
set diagonal pivoting mode, normally 1 which gives priority to diagonal elements.
void set_pivot_thresh(double pivot_thresh)
set the relative pivot threshold should be between 0 and 1.
operation
Modes of computation. See constructor for details.
Linear system solver for Mx = b using LU decomposition of a sparse matrix.