Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

fmat::Column< N, R > Member List

This is the complete list of members for fmat::Column< N, R >, including all inherited members.
abs()fmat::Column< N, R >
apply(const F &f)fmat::Column< N, R >
CAPfmat::Column< N, R > [static]
Column classfmat::Column< N, R > [friend]
Column(const fmat_internal::NoInit &noinit)fmat::Column< N, R >
Column()fmat::Column< N, R >
Column(const R x)fmat::Column< N, R > [explicit]
Column(const R *x, size_t stride=sizeof(R))fmat::Column< N, R > [explicit]
Column(const SubVector< N, R > &x)fmat::Column< N, R >
Column(const SubVector< N, const R > &x)fmat::Column< N, R >
Column(const SubMatrix< N, 1, R > &x)fmat::Column< N, R >
Column(const SubMatrix< N, 1, const R > &x)fmat::Column< N, R >
Column(const Matrix< N, 1, R > &x)fmat::Column< N, R >
Column(const Column< S, R > &x, size_t srcOffset=0)fmat::Column< N, R > [explicit]
Column(const SubVector< S, R > &x, size_t srcOffset=0)fmat::Column< N, R > [explicit]
Column(const SubVector< S, const R > &x, size_t srcOffset=0)fmat::Column< N, R > [explicit]
column(size_t i)fmat::Matrix< N, 1, R >
column(size_t i) constfmat::Matrix< N, 1, R >
datafmat::Matrix< N, 1, R > [protected]
exportTo() const fmat::Column< N, R >
exportTo(T &x) const fmat::Column< N, R >
exportTo2DArray(T &x) constfmat::Matrix< N, 1, R >
exportToCMajor(T &x, size_t stride=H) constfmat::Matrix< N, 1, R >
exportToNewmat(T &x) constfmat::Matrix< N, 1, R >
exportToRMajor(T &x, size_t stride=W) constfmat::Matrix< N, 1, R >
fmt(std::string const &numberFormat=defaultNumberFormat, std::string const &firstLineStart="[", std::string const &nextLineStart="", std::string const &lastLineEnd="]\u1D40", std::string const &rowBegin="", std::string const &elementSep="", std::string const &rowEnd="", std::string const &rowSep=" ") const fmat::Column< N, R >
HEIGHTfmat::Column< N, R > [static]
identity()fmat::Matrix< N, 1, R > [static]
importFrom(const T &x)fmat::Column< N, R >
importFrom2DArray(const T &x)fmat::Matrix< N, 1, R >
importFromCMajor(const T &x, size_t stride=H)fmat::Matrix< N, 1, R >
importFromNewmat(const T &x)fmat::Matrix< N, 1, R >
importFromRMajor(const T &x, size_t stride=W)fmat::Matrix< N, 1, R >
map(const F &f) const fmat::Column< N, R >
Matrix(const fmat_internal::NoInit &)fmat::Matrix< N, 1, R >
Matrix()fmat::Matrix< N, 1, R >
Matrix(const R x)fmat::Matrix< N, 1, R > [explicit]
Matrix(const R *x, size_t colStride=H)fmat::Matrix< N, 1, R > [explicit]
Matrix(const SubMatrix< H, W, out_t > &x)fmat::Matrix< N, 1, R >
Matrix(const SubMatrix< H, W, const out_t > &x)fmat::Matrix< N, 1, R >
Matrix(const Matrix< H, W, out_t > &x)fmat::Matrix< N, 1, R >
Matrix(const Matrix< H, W, const out_t > &x)fmat::Matrix< N, 1, R >
Matrix(const SubMatrix< SH, SW, T > &x)fmat::Matrix< N, 1, R > [explicit]
Matrix(const SubMatrix< SH, SW, T > &x, size_t rowOff, size_t colOff)fmat::Matrix< N, 1, R > [explicit]
Matrix(const Matrix< SH, SW, R > &x)fmat::Matrix< N, 1, R > [explicit]
Matrix(const Matrix< SH, SW, R > &x, size_t rowOff, size_t colOff)fmat::Matrix< N, 1, R > [explicit]
max() const ATTR_must_checkfmat::Column< N, R >
maxC() constfmat::Matrix< N, 1, R >
maximize(const Matrix< N, 1, T > &x)fmat::Column< N, R >
maximize(const SubVector< N, T > &x)fmat::Column< N, R >
maxR() constfmat::Matrix< N, 1, R >
min() const ATTR_must_checkfmat::Column< N, R >
minC() constfmat::Matrix< N, 1, R >
minimize(const Matrix< N, 1, T > &x)fmat::Column< N, R >
minimize(const SubVector< N, T > &x)fmat::Column< N, R >
minR() constfmat::Matrix< N, 1, R >
norm() const ATTR_must_checkfmat::Column< N, R >
operator!=(const SubVector< N, R > &x) const fmat::Column< N, R >
operator!=(const SubVector< N, const R > &x) const fmat::Column< N, R >
operator!=(const SubMatrix< N, 1, R > &x) const fmat::Column< N, R >
operator!=(const SubMatrix< N, 1, const R > &x) const fmat::Column< N, R >
operator!=(const Matrix< N, 1, R > &x) const fmat::Column< N, R >
Matrix< N, 1, R >::operator!=(const SubMatrix< H, W, R > &x) constfmat::Matrix< N, 1, R >
Matrix< N, 1, R >::operator!=(const Matrix< H, W, R > &x) constfmat::Matrix< N, 1, R >
operator()(size_t r, size_t c)fmat::Matrix< N, 1, R >
operator()(size_t r, size_t c) constfmat::Matrix< N, 1, R >
operator*(R x) const fmat::Column< N, R >
operator*(R x, const Column &a)fmat::Column< N, R > [friend]
Matrix< N, 1, R >::operator*(R x, const Matrix &a)fmat::Matrix< N, 1, R > [friend]
operator*=(R x)fmat::Column< N, R >
operator+(R x) const fmat::Column< N, R >
operator+(R x, const Column &a)fmat::Column< N, R > [friend]
operator+(const SubVector< N, R > &x) const fmat::Column< N, R >
operator+(const SubVector< N, const R > &x) const fmat::Column< N, R >
operator+(const SubMatrix< N, 1, R > &x) const fmat::Column< N, R >
operator+(const SubMatrix< N, 1, const R > &x) const fmat::Column< N, R >
operator+(const Matrix< N, 1, R > &x) const fmat::Column< N, R >
Matrix< N, 1, R >::operator+(R x, const Matrix &a)fmat::Matrix< N, 1, R > [friend]
Matrix< N, 1, R >::operator+(const SubMatrix< H, W, R > &x) constfmat::Matrix< N, 1, R >
Matrix< N, 1, R >::operator+(const Matrix< H, W, R > &x) constfmat::Matrix< N, 1, R >
operator+=(R x)fmat::Column< N, R >
operator+=(const SubVector< N, R > &x)fmat::Column< N, R >
operator+=(const SubVector< N, const R > &x)fmat::Column< N, R >
operator+=(const SubMatrix< N, 1, R > &x)fmat::Column< N, R >
operator+=(const SubMatrix< N, 1, const R > &x)fmat::Column< N, R >
operator+=(const Matrix< N, 1, R > &x)fmat::Column< N, R >
Matrix< N, 1, R >::operator+=(const SubMatrix< H, W, out_t > &x)fmat::Matrix< N, 1, R >
Matrix< N, 1, R >::operator+=(const SubMatrix< H, W, const out_t > &x)fmat::Matrix< N, 1, R >
Matrix< N, 1, R >::operator+=(const Matrix< H, W, R > &x)fmat::Matrix< N, 1, R >
operator-(R x) const fmat::Column< N, R >
operator-() const fmat::Column< N, R >
operator-(R x, const Column &a)fmat::Column< N, R > [friend]
operator-(const SubVector< N, R > &x) const fmat::Column< N, R >
operator-(const SubVector< N, const R > &x) const fmat::Column< N, R >
operator-(const SubMatrix< N, 1, R > &x) const fmat::Column< N, R >
operator-(const SubMatrix< N, 1, const R > &x) const fmat::Column< N, R >
operator-(const Matrix< N, 1, R > &x) const fmat::Column< N, R >
Matrix< N, 1, R >::operator-(R x, const Matrix &a)fmat::Matrix< N, 1, R > [friend]
Matrix< N, 1, R >::operator-(const SubMatrix< H, W, R > &x) constfmat::Matrix< N, 1, R >
Matrix< N, 1, R >::operator-(const Matrix< H, W, R > &x) constfmat::Matrix< N, 1, R >
operator-=(R x)fmat::Column< N, R >
operator-=(const SubVector< N, R > &x)fmat::Column< N, R >
operator-=(const SubVector< N, const R > &x)fmat::Column< N, R >
operator-=(const SubMatrix< N, 1, R > &x)fmat::Column< N, R >
operator-=(const SubMatrix< N, 1, const R > &x)fmat::Column< N, R >
operator-=(const Matrix< N, 1, R > &x)fmat::Column< N, R >
Matrix< N, 1, R >::operator-=(const SubMatrix< H, W, out_t > &x)fmat::Matrix< N, 1, R >
Matrix< N, 1, R >::operator-=(const SubMatrix< H, W, const out_t > &x)fmat::Matrix< N, 1, R >
Matrix< N, 1, R >::operator-=(const Matrix< H, W, R > &x)fmat::Matrix< N, 1, R >
operator/(R x) const fmat::Column< N, R >
operator/=(R x)fmat::Column< N, R >
operator<(const SubVector< N, R > &x) const fmat::Column< N, R >
operator<(const SubVector< N, const R > &x) const fmat::Column< N, R >
operator<(const SubMatrix< N, 1, R > &x) const fmat::Column< N, R >
operator<(const SubMatrix< N, 1, const R > &x) const fmat::Column< N, R >
operator<(const Matrix< N, 1, R > &x) const fmat::Column< N, R >
operator<<(const Matrix< N, 1, T > &x) const fmat::Column< N, R >
operator<<(const SubVector< N, T > &x) const fmat::Column< N, R >
operator=(const R *x)fmat::Column< N, R >
operator=(R x)fmat::Column< N, R >
operator=(const SubVector< N, R > &x)fmat::Column< N, R >
operator=(const SubVector< N, const R > &x)fmat::Column< N, R >
operator=(const SubMatrix< N, 1, R > &x)fmat::Column< N, R >
operator=(const SubMatrix< N, 1, const R > &x)fmat::Column< N, R >
operator=(const Matrix< N, 1, R > &x)fmat::Column< N, R >
Matrix< N, 1, R >::operator=(const SubMatrix< H, W, R > &x)fmat::Matrix< N, 1, R >
Matrix< N, 1, R >::operator=(const Matrix< H, W, R > &x)fmat::Matrix< N, 1, R >
operator==(const SubVector< N, R > &x) const fmat::Column< N, R >
operator==(const SubVector< N, const R > &x) const fmat::Column< N, R >
operator==(const SubMatrix< N, 1, R > &x) const fmat::Column< N, R >
operator==(const SubMatrix< N, 1, const R > &x) const fmat::Column< N, R >
operator==(const Matrix< N, 1, R > &x) const fmat::Column< N, R >
Matrix< N, 1, R >::operator==(const SubMatrix< H, W, R > &x) constfmat::Matrix< N, 1, R >
Matrix< N, 1, R >::operator==(const Matrix< H, W, R > &x) constfmat::Matrix< N, 1, R >
operator[](size_t i)fmat::Column< N, R >
operator[](size_t i) const fmat::Column< N, R >
out_t typedeffmat::Column< N, R >
pack(fmatReal x, fmatReal y)fmat::Column< N, R > [friend]
pack(fmatReal x, fmatReal y, fmatReal z)fmat::Column< N, R > [friend]
pack(fmatReal x, fmatReal y, fmatReal z, fmatReal d)fmat::Column< N, R > [friend]
packT(R x, R y)fmat::Column< N, R > [friend]
packT(R x, R y, R z)fmat::Column< N, R > [friend]
packT(R x, R y, R z, R d)fmat::Column< N, R > [friend]
row(size_t i)fmat::Matrix< N, 1, R >
row(size_t i) constfmat::Matrix< N, 1, R >
Row classfmat::Column< N, R > [friend]
storage_t typedeffmat::Column< N, R >
SubVector classfmat::Column< N, R > [friend]
sum() const ATTR_must_checkfmat::Column< N, R >
sumSq() const ATTR_must_checkfmat::Column< N, R >
transpose() const ATTR_must_checkfmat::Column< N, R >
WIDTHfmat::Column< N, R > [static]

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:22 2016 by Doxygen 1.6.3