// Copyright (c) 2014 // INRIA Saclay-Ile de France (France) // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License as // published by the Free Software Foundation; either version 3 of the License, // or (at your option) any later version. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. // // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ // // Author(s) : Marc Glisse #ifndef CGAL_ALLOWED_INCLUSION #error Must not include this header directly #endif #if !defined(CGAL_TAG) \ || ! defined(CGAL_CLASS) \ || ! defined(CGAL_FUNC) \ || ! defined(CGAL_SIGN_FUNC) \ || ! defined(CGAL_SHIFT) #error Forgot one macro #endif namespace CGAL { template ::value> struct CGAL_CLASS : LA { template< class D2, class D3=D2 > struct Rebind_dimension { typedef typename LA::template Rebind_dimension LA2; typedef CGAL_CLASS Other; }; }; template struct CGAL_CLASS , Max_dim_, false> : LA { typedef typename LA::NT NT; typedef typename LA::Vector Vector; template< class D2, class D3=D2 > struct Rebind_dimension { typedef typename LA::template Rebind_dimension LA2; typedef CGAL_CLASS Other; }; template struct Property : LA::template Property

{}; template struct Property : boost::true_type {}; static NT CGAL_FUNC(Vector const&a, Vector const&b){ return CGAL::determinant_of_vectors(a,b); } template static Sign CGAL_SIGN_FUNC(V1 const&a, V2 const&b){ return CGAL::sign_of_determinant_of_vectors(a,b); } }; template struct CGAL_CLASS , Max_dim_, false> : LA { typedef typename LA::NT NT; typedef typename LA::Vector Vector; template< class D2, class D3=D2 > struct Rebind_dimension { typedef typename LA::template Rebind_dimension LA2; typedef CGAL_CLASS Other; }; template struct Property : LA::template Property

{}; template struct Property : boost::true_type {}; static NT CGAL_FUNC(Vector const&a, Vector const&b, Vector const&c){ return CGAL::determinant_of_vectors(a,b,c); } static Sign CGAL_SIGN_FUNC(Vector const&a, Vector const&b, Vector const&c){ return CGAL::sign_of_determinant_of_vectors(a,b,c); } }; template struct CGAL_CLASS , Max_dim_, false> : LA { typedef typename LA::NT NT; typedef typename LA::Vector Vector; template< class D2, class D3=D2 > struct Rebind_dimension { typedef typename LA::template Rebind_dimension LA2; typedef CGAL_CLASS Other; }; template struct Property : LA::template Property

{}; template struct Property : boost::true_type {}; static NT CGAL_FUNC(Vector const&a, Vector const&b, Vector const&c, Vector const&d){ return CGAL::determinant_of_vectors(a,b,c,d); } static Sign CGAL_SIGN_FUNC(Vector const&a, Vector const&b, Vector const&c, Vector const&d){ return CGAL::sign_of_determinant_of_vectors(a,b,c,d); } }; template struct CGAL_CLASS , Max_dim_, false> : LA { typedef typename LA::NT NT; typedef typename LA::Vector Vector; template< class D2, class D3=D2 > struct Rebind_dimension { typedef typename LA::template Rebind_dimension LA2; typedef CGAL_CLASS Other; }; template struct Property : LA::template Property

{}; template struct Property : boost::true_type {}; static NT CGAL_FUNC(Vector const&a, Vector const&b, Vector const&c, Vector const&d, Vector const&e){ return CGAL::determinant_of_vectors(a,b,c,d,e); } static Sign CGAL_SIGN_FUNC(Vector const&a, Vector const&b, Vector const&c, Vector const&d, Vector const&e){ return CGAL::sign_of_determinant_of_vectors(a,b,c,d,e); } }; template struct CGAL_CLASS , Max_dim_, false> : LA { typedef typename LA::NT NT; typedef typename LA::Vector Vector; template< class D2, class D3=D2 > struct Rebind_dimension { typedef typename LA::template Rebind_dimension LA2; typedef CGAL_CLASS Other; }; template struct Property : LA::template Property

{}; template struct Property : boost::true_type {}; static NT CGAL_FUNC(Vector const&a, Vector const&b, Vector const&c, Vector const&d, Vector const&e, Vector const&f){ return CGAL::determinant_of_vectors(a,b,c,d,e,f); } static Sign CGAL_SIGN_FUNC(Vector const&a, Vector const&b, Vector const&c, Vector const&d, Vector const&e, Vector const&f){ return CGAL::sign_of_determinant_of_vectors(a,b,c,d,e,f); } }; }