MRPT  2.0.0
mrpt::math::MatrixVectorBase< Scalar, Derived > Member List

This is the complete list of members for mrpt::math::MatrixVectorBase< Scalar, Derived >, including all inherited members.

array()mrpt::math::MatrixVectorBase< Scalar, Derived >inline
array() constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
assign(const std::size_t N, const Scalar value)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
asString() constmrpt::math::MatrixVectorBase< Scalar, Derived >
block(int start_row, int start_col)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
block(int start_row, int start_col, int BLOCK_ROWS, int BLOCK_COLS)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
block(int start_row, int start_col, int BLOCK_ROWS, int BLOCK_COLS) constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
coeff(int r, int c) constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
coeffRef(int r, int c)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
Constant(const Scalar value)mrpt::math::MatrixVectorBase< Scalar, Derived >inlinestatic
Constant(size_t nrows, size_t ncols, const Scalar value)mrpt::math::MatrixVectorBase< Scalar, Derived >inlinestatic
dot(const CVectorDynamic< Scalar > &v) constmrpt::math::MatrixVectorBase< Scalar, Derived >
dot(const MatrixVectorBase< Scalar, Derived > &v) constmrpt::math::MatrixVectorBase< Scalar, Derived >
empty() constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
fill(const Scalar &val)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
fromMatlabStringFormat(const std::string &s, mrpt::optional_ref< std::ostream > dump_errors_here=std::nullopt)mrpt::math::MatrixVectorBase< Scalar, Derived >
head() constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
impl_op_add(const Derived &m2) constmrpt::math::MatrixVectorBase< Scalar, Derived >private
impl_op_selfadd(const Derived &m2)mrpt::math::MatrixVectorBase< Scalar, Derived >private
impl_op_selfsubs(const Derived &m2)mrpt::math::MatrixVectorBase< Scalar, Derived >private
impl_op_subs(const Derived &m2) constmrpt::math::MatrixVectorBase< Scalar, Derived >private
inMatlabFormat(const std::size_t decimal_digits=6) constmrpt::math::MatrixVectorBase< Scalar, Derived >
isSquare() constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
loadFromTextFile(std::istream &f)mrpt::math::MatrixVectorBase< Scalar, Derived >
loadFromTextFile(const std::string &file)mrpt::math::MatrixVectorBase< Scalar, Derived >
matProductOf_Ab(const CMatrixDynamic< Scalar > &A, const CVectorDynamic< Scalar > &b)mrpt::math::MatrixVectorBase< Scalar, Derived >
matProductOf_Atb(const CMatrixDynamic< Scalar > &A, const CVectorDynamic< Scalar > &b)mrpt::math::MatrixVectorBase< Scalar, Derived >
maxCoeff() constmrpt::math::MatrixVectorBase< Scalar, Derived >
maxCoeff(std::size_t &outIndexOfMax) constmrpt::math::MatrixVectorBase< Scalar, Derived >
maxCoeff(std::size_t &rowIdx, std::size_t &colIdx) constmrpt::math::MatrixVectorBase< Scalar, Derived >
minCoeff() constmrpt::math::MatrixVectorBase< Scalar, Derived >
minCoeff(std::size_t &outIndexOfMin) constmrpt::math::MatrixVectorBase< Scalar, Derived >
minCoeff(std::size_t &rowIdx, std::size_t &colIdx) constmrpt::math::MatrixVectorBase< Scalar, Derived >
mvbDerived()mrpt::math::MatrixVectorBase< Scalar, Derived >inline
mvbDerived() constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
norm() constmrpt::math::MatrixVectorBase< Scalar, Derived >
norm_inf() constmrpt::math::MatrixVectorBase< Scalar, Derived >
operator!=(const OTHERMATVEC &o) constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator*(const MatrixVectorBase< S2, D2 > &m2) constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator*(const Scalar s) constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator*(const CMatrixDynamic< Scalar > &v)mrpt::math::MatrixVectorBase< Scalar, Derived >
operator*(const Derived &m2) constmrpt::math::MatrixVectorBase< Scalar, Derived >
operator*=(Scalar s)mrpt::math::MatrixVectorBase< Scalar, Derived >
operator+(const MatrixVectorBase< S2, D2 > &m2) constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator+(const Derived &m2) constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator+=(const MatrixVectorBase< S2, D2 > &m2)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator+=(Scalar s)mrpt::math::MatrixVectorBase< Scalar, Derived >
operator+=(const Derived &m2)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator-() constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator-(const MatrixVectorBase< S2, D2 > &m2) constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator-(const Derived &m2) constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator-=(const MatrixVectorBase< S2, D2 > &m2)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator-=(Scalar s)mrpt::math::MatrixVectorBase< Scalar, Derived >
operator-=(const Derived &m2)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
operator==(const OTHERMATVEC &o) constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
saveToTextFile(const std::string &file, mrpt::math::TMatrixTextFileFormat fileFormat=mrpt::math::MATRIX_FORMAT_ENG, bool appendMRPTHeader=false, const std::string &userHeader=std::string()) constmrpt::math::MatrixVectorBase< Scalar, Derived >
setConstant(const Scalar value)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
setConstant(size_t nrows, size_t ncols, const Scalar value)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
setConstant(size_t nrows, const Scalar value)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
setZero()mrpt::math::MatrixVectorBase< Scalar, Derived >inline
setZero(size_t nrows, size_t ncols)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
setZero(size_t nrows)mrpt::math::MatrixVectorBase< Scalar, Derived >inline
sum() constmrpt::math::MatrixVectorBase< Scalar, Derived >
sum_abs() constmrpt::math::MatrixVectorBase< Scalar, Derived >
tail() constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
transpose()mrpt::math::MatrixVectorBase< Scalar, Derived >inline
transpose() constmrpt::math::MatrixVectorBase< Scalar, Derived >inline
Zero()mrpt::math::MatrixVectorBase< Scalar, Derived >inlinestatic
Zero(size_t nrows, size_t ncols)mrpt::math::MatrixVectorBase< Scalar, Derived >inlinestatic



Page generated by Doxygen 1.8.14 for MRPT 2.0.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020