From 870256217719e5d5a55ce0791ee4c8ff6f4592c4 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 3 Jan 2017 11:25:41 +0100 Subject: bug #1370: add doc for StorageIndex --- Eigen/src/SparseCore/SparseMatrixBase.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Eigen/src/SparseCore') diff --git a/Eigen/src/SparseCore/SparseMatrixBase.h b/Eigen/src/SparseCore/SparseMatrixBase.h index 0da4c2a36..c6b548f11 100644 --- a/Eigen/src/SparseCore/SparseMatrixBase.h +++ b/Eigen/src/SparseCore/SparseMatrixBase.h @@ -37,7 +37,11 @@ template class SparseMatrixBase typedef typename internal::packet_traits::type PacketScalar; typedef typename internal::traits::StorageKind StorageKind; + + /** The integer type used to \b store indices within a SparseMatrix. + * For a \c SparseMatrix it an alias of the third template parameter \c IndexType. */ typedef typename internal::traits::StorageIndex StorageIndex; + typedef typename internal::add_const_on_value_type_if_arithmetic< typename internal::packet_traits::type >::type PacketReturnType; -- cgit v1.2.3