Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

num_columns.hpp File Reference

The num_columns operation. More...

#include <boost/numeric/ublas/detail/config.hpp>
Include dependency graph for num_columns.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.

Detailed Description

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)

Author:
Marco Guazzone, marco.guazzone@gmail.com

Definition in file num_columns.hpp.