![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
The num_columns
operation.
More...
#include <boost/numeric/ublas/detail/config.hpp>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::ublas |
contains all important classes and functions of uBLAS | |
Functions | |
template<typename MatrixExprT > | |
BOOST_UBLAS_INLINE MatrixExprT::size_type | boost::numeric::ublas::num_columns (MatrixExprT const &m) |
Return the number of columns. |
The num_columns
operation.
-*- c++ -*-
Copyright (c) 2009, Marco Guazzone
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Definition in file num_columns.hpp.