From d6e88f81551d5d9c1b66f4fc13d2f2211cb689ff Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 9 Aug 2008 19:26:14 +0000 Subject: * add LU unit-test. Seems like we have very good numerical stability! * some cleanup, and grant me a copyright line on the determinant test. --- test/determinant.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/determinant.cpp') diff --git a/test/determinant.cpp b/test/determinant.cpp index dc9f5eb54..ab9460b15 100644 --- a/test/determinant.cpp +++ b/test/determinant.cpp @@ -1,6 +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 Benoit Jacob // Copyright (C) 2008 Gael Guennebaud // // Eigen is free software; you can redistribute it and/or -- cgit v1.2.3