$search

Row< eT > Class Template Reference
[Row]

Class for row vectors (matrices with only one row). More...

#include <Row_bones.hpp>

Inheritance diagram for Row< eT >:
Inheritance graph
[legend]

List of all members.

Classes

class  fixed

Public Types

typedef const eT * const_row_iterator
typedef eT elem_type
 the type of elements stored in the matrix
typedef get_pod_type< eT >::result pod_type
 if eT is non-complex, pod_type is same as eT. otherwise, pod_type is the underlying type used by std::complex
typedef eT * row_iterator

Public Member Functions

const_row_iterator begin_row (const uword row_num) const
row_iterator begin_row (const uword row_num)
arma_inline eT col (const uword col_num) const
 creation of subview (column vector)
arma_inline eT & col (const uword col_num)
 creation of subview (column vector)
arma_inline const subview_row< eT > cols (const uword in_col1, const uword in_col2) const
 creation of subview (submatrix comprised of specified column vectors)
arma_inline subview_row< eT > cols (const uword in_col1, const uword in_col2)
 creation of subview (submatrix comprised of specified column vectors)
const_row_iterator end_row (const uword row_num) const
row_iterator end_row (const uword row_num)
template<typename T1 >
void insert_cols (const uword col_num, const Base< eT, T1 > &X)
void insert_cols (const uword col_num, const uword N, const bool set_to_zero=true)
mat_injector< Rowoperator<< (const eT val)
const Rowoperator= (const subview_cube< eT > &X)
 construct a matrix from a subview_cube instance
template<typename T1 >
const Rowoperator= (const BaseCube< eT, T1 > &X)
template<typename T1 >
const Rowoperator= (const Base< eT, T1 > &X)
const Rowoperator= (const eT val)
const Rowoperator= (const std::string &text)
 create the matrix from a textual description
const Rowoperator= (const char *text)
 create the matrix from a textual description
template<typename T1 , typename T2 >
 Row (const Base< typename Row< eT >::pod_type, T1 > &A, const Base< typename Row< eT >::pod_type, T2 > &B)
 Row (const subview_cube< eT > &X)
template<typename T1 >
 Row (const BaseCube< eT, T1 > &X)
template<typename T1 , typename T2 >
 Row (const Base< pod_type, T1 > &A, const Base< pod_type, T2 > &B)
 Row (const eT *aux_mem, const uword aux_length)
 construct a row vector from a given auxiliary array
 Row (eT *aux_mem, const uword aux_length, const bool copy_aux_mem=true, const bool strict=true)
 construct a row vector from a given auxiliary array
template<typename T1 >
 Row (const Base< eT, T1 > &X)
 Row (const std::string &text)
 Row (const char *text)
 Row (const uword in_rows, const uword in_cols)
 Row (const uword N)
 construct a row vector with the specified number of n_elem
 Row (const Row< eT > &X)
 Row ()
 construct an empty row vector
void shed_col (const uword col_num)
 remove specified columns
void shed_cols (const uword in_col1, const uword in_col2)
 remove specified columns
arma_inline const subview_row< eT > subvec (const span &col_span) const
arma_inline subview_row< eT > subvec (const span &col_span)
arma_inline const subview_row< eT > subvec (const uword in_col1, const uword in_col2) const
arma_inline subview_row< eT > subvec (const uword in_col1, const uword in_col2)

Detailed Description

template<typename eT>
class Row< eT >

Class for row vectors (matrices with only one row).

Definition at line 20 of file Row_bones.hpp.


Member Typedef Documentation

template<typename eT>
typedef const eT* Row< eT >::const_row_iterator

Definition at line 87 of file Row_bones.hpp.

template<typename eT>
typedef eT Row< eT >::elem_type

the type of elements stored in the matrix

Reimplemented from Mat< eT >.

Definition at line 24 of file Row_bones.hpp.

template<typename eT>
typedef get_pod_type<eT>::result Row< eT >::pod_type

if eT is non-complex, pod_type is same as eT. otherwise, pod_type is the underlying type used by std::complex

Reimplemented from Mat< eT >.

Definition at line 25 of file Row_bones.hpp.

template<typename eT>
typedef eT* Row< eT >::row_iterator

Definition at line 86 of file Row_bones.hpp.


Constructor & Destructor Documentation

template<typename eT>
template<typename T1 , typename T2 >
Row< eT >::Row ( const Base< pod_type, T1 > &  A,
const Base< pod_type, T2 > &  B 
) [inline, explicit]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


armadillo_matrix
Author(s): Conrad Sanderson - NICTA (www.nicta.com.au), (Wrapper by Sjoerd van den Dries)
autogenerated on Tue Mar 5 12:27:59 2013