fmat::Column< N, R > Member ListThis 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 > | |
CAP | fmat::Column< N, R > | [static] |
Column class | fmat::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) const | fmat::Matrix< N, 1, R > | |
data | fmat::Matrix< N, 1, R > | [protected] |
exportTo() const | fmat::Column< N, R > | |
exportTo(T &x) const | fmat::Column< N, R > | |
exportTo2DArray(T &x) const | fmat::Matrix< N, 1, R > | |
exportToCMajor(T &x, size_t stride=H) const | fmat::Matrix< N, 1, R > | |
exportToNewmat(T &x) const | fmat::Matrix< N, 1, R > | |
exportToRMajor(T &x, size_t stride=W) const | fmat::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 > | |
HEIGHT | fmat::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_check | fmat::Column< N, R > | |
maxC() const | fmat::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() const | fmat::Matrix< N, 1, R > | |
min() const ATTR_must_check | fmat::Column< N, R > | |
minC() const | fmat::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() const | fmat::Matrix< N, 1, R > | |
norm() const ATTR_must_check | 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 > | |
Matrix< N, 1, R >::operator!=(const SubMatrix< H, W, R > &x) const | fmat::Matrix< N, 1, R > | |
Matrix< N, 1, R >::operator!=(const Matrix< H, W, R > &x) const | fmat::Matrix< N, 1, R > | |
operator()(size_t r, size_t c) | fmat::Matrix< N, 1, R > | |
operator()(size_t r, size_t c) const | fmat::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) const | fmat::Matrix< N, 1, R > | |
Matrix< N, 1, R >::operator+(const Matrix< H, W, R > &x) const | fmat::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) const | fmat::Matrix< N, 1, R > | |
Matrix< N, 1, R >::operator-(const Matrix< H, W, R > &x) const | fmat::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) const | fmat::Matrix< N, 1, R > | |
Matrix< N, 1, R >::operator==(const Matrix< H, W, R > &x) const | fmat::Matrix< N, 1, R > | |
operator[](size_t i) | fmat::Column< N, R > | |
operator[](size_t i) const | fmat::Column< N, R > | |
out_t typedef | fmat::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) const | fmat::Matrix< N, 1, R > | |
Row class | fmat::Column< N, R > | [friend] |
storage_t typedef | fmat::Column< N, R > | |
SubVector class | fmat::Column< N, R > | [friend] |
sum() const ATTR_must_check | fmat::Column< N, R > | |
sumSq() const ATTR_must_check | fmat::Column< N, R > | |
transpose() const ATTR_must_check | fmat::Column< N, R > | |
WIDTH | fmat::Column< N, R > | [static] |
|