From 019fff9a009fc77a64d61a9ff201b20c8de3a991 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Sat, 6 Feb 2016 17:48:42 -0800 Subject: [PATCH] Add my name to copyright notice in ColPivHouseholder.h, mostly for previous work on stable norm downdate formula. --- Eigen/src/QR/ColPivHouseholderQR.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Eigen/src/QR/ColPivHouseholderQR.h b/Eigen/src/QR/ColPivHouseholderQR.h index 7c559f952..cedbecb61 100644 --- a/Eigen/src/QR/ColPivHouseholderQR.h +++ b/Eigen/src/QR/ColPivHouseholderQR.h @@ -3,6 +3,7 @@ // // Copyright (C) 2008-2009 Gael Guennebaud // Copyright (C) 2009 Benoit Jacob +// Copyright (C) 2016 Rasmus Munk Larsen // // 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