From 35f7829af10c61e33dd2e2a7a015058e11a11ea0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Mar 2017 14:17:07 +0100 Subject: update --- eigen/lapack/complex_single.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eigen/lapack/complex_single.cpp') diff --git a/eigen/lapack/complex_single.cpp b/eigen/lapack/complex_single.cpp index c0b2d29..6d11b26 100644 --- a/eigen/lapack/complex_single.cpp +++ b/eigen/lapack/complex_single.cpp @@ -1,7 +1,7 @@ // This file is part of Eigen, a lightweight C++ template library // for linear algebra. // -// Copyright (C) 2009-2011 Gael Guennebaud +// Copyright (C) 2009-2014 Gael Guennebaud // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed @@ -15,3 +15,4 @@ #include "cholesky.cpp" #include "lu.cpp" +#include "svd.cpp" -- cgit v1.2.3