From f74730e5af25080e8b400a07bd750bbb280c64af Mon Sep 17 00:00:00 2001 From: rajiv2605 Date: Fri, 7 Jul 2017 09:24:13 +0530 Subject: [PATCH] Added operator_minus.hpp back to src/mlpack/core/arma_extend/ --- src/mlpack/core/arma_extend/operator_minus.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/mlpack/core/arma_extend/operator_minus.hpp diff --git a/src/mlpack/core/arma_extend/operator_minus.hpp b/src/mlpack/core/arma_extend/operator_minus.hpp new file mode 100644 index 0000000000..0d46b8bfb0 --- /dev/null +++ b/src/mlpack/core/arma_extend/operator_minus.hpp @@ -0,0 +1,12 @@ +// Copyright (C) 2008-2015 National ICT Australia (NICTA) +// +// 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 with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// ------------------------------------------------------------------- +// +// Written by Conrad Sanderson - http://conradsanderson.id.au +// Written by Ryan Curtin + +// Backport unary minus operator for sparse matrices to Armadillo 4.000 and +// older. \ No newline at end of file