mirror of https://github.com/CGAL/cgal
use SparseMatrix default for Options template parameter
This commit is contained in:
parent
64a9b40ce1
commit
0d271831eb
|
|
@ -38,7 +38,7 @@ namespace CGAL {
|
|||
/// @heading Parameters:
|
||||
/// @param T Number type.
|
||||
|
||||
template<class T, int Options = Eigen::RowMajor>
|
||||
template<class T, int Options = Eigen::SparseMatrix<T>::Options>
|
||||
struct Eigen_sparse_matrix
|
||||
{
|
||||
// Public types
|
||||
|
|
|
|||
Loading…
Reference in New Issue