![]() |
Eigen
3.3.3
|
00001 // This file is part of Eigen, a lightweight C++ template library 00002 // for linear algebra. 00003 // 00004 // Copyright (C) 2016 Eugene Brevdo <ebrevdo@gmail.com> 00005 // 00006 // This Source Code Form is subject to the terms of the Mozilla 00007 // Public License v. 2.0. If a copy of the MPL was not distributed 00008 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. 00009 00010 #ifndef EIGEN_TERNARY_FUNCTORS_H 00011 #define EIGEN_TERNARY_FUNCTORS_H 00012 00013 namespace Eigen { 00014 00015 namespace internal { 00016 00017 //---------- associative ternary functors ---------- 00018 00019 00020 00021 } // end namespace internal 00022 00023 } // end namespace Eigen 00024 00025 #endif // EIGEN_TERNARY_FUNCTORS_H