cheshirekow  v0.1.0
view.h File Reference

Go to the source code of this file.

Classes

class  fiber::_RView< Scalar, Exp, rows_, cols_ >
 expression template for subset of a matrix expression More...
 
class  fiber::LView< Scalar, Exp, rows_, cols_ >
 expression template for subset of a matrix expression More...
 

Namespaces

 fiber
 simple template expression library for linear algebra
 

Functions

template<int rows, int cols, typename Scalar , class Exp >
LView< Scalar, Exp, rows, cols > fiber::Block (_LValue< Scalar, Exp > &A, int i, int j)
 
template<typename Scalar , class Exp >
LView< Scalar, Exp, Exp::ROWS_, 1 > fiber::Column (_LValue< Scalar, Exp > &A, int j)
 
template<int cols, typename Scalar , class Exp >
LView< Scalar, Exp, Exp::ROWS_,
cols > 
fiber::Columns (_LValue< Scalar, Exp > &A, int j)
 
template<typename Scalar , class Exp >
_RView< Scalar, Exp,
Exp::ROWS_, 1 > 
fiber::GetColumn (_RValue< Scalar, Exp > const &A, int j)
 
template<int cols, typename Scalar , class Exp >
_RView< Scalar, Exp,
Exp::ROWS_, cols > 
fiber::GetColumns (_RValue< Scalar, Exp > const &A, int j)
 
template<typename Scalar , class Exp >
_RView< Scalar, Exp,
1, Exp::COLS_ > 
fiber::GetRow (_RValue< Scalar, Exp > const &A, int i)
 
template<int rows, typename Scalar , class Exp >
_RView< Scalar, Exp, rows,
Exp::COLS_ > 
fiber::GetRows (_RValue< Scalar, Exp > const &A, int i)
 
template<typename Scalar , class Exp >
LView< Scalar, Exp, 1, Exp::COLS_ > fiber::Row (_LValue< Scalar, Exp > &A, int i)
 
template<int rows, typename Scalar , class Exp >
LView< Scalar, Exp, rows,
Exp::COLS_ > 
fiber::Rows (_LValue< Scalar, Exp > &A, int i)
 
template<int rows, int cols, typename Scalar , class Exp >
_RView< Scalar, Exp, rows, cols > fiber::View (_RValue< Scalar, Exp > const &A, Index i, Index j)
 

Detailed Description

Date
Dec 9, 2012
Author
Josh Bialkowski (jbial.nosp@m.k@mi.nosp@m.t.edu)

Definition in file view.h.