aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky/LDLT.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-03-31 13:55:40 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-03-31 13:55:40 +0000
commitbf596d0b3ab42afeb69c7343068103615792a4fb (patch)
treebe2ad8de02097867ef09660d5567f63a45f88e9d /Eigen/src/Cholesky/LDLT.h
parenta1ba995f05dfbaf763dc271f246a4bfcb2f694c3 (diff)
add adjointInPlace() and add documentation warnings on adjoint() and transpose() about aliasing effects.
Diffstat (limited to 'Eigen/src/Cholesky/LDLT.h')
-rw-r--r--Eigen/src/Cholesky/LDLT.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Cholesky/LDLT.h b/Eigen/src/Cholesky/LDLT.h
index 7edac3859..a32a5b8c5 100644
--- a/Eigen/src/Cholesky/LDLT.h
+++ b/Eigen/src/Cholesky/LDLT.h
@@ -3,6 +3,7 @@
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2009 Keir Mierle <mierle@gmail.com>
+// Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public