--- vendor/kazhdan/SparseMatrix.h.orig 2024-06-29 01:37:43 UTC +++ vendor/kazhdan/SparseMatrix.h @@ -67,8 +67,6 @@ template class SparseMatrix (public) SparseMatrix( const SparseMatrix& M ); ~SparseMatrix(); - void SetZero(); - SparseMatrix& operator = (const SparseMatrix& M); SparseMatrix operator * (const T& V) const;