use SparseMatrix default for Options template parameter

This commit is contained in:
Sébastien Loriot 2013-03-28 08:27:07 +01:00
parent 64a9b40ce1
commit 0d271831eb
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace CGAL {
/// @heading Parameters: /// @heading Parameters:
/// @param T Number type. /// @param T Number type.
template<class T, int Options = Eigen::RowMajor> template<class T, int Options = Eigen::SparseMatrix<T>::Options>
struct Eigen_sparse_matrix struct Eigen_sparse_matrix
{ {
// Public types // Public types