mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add a noncopyable base class for decompositions
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Eigen {
|
||||
* see http://www-users.cs.umn.edu/~saad/software/SPARSKIT/README for more details.
|
||||
*/
|
||||
template <typename _Scalar>
|
||||
class IncompleteLUT
|
||||
class IncompleteLUT : internal::noncopyable
|
||||
{
|
||||
typedef _Scalar Scalar;
|
||||
typedef typename NumTraits<Scalar>::Real RealScalar;
|
||||
|
||||
Reference in New Issue
Block a user