|
||||
File indexing completed on 2025-01-18 09:43:14
0001 /** 0002 * -*- c++ -*- 0003 * 0004 * \file operations.hpp 0005 * 0006 * \brief This header includes several headers from the operation directory. 0007 * 0008 * Copyright (c) 2009, Gunter Winkler 0009 * 0010 * Distributed under the Boost Software License, Version 1.0. (See 0011 * accompanying file LICENSE_1_0.txt or copy at 0012 * http://www.boost.org/LICENSE_1_0.txt) 0013 * 0014 * \author Gunter Winkler (guwi17 at gmx dot de) 0015 */ 0016 0017 #ifndef BOOST_NUMERIC_UBLAS_OPERATIONS_HPP 0018 #define BOOST_NUMERIC_UBLAS_OPERATIONS_HPP 0019 0020 #include <boost/numeric/ublas/operation/begin.hpp> 0021 #include <boost/numeric/ublas/operation/end.hpp> 0022 #include <boost/numeric/ublas/operation/num_columns.hpp> 0023 #include <boost/numeric/ublas/operation/num_rows.hpp> 0024 #include <boost/numeric/ublas/operation/size.hpp> 0025 0026 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |