array() | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
array() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
assign(const std::size_t N, const Scalar value) | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
asString() const | mrpt::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) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
coeff(int r, int c) const | mrpt::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) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
dot(const MatrixVectorBase< Scalar, Derived > &v) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
empty() const | mrpt::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() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
impl_op_add(const Derived &m2) const | mrpt::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) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | private |
inMatlabFormat(const std::size_t decimal_digits=6) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
isSquare() const | mrpt::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() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
maxCoeff(std::size_t &outIndexOfMax) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
maxCoeff(std::size_t &rowIdx, std::size_t &colIdx) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
minCoeff() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
minCoeff(std::size_t &outIndexOfMin) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
minCoeff(std::size_t &rowIdx, std::size_t &colIdx) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
mvbDerived() | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
mvbDerived() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
norm() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
norm_inf() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
operator!=(const OTHERMATVEC &o) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
operator*(const MatrixVectorBase< S2, D2 > &m2) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
operator*(const Scalar s) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
operator*(const CMatrixDynamic< Scalar > &v) | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
operator*(const Derived &m2) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
operator*=(Scalar s) | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
operator+(const MatrixVectorBase< S2, D2 > &m2) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
operator+(const Derived &m2) const | mrpt::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 | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
operator-(const MatrixVectorBase< S2, D2 > &m2) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
operator-(const Derived &m2) const | mrpt::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) const | mrpt::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()) const | mrpt::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() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
sum_abs() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
tail() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
transpose() | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
transpose() const | mrpt::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 |