Added operator_minus.hpp back to src/mlpack/core/arma_extend/

This commit is contained in:
rajiv2605
2017-07-07 09:24:13 +05:30
parent cba7f3710e
commit f74730e5af
@@ -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.