Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

fmat::Matrix< H, W, R >::IdentityMatrix< HH, WW, RR > Member List

This is the complete list of members for fmat::Matrix< H, W, R >::IdentityMatrix< HH, WW, RR >, including all inherited members.
abs()fmat::Matrix< HH, WW, RR >
apply(const F &f)fmat::Matrix< HH, WW, RR >
CAPfmat::Matrix< HH, WW, RR > [static]
column(size_t i)fmat::Matrix< HH, WW, RR >
column(size_t i) constfmat::Matrix< HH, WW, RR >
datafmat::Matrix< HH, WW, RR > [protected]
exportTo() constfmat::Matrix< HH, WW, RR >
exportTo(T &x) constfmat::Matrix< HH, WW, RR >
exportTo2DArray(T &x) constfmat::Matrix< HH, WW, RR >
exportToCMajor(T &x, size_t stride=H) constfmat::Matrix< HH, WW, RR >
exportToNewmat(T &x) constfmat::Matrix< HH, WW, RR >
exportToRMajor(T &x, size_t stride=W) constfmat::Matrix< HH, WW, RR >
fmt(std::string const &numberFormat=defaultNumberFormat, std::string const &firstLineStart="[ ", std::string const &nextLineStart=" ", std::string const &lastLineEnd=" ]", std::string const &rowBegin="", std::string const &elementSep=" ", std::string const &rowEnd="", std::string const &rowSep="\n") constfmat::Matrix< HH, WW, RR >
HEIGHTfmat::Matrix< HH, WW, RR > [static]
identity()fmat::Matrix< HH, WW, RR > [static]
IdentityMatrix()fmat::Matrix< H, W, R >::IdentityMatrix< HH, WW, RR >
importFrom(const T &x)fmat::Matrix< HH, WW, RR >
importFrom2DArray(const T &x)fmat::Matrix< HH, WW, RR >
importFromCMajor(const T &x, size_t stride=H)fmat::Matrix< HH, WW, RR >
importFromNewmat(const T &x)fmat::Matrix< HH, WW, RR >
importFromRMajor(const T &x, size_t stride=W)fmat::Matrix< HH, WW, RR >
map(const F &f) constfmat::Matrix< HH, WW, RR >
Matrix(const fmat_internal::NoInit &)fmat::Matrix< HH, WW, RR >
Matrix()fmat::Matrix< HH, WW, RR >
Matrix(const RRx)fmat::Matrix< HH, WW, RR > [explicit]
Matrix(const RR *x, size_t colStride=H)fmat::Matrix< HH, WW, RR > [explicit]
Matrix(const SubMatrix< H, W, out_t > &x)fmat::Matrix< HH, WW, RR >
Matrix(const SubMatrix< H, W, const out_t > &x)fmat::Matrix< HH, WW, RR >
Matrix(const Matrix< H, W, out_t > &x)fmat::Matrix< HH, WW, RR >
Matrix(const Matrix< H, W, const out_t > &x)fmat::Matrix< HH, WW, RR >
Matrix(const SubMatrix< SH, SW, T > &x)fmat::Matrix< HH, WW, RR > [explicit]
Matrix(const SubMatrix< SH, SW, T > &x, size_t rowOff, size_t colOff)fmat::Matrix< HH, WW, RR > [explicit]
Matrix(const Matrix< SH, SW, RR > &x)fmat::Matrix< HH, WW, RR > [explicit]
Matrix(const Matrix< SH, SW, RR > &x, size_t rowOff, size_t colOff)fmat::Matrix< HH, WW, RR > [explicit]
maxC() constfmat::Matrix< HH, WW, RR >
maxR() constfmat::Matrix< HH, WW, RR >
minC() constfmat::Matrix< HH, WW, RR >
minR() constfmat::Matrix< HH, WW, RR >
operator!=(const SubMatrix< H, W, RR > &x) constfmat::Matrix< HH, WW, RR >
operator!=(const Matrix< H, W, RR > &x) constfmat::Matrix< HH, WW, RR >
operator()(size_t r, size_t c)fmat::Matrix< HH, WW, RR >
operator()(size_t r, size_t c) constfmat::Matrix< HH, WW, RR >
operator*(RRx) constfmat::Matrix< HH, WW, RR >
operator*(RRx, const Matrix &a)fmat::Matrix< HH, WW, RR > [friend]
operator*=(RRx)fmat::Matrix< HH, WW, RR >
operator+(RRx) constfmat::Matrix< HH, WW, RR >
operator+(RRx, const Matrix &a)fmat::Matrix< HH, WW, RR > [friend]
operator+(const SubMatrix< H, W, RR > &x) constfmat::Matrix< HH, WW, RR >
operator+(const Matrix< H, W, RR > &x) constfmat::Matrix< HH, WW, RR >
operator+=(RRx)fmat::Matrix< HH, WW, RR >
operator+=(const SubMatrix< H, W, out_t > &x)fmat::Matrix< HH, WW, RR >
operator+=(const SubMatrix< H, W, const out_t > &x)fmat::Matrix< HH, WW, RR >
operator+=(const Matrix< H, W, RR > &x)fmat::Matrix< HH, WW, RR >
operator-(RRx) constfmat::Matrix< HH, WW, RR >
operator-() constfmat::Matrix< HH, WW, RR >
operator-(RRx, const Matrix &a)fmat::Matrix< HH, WW, RR > [friend]
operator-(const SubMatrix< H, W, RR > &x) constfmat::Matrix< HH, WW, RR >
operator-(const Matrix< H, W, RR > &x) constfmat::Matrix< HH, WW, RR >
operator-=(RRx)fmat::Matrix< HH, WW, RR >
operator-=(const SubMatrix< H, W, out_t > &x)fmat::Matrix< HH, WW, RR >
operator-=(const SubMatrix< H, W, const out_t > &x)fmat::Matrix< HH, WW, RR >
operator-=(const Matrix< H, W, RR > &x)fmat::Matrix< HH, WW, RR >
operator/(RRx) constfmat::Matrix< HH, WW, RR >
operator/=(RRx)fmat::Matrix< HH, WW, RR >
operator=(const RR *x)fmat::Matrix< HH, WW, RR >
operator=(RRx)fmat::Matrix< HH, WW, RR >
operator=(const SubMatrix< H, W, RR > &x)fmat::Matrix< HH, WW, RR >
operator=(const Matrix< H, W, RR > &x)fmat::Matrix< HH, WW, RR >
operator==(const SubMatrix< H, W, RR > &x) constfmat::Matrix< HH, WW, RR >
operator==(const Matrix< H, W, RR > &x) constfmat::Matrix< HH, WW, RR >
out_t typedeffmat::Matrix< HH, WW, RR >
row(size_t i)fmat::Matrix< HH, WW, RR >
row(size_t i) constfmat::Matrix< HH, WW, RR >
storage_t typedeffmat::Matrix< HH, WW, RR >
transpose() const ATTR_must_checkfmat::Matrix< HH, WW, RR >
WIDTHfmat::Matrix< HH, WW, RR > [static]

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