2 #ifndef vnl_cholesky_h_ 3 #define vnl_cholesky_h_ 19 #include <vnl/algo/vnl_algo_export.h> 52 double determinant()
const;
76 double rcond()
const {
return rcond_; }
97 #endif // vnl_cholesky_h_ An ordinary mathematical matrix.
int rank_deficiency() const
A Success/failure flag.
vnl_vector< double > nullvector_
Decomposition of symmetric matrix.
vnl_vector< double > const & nullvector() const
Operation
Modes of computation. See constructor for details.
vnl_vector< double > & nullvector()
Return computed nullvector.
vnl_matrix< double > const & L_badly_named_method() const
Return the decomposition matrix.
double rcond() const
Return reciprocal condition number (smallest/largest singular values).