![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Specialization of size_by_tag_impl
for computing the size of the leading dimension of a column-major oriented matrix.
More...
#include <size.hpp>
Static Public Member Functions | |
template<typename ExprT > | |
static BOOST_UBLAS_INLINE matrix_traits< ExprT > ::size_type | apply (matrix_expression< ExprT > const &me) |
Compute the number of rows of the given matrix. |
Specialization of size_by_tag_impl
for computing the size of the leading dimension of a column-major oriented matrix.
static BOOST_UBLAS_INLINE matrix_traits<ExprT>::size_type boost::numeric::ublas::detail::anonymous_namespace{size.hpp}::size_by_tag_impl< tag::leading, matrix_tag, column_major_tag >::apply | ( | matrix_expression< ExprT > const & | me | ) | [inline, static] |