aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PermutationMatrix.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-03-29 13:45:01 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-03-29 13:45:01 +0200
commitcaecaf9c9e1745202420ceb3ef5c5b4b935d8995 (patch)
tree9cf117176d5e93f2bf0a6d247423820ff8327b80 /Eigen/src/Core/PermutationMatrix.h
parentc172abdcc74c42ed1bb7028636f0c8ca38c34373 (diff)
add missing forward declaration
Diffstat (limited to 'Eigen/src/Core/PermutationMatrix.h')
-rw-r--r--Eigen/src/Core/PermutationMatrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/src/Core/PermutationMatrix.h b/Eigen/src/Core/PermutationMatrix.h
index a56c4217a..483b483a7 100644
--- a/Eigen/src/Core/PermutationMatrix.h
+++ b/Eigen/src/Core/PermutationMatrix.h
@@ -56,6 +56,8 @@ namespace internal {
template<typename PermutationType, typename MatrixType, int Side, bool Transposed=false>
struct permut_matrix_product_retval;
+template<typename PermutationType, typename MatrixType, int Side, bool Transposed=false>
+struct permut_sparsematrix_product_retval;
enum PermPermProduct_t {PermPermProduct};
} // end namespace internal