Skip to content
Snippets Groups Projects
Commit 270dab9a authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: comment useless typedef

parent 37f9dd62
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ void exposeIsApprox() { ...@@ -23,7 +23,7 @@ void exposeIsApprox() {
EIGENPY_MAKE_TYPEDEFS(Scalar, Options, s, Eigen::Dynamic, X); EIGENPY_MAKE_TYPEDEFS(Scalar, Options, s, Eigen::Dynamic, X);
EIGENPY_UNUSED_TYPE(VectorXs); EIGENPY_UNUSED_TYPE(VectorXs);
EIGENPY_UNUSED_TYPE(RowVectorXs); EIGENPY_UNUSED_TYPE(RowVectorXs);
typedef Eigen::SparseMatrix<Scalar, Options> SparseMatrixXs; // typedef Eigen::SparseMatrix<Scalar, Options> SparseMatrixXs;
typedef typename MatrixXs::RealScalar RealScalar; typedef typename MatrixXs::RealScalar RealScalar;
using namespace Eigen; using namespace Eigen;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment