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

boost::numeric::ublas::raw Namespace Reference

Functions

template<typename MV >
BOOST_UBLAS_INLINE
MV::array_type::array_type::const_pointer 
base (const MV &mv)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::pointer 
base (vector_reference< V > &v)
template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T,
N >
::array_type::array_type::const_pointer 
base (const c_vector< T, N > &v)
template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T,
N >::pointer 
base (c_vector< T, N > &v)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
base (const vector_range< V > &v)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
base (const vector_slice< V > &v)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::pointer 
base (vector_range< V > &v)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::pointer 
base (vector_slice< V > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
base (const matrix_reference< M > &m)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::pointer 
base (matrix_reference< M > &m)
template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T,
M, N >
::array_type::array_type::const_pointer 
base (const c_matrix< T, M, N > &m)
template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T,
M, N >::pointer 
base (c_matrix< T, M, N > &m)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
base (const matrix_slice< M > &m)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
base (const matrix_row< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
base (const matrix_column< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::pointer 
base (matrix_row< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::pointer 
base (matrix_column< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
base (const matrix_range< M > &m)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::pointer 
base (matrix_range< M > &m)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::pointer 
base (matrix_slice< M > &m)
template<typename MV >
BOOST_UBLAS_INLINE
MV::array_type::pointer 
base (MV &mv)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
base (const vector_reference< V > &v)
template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T,
N >
::array_type::array_type::const_pointer 
base_const (const c_vector< T, N > &v)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
base_const (const vector_range< V > &v)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
base_const (const vector_slice< V > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
base_const (const matrix_reference< M > &m)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
base_const (const matrix_slice< M > &m)
template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T,
M, N >
::array_type::array_type::const_pointer 
base_const (const c_matrix< T, M, N > &m)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
base_const (const matrix_row< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
base_const (const matrix_column< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
base_const (const matrix_range< M > &m)
template<typename MV >
BOOST_UBLAS_INLINE
MV::array_type::array_type::const_pointer 
base_const (const MV &mv)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
base_const (const vector_reference< V > &v)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
data (const vector_range< V > &v)
template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T,
N >
::array_type::array_type::const_pointer 
data (const c_vector< T, N > &v)
template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T,
N >::pointer 
data (c_vector< T, N > &v)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
data (const vector_slice< V > &v)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::pointer 
data (vector_range< V > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
data (const matrix_reference< M > &m)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::pointer 
data (vector_slice< V > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::pointer 
data (matrix_reference< M > &m)
template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T,
M, N >
::array_type::array_type::const_pointer 
data (const c_matrix< T, M, N > &m)
template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T,
M, N >::pointer 
data (c_matrix< T, M, N > &m)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
data (const matrix_row< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
data (const matrix_column< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::pointer 
data (matrix_row< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::pointer 
data (matrix_column< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
data (const matrix_range< M > &m)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
data (const matrix_slice< M > &m)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
data (const vector_reference< V > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::pointer 
data (matrix_range< M > &m)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::pointer 
data (matrix_slice< M > &m)
template<typename MV >
BOOST_UBLAS_INLINE
MV::array_type::pointer 
data (MV &mv)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::pointer 
data (vector_reference< V > &v)
template<typename MV >
BOOST_UBLAS_INLINE
MV::array_type::array_type::const_pointer 
data (const MV &mv)
template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T,
N >
::array_type::array_type::const_pointer 
data_const (const c_vector< T, N > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
data_const (const matrix_reference< M > &m)
template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T,
M, N >
::array_type::array_type::const_pointer 
data_const (const c_matrix< T, M, N > &m)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
data_const (const vector_range< V > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
data_const (const matrix_slice< M > &m)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
data_const (const vector_slice< V > &v)
template<typename V >
BOOST_UBLAS_INLINE
V::array_type::array_type::const_pointer 
data_const (const vector_reference< V > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
data_const (const matrix_row< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
data_const (const matrix_column< M > &v)
template<typename M >
BOOST_UBLAS_INLINE
M::array_type::array_type::const_pointer 
data_const (const matrix_range< M > &m)
template<typename MV >
BOOST_UBLAS_INLINE
MV::array_type::array_type::const_pointer 
data_const (const MV &mv)
template<typename M >
BOOST_UBLAS_INLINE int leading_dimension (const M &m)
template<typename M >
BOOST_UBLAS_INLINE int leading_dimension (const matrix_reference< M > &m)
template<typename M >
BOOST_UBLAS_INLINE int leading_dimension (const M &m, column_major_tag)
template<typename M >
BOOST_UBLAS_INLINE int leading_dimension (const M &m, row_major_tag)
template<typename V >
BOOST_UBLAS_INLINE int size (const vector_reference< V > &v)
template<typename V >
BOOST_UBLAS_INLINE int size (const V &v)
template<typename M >
BOOST_UBLAS_INLINE int size1 (const M &m)
template<typename M >
BOOST_UBLAS_INLINE int size1 (const matrix_reference< M > &m)
template<typename M >
BOOST_UBLAS_INLINE int size2 (const M &m)
template<typename M >
BOOST_UBLAS_INLINE int size2 (const matrix_reference< M > &m)
template<typename M >
BOOST_UBLAS_INLINE M::size_type start (const matrix_range< M > &m)
template<typename V >
BOOST_UBLAS_INLINE V::size_type start (const vector_slice< V > &v)
template<typename M >
BOOST_UBLAS_INLINE M::size_type start (const matrix_row< M > &v)
template<typename MV >
BOOST_UBLAS_INLINE MV::size_type start (const MV &mv)
template<typename V >
BOOST_UBLAS_INLINE V::size_type start (const vector_range< V > &v)
template<typename M >
BOOST_UBLAS_INLINE M::size_type start (const matrix_slice< M > &m)
template<typename M >
BOOST_UBLAS_INLINE M::size_type start (const matrix_column< M > &v)
template<typename V >
BOOST_UBLAS_INLINE int stride (const V &v)
template<typename M >
BOOST_UBLAS_INLINE int stride (const matrix_row< M > &v)
template<typename V >
BOOST_UBLAS_INLINE int stride (const vector_range< V > &v)
template<typename M >
BOOST_UBLAS_INLINE int stride (const matrix_column< M > &v)
template<typename V >
BOOST_UBLAS_INLINE int stride (const vector_slice< V > &v)
template<typename M >
BOOST_UBLAS_INLINE int stride1 (const matrix_slice< M > &m)
template<typename M >
BOOST_UBLAS_INLINE int stride1 (const matrix_range< M > &m)
template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE int stride1 (const c_matrix< T, M, N > &m)
template<typename M >
BOOST_UBLAS_INLINE int stride1 (const M &m)
template<typename M >
BOOST_UBLAS_INLINE int stride1 (const matrix_reference< M > &m)
template<typename M >
BOOST_UBLAS_INLINE int stride2 (const matrix_reference< M > &m)
template<typename M >
BOOST_UBLAS_INLINE int stride2 (const matrix_range< M > &m)
template<typename M >
BOOST_UBLAS_INLINE int stride2 (const M &m)
template<typename M >
BOOST_UBLAS_INLINE int stride2 (const matrix_slice< M > &m)
template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE int stride2 (const c_matrix< T, M, N > &m)

Function Documentation

template<typename V >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::size ( const V &  v)

Definition at line 351 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::size ( const vector_reference< V > &  v)

Definition at line 357 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::size1 ( const M &  m)

Definition at line 363 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::size2 ( const M &  m)

Definition at line 368 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::size1 ( const matrix_reference< M > &  m)

Definition at line 374 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::size2 ( const matrix_reference< M > &  m)

Definition at line 379 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::leading_dimension ( const M &  m,
row_major_tag   
)

Definition at line 385 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::leading_dimension ( const M &  m,
column_major_tag   
)

Definition at line 390 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::leading_dimension ( const M &  m)

Definition at line 395 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::leading_dimension ( const matrix_reference< M > &  m)

Definition at line 401 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride ( const V &  v)

Definition at line 407 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride ( const vector_range< V > &  v)

Definition at line 413 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride ( const vector_slice< V > &  v)

Definition at line 418 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride ( const matrix_row< M > &  v)

Definition at line 424 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride ( const matrix_column< M > &  v)

Definition at line 429 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride1 ( const M &  m)

Definition at line 435 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride2 ( const M &  m)

Definition at line 441 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride1 ( const matrix_reference< M > &  m)

Definition at line 448 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride2 ( const matrix_reference< M > &  m)

Definition at line 453 of file raw.hpp.

template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride1 ( const c_matrix< T, M, N > &  m)

Definition at line 459 of file raw.hpp.

template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride2 ( const c_matrix< T, M, N > &  m)

Definition at line 464 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride1 ( const matrix_range< M > &  m)

Definition at line 470 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride1 ( const matrix_slice< M > &  m)

Definition at line 475 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride2 ( const matrix_range< M > &  m)

Definition at line 480 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE int boost::numeric::ublas::raw::stride2 ( const matrix_slice< M > &  m)

Definition at line 485 of file raw.hpp.

template<typename MV >
BOOST_UBLAS_INLINE MV::array_type::array_type::array_type::const_pointer boost::numeric::ublas::raw::data ( const MV &  mv)

Definition at line 491 of file raw.hpp.

template<typename MV >
BOOST_UBLAS_INLINE MV::array_type::array_type::const_pointer boost::numeric::ublas::raw::data_const ( const MV &  mv)

Definition at line 496 of file raw.hpp.

template<typename MV >
BOOST_UBLAS_INLINE MV::array_type::pointer boost::numeric::ublas::raw::data ( MV &  mv)

Definition at line 501 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::array_type::const_pointer boost::numeric::ublas::raw::data ( const vector_reference< V > &  v)

Definition at line 508 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::array_type::const_pointer boost::numeric::ublas::raw::data_const ( const vector_reference< V > &  v)

Definition at line 513 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::pointer boost::numeric::ublas::raw::data ( vector_reference< V > &  v)

Definition at line 518 of file raw.hpp.

template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T, N >::array_type::array_type::const_pointer boost::numeric::ublas::raw::data ( const c_vector< T, N > &  v)

Definition at line 524 of file raw.hpp.

template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T, N >::array_type::array_type::const_pointer boost::numeric::ublas::raw::data_const ( const c_vector< T, N > &  v)

Definition at line 529 of file raw.hpp.

template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T, N >::pointer boost::numeric::ublas::raw::data ( c_vector< T, N > &  v)

Definition at line 534 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::array_type::const_pointer boost::numeric::ublas::raw::data ( const vector_range< V > &  v)

Definition at line 540 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::array_type::const_pointer boost::numeric::ublas::raw::data ( const vector_slice< V > &  v)

Definition at line 545 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::array_type::const_pointer boost::numeric::ublas::raw::data_const ( const vector_range< V > &  v)

Definition at line 550 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::const_pointer boost::numeric::ublas::raw::data_const ( const vector_slice< V > &  v)

Definition at line 555 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::pointer boost::numeric::ublas::raw::data ( vector_range< V > &  v)

Definition at line 560 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::pointer boost::numeric::ublas::raw::data ( vector_slice< V > &  v)

Definition at line 565 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::data ( const matrix_reference< M > &  m)

Definition at line 571 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::data_const ( const matrix_reference< M > &  m)

Definition at line 576 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::pointer boost::numeric::ublas::raw::data ( matrix_reference< M > &  m)

Definition at line 581 of file raw.hpp.

template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T, M, N >::array_type::const_pointer boost::numeric::ublas::raw::data ( const c_matrix< T, M, N > &  m)

Definition at line 587 of file raw.hpp.

template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T, M, N >::array_type::const_pointer boost::numeric::ublas::raw::data_const ( const c_matrix< T, M, N > &  m)

Definition at line 592 of file raw.hpp.

template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T, M, N >::pointer boost::numeric::ublas::raw::data ( c_matrix< T, M, N > &  m)

Definition at line 597 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::data ( const matrix_row< M > &  v)

Definition at line 603 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::data ( const matrix_column< M > &  v)

Definition at line 608 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::data_const ( const matrix_row< M > &  v)

Definition at line 613 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::data_const ( const matrix_column< M > &  v)

Definition at line 618 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::pointer boost::numeric::ublas::raw::data ( matrix_row< M > &  v)

Definition at line 623 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::pointer boost::numeric::ublas::raw::data ( matrix_column< M > &  v)

Definition at line 628 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::data ( const matrix_range< M > &  m)

Definition at line 634 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::data ( const matrix_slice< M > &  m)

Definition at line 639 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::data_const ( const matrix_range< M > &  m)

Definition at line 644 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::data_const ( const matrix_slice< M > &  m)

Definition at line 649 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::pointer boost::numeric::ublas::raw::data ( matrix_range< M > &  m)

Definition at line 654 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::pointer boost::numeric::ublas::raw::data ( matrix_slice< M > &  m)

Definition at line 659 of file raw.hpp.

template<typename MV >
BOOST_UBLAS_INLINE MV::array_type::const_pointer boost::numeric::ublas::raw::base ( const MV &  mv)

Definition at line 666 of file raw.hpp.

template<typename MV >
BOOST_UBLAS_INLINE MV::array_type::const_pointer boost::numeric::ublas::raw::base_const ( const MV &  mv)

Definition at line 671 of file raw.hpp.

template<typename MV >
BOOST_UBLAS_INLINE MV::array_type::pointer boost::numeric::ublas::raw::base ( MV &  mv)

Definition at line 676 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::const_pointer boost::numeric::ublas::raw::base ( const vector_reference< V > &  v)

Definition at line 682 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::const_pointer boost::numeric::ublas::raw::base_const ( const vector_reference< V > &  v)

Definition at line 687 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::pointer boost::numeric::ublas::raw::base ( vector_reference< V > &  v)

Definition at line 692 of file raw.hpp.

template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T, N >::array_type::const_pointer boost::numeric::ublas::raw::base ( const c_vector< T, N > &  v)

Definition at line 698 of file raw.hpp.

template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T, N >::array_type::const_pointer boost::numeric::ublas::raw::base_const ( const c_vector< T, N > &  v)

Definition at line 703 of file raw.hpp.

template<typename T , std::size_t N>
BOOST_UBLAS_INLINE c_vector< T, N >::pointer boost::numeric::ublas::raw::base ( c_vector< T, N > &  v)

Definition at line 708 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::const_pointer boost::numeric::ublas::raw::base ( const vector_range< V > &  v)

Definition at line 714 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::const_pointer boost::numeric::ublas::raw::base ( const vector_slice< V > &  v)

Definition at line 719 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::const_pointer boost::numeric::ublas::raw::base_const ( const vector_range< V > &  v)

Definition at line 724 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::const_pointer boost::numeric::ublas::raw::base_const ( const vector_slice< V > &  v)

Definition at line 729 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::pointer boost::numeric::ublas::raw::base ( vector_range< V > &  v)

Definition at line 734 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::array_type::pointer boost::numeric::ublas::raw::base ( vector_slice< V > &  v)

Definition at line 739 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::base ( const matrix_reference< M > &  m)

Definition at line 745 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::base_const ( const matrix_reference< M > &  m)

Definition at line 750 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::pointer boost::numeric::ublas::raw::base ( matrix_reference< M > &  m)

Definition at line 755 of file raw.hpp.

template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T, M, N >::array_type::const_pointer boost::numeric::ublas::raw::base ( const c_matrix< T, M, N > &  m)

Definition at line 761 of file raw.hpp.

template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T, M, N >::array_type::const_pointer boost::numeric::ublas::raw::base_const ( const c_matrix< T, M, N > &  m)

Definition at line 766 of file raw.hpp.

template<typename T , std::size_t M, std::size_t N>
BOOST_UBLAS_INLINE c_matrix< T, M, N >::pointer boost::numeric::ublas::raw::base ( c_matrix< T, M, N > &  m)

Definition at line 771 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::base ( const matrix_row< M > &  v)

Definition at line 777 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::base ( const matrix_column< M > &  v)

Definition at line 782 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::base_const ( const matrix_row< M > &  v)

Definition at line 787 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::base_const ( const matrix_column< M > &  v)

Definition at line 792 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::pointer boost::numeric::ublas::raw::base ( matrix_row< M > &  v)

Definition at line 797 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::pointer boost::numeric::ublas::raw::base ( matrix_column< M > &  v)

Definition at line 802 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::base ( const matrix_range< M > &  m)

Definition at line 808 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::base ( const matrix_slice< M > &  m)

Definition at line 813 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::base_const ( const matrix_range< M > &  m)

Definition at line 818 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::const_pointer boost::numeric::ublas::raw::base_const ( const matrix_slice< M > &  m)

Definition at line 823 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::pointer boost::numeric::ublas::raw::base ( matrix_range< M > &  m)

Definition at line 828 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::array_type::pointer boost::numeric::ublas::raw::base ( matrix_slice< M > &  m)

Definition at line 833 of file raw.hpp.

template<typename MV >
BOOST_UBLAS_INLINE MV::size_type boost::numeric::ublas::raw::start ( const MV &  mv)

Definition at line 839 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::size_type boost::numeric::ublas::raw::start ( const vector_range< V > &  v)

Definition at line 845 of file raw.hpp.

template<typename V >
BOOST_UBLAS_INLINE V::size_type boost::numeric::ublas::raw::start ( const vector_slice< V > &  v)

Definition at line 850 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::size_type boost::numeric::ublas::raw::start ( const matrix_row< M > &  v)

Definition at line 856 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::size_type boost::numeric::ublas::raw::start ( const matrix_column< M > &  v)

Definition at line 861 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::size_type boost::numeric::ublas::raw::start ( const matrix_range< M > &  m)

Definition at line 867 of file raw.hpp.

template<typename M >
BOOST_UBLAS_INLINE M::size_type boost::numeric::ublas::raw::start ( const matrix_slice< M > &  m)

Definition at line 872 of file raw.hpp.