From 8350ab9fb85d278cf2687efc86d211b25741c657 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 3 Jun 2010 08:41:11 +0200 Subject: * remove ei_index, and let ei_traits propagate the index types * add an Index type template parapeter to sparse objects --- Eigen/src/Sparse/TaucsSupport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/src/Sparse/TaucsSupport.h') diff --git a/Eigen/src/Sparse/TaucsSupport.h b/Eigen/src/Sparse/TaucsSupport.h index 2a1963f5b..c189e0127 100644 --- a/Eigen/src/Sparse/TaucsSupport.h +++ b/Eigen/src/Sparse/TaucsSupport.h @@ -63,8 +63,8 @@ taucs_ccs_matrix SparseMatrixBase::asTaucsMatrix() return res; } -template -MappedSparseMatrix::MappedSparseMatrix(taucs_ccs_matrix& taucsMat) +template +MappedSparseMatrix::MappedSparseMatrix(taucs_ccs_matrix& taucsMat) { m_innerSize = taucsMat.m; m_outerSize = taucsMat.n; -- cgit v1.2.3