From 5b1d0cebc5c30975f6f392d6f7d49d35e2a3508f Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sun, 5 Apr 2009 16:30:10 +0000 Subject: sparse module: new API proposal for triangular solves and experimental solver support with a sparse matrix as the rhs. --- Eigen/src/Sparse/SparseUtil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/src/Sparse/SparseUtil.h') diff --git a/Eigen/src/Sparse/SparseUtil.h b/Eigen/src/Sparse/SparseUtil.h index 393cdda6e..6610bdf30 100644 --- a/Eigen/src/Sparse/SparseUtil.h +++ b/Eigen/src/Sparse/SparseUtil.h @@ -113,6 +113,7 @@ template class SparseCwiseUnaryO template class SparseCwiseBinaryOp; template class SparseFlagged; +template class SparseTriangular; template class SparseDiagonalProduct; template struct ei_sparse_product_mode; -- cgit v1.2.3