aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SuperLUSupport.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-02-09 09:59:30 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-02-09 09:59:30 +0000
commita9688f0b717568713ff1acef3466a0da00a68980 (patch)
tree8eea0db4c744fdc20c110cf767c884e80f2b83e4 /Eigen/src/Sparse/SuperLUSupport.h
parente0be0206222d3891c1511fc2ec4f4d41c3ccdf84 (diff)
- add diagonal * sparse product as an expression
- split sparse_basic unit test - various fixes in sparse module
Diffstat (limited to 'Eigen/src/Sparse/SuperLUSupport.h')
-rw-r--r--Eigen/src/Sparse/SuperLUSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Sparse/SuperLUSupport.h b/Eigen/src/Sparse/SuperLUSupport.h
index ded145eeb..825de0bb5 100644
--- a/Eigen/src/Sparse/SuperLUSupport.h
+++ b/Eigen/src/Sparse/SuperLUSupport.h
@@ -1,7 +1,7 @@
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
-// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
+// Copyright (C) 2008-2009 Gael Guennebaud <g.gael@free.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public