mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Remove an unneeded virtual method from EigenSparseCholesky.
Change-Id: I4f9d1730feb98b21db8dea9cc1357a365fb8fcb8
This commit is contained in:
@@ -54,8 +54,6 @@ class EigenSparseCholesky : public SparseCholesky {
|
||||
// SparseCholesky interface.
|
||||
virtual ~EigenSparseCholesky();
|
||||
virtual CompressedRowSparseMatrix::StorageType StorageType() const = 0;
|
||||
virtual LinearSolverTerminationType Factorize(
|
||||
const Eigen::SparseMatrix<double>& lhs, std::string* message) = 0;
|
||||
virtual LinearSolverTerminationType Solve(const double* rhs,
|
||||
double* solution,
|
||||
std::string* message) = 0;
|
||||
|
||||
Reference in New Issue
Block a user