From 1b4aed7255269892a72a10f877abb98648e0b729 Mon Sep 17 00:00:00 2001 From: jdh8 Date: Mon, 20 Aug 2012 03:04:28 +0800 Subject: [PATCH] Fix toc in dox and claim copyright --- unsupported/Eigen/MatrixFunctions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unsupported/Eigen/MatrixFunctions b/unsupported/Eigen/MatrixFunctions index 5133afb83..27bdcddd0 100644 --- a/unsupported/Eigen/MatrixFunctions +++ b/unsupported/Eigen/MatrixFunctions @@ -2,6 +2,7 @@ // for linear algebra. // // Copyright (C) 2009 Jitse Niesen +// Copyright (C) 2012 Chen-Pang He // // 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 @@ -35,6 +36,7 @@ * - \ref matrixbase_cosh "MatrixBase::cosh()", for computing the matrix hyperbolic cosine * - \ref matrixbase_exp "MatrixBase::exp()", for computing the matrix exponential * - \ref matrixbase_log "MatrixBase::log()", for computing the matrix logarithm + * - \ref matrixbase_pow "MatrixBase::pow()", for computing the matrix power * - \ref matrixbase_matrixfunction "MatrixBase::matrixFunction()", for computing general matrix functions * - \ref matrixbase_sin "MatrixBase::sin()", for computing the matrix sine * - \ref matrixbase_sinh "MatrixBase::sinh()", for computing the matrix hyperbolic sine