array() | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
array() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
asEigen() | mrpt::math::CVectorDynamic< T > | inline |
asEigen() const | mrpt::math::CVectorDynamic< T > | inline |
assign(const std::size_t N, const T value) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
asString() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
begin() | mrpt::math::CVectorDynamic< T > | inline |
begin() const | mrpt::math::CVectorDynamic< T > | inline |
block(int start_row, int start_col) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
block(int start_row, int start_col, int BLOCK_ROWS, int BLOCK_COLS) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
block(int start_row, int start_col, int BLOCK_ROWS, int BLOCK_COLS) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
cast() const | mrpt::math::CVectorDynamic< T > | |
cbegin() const | mrpt::math::CVectorDynamic< T > | inline |
cend() const | mrpt::math::CVectorDynamic< T > | inline |
coeff(int r, int c) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
coeffRef(int r, int c) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
cols() const | mrpt::math::CVectorDynamic< T > | inline |
ColsAtCompileTime | mrpt::math::CVectorDynamic< T > | static |
const_iterator typedef | mrpt::math::CVectorDynamic< T > | |
const_reference typedef | mrpt::math::CVectorDynamic< T > | |
Constant(const T value) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inlinestatic |
Constant(size_t nrows, size_t ncols, const T value) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inlinestatic |
CVectorDynamic()=default | mrpt::math::CVectorDynamic< T > | |
CVectorDynamic(size_t N, bool initZero=true) | mrpt::math::CVectorDynamic< T > | inline |
CVectorDynamic(const CVectorDynamic< U > &m) | mrpt::math::CVectorDynamic< T > | inlineexplicit |
CVectorDynamic(const CMatrixFixed< T, ROWS, 1 > &v) | mrpt::math::CVectorDynamic< T > | inlineexplicit |
CVectorDynamic(const ARRAY &data) | mrpt::math::CVectorDynamic< T > | inline |
CVectorDynamic(const Eigen::MatrixBase< Derived > &m) | mrpt::math::CVectorDynamic< T > | inlineexplicit |
difference_type typedef | mrpt::math::CVectorDynamic< T > | |
dot(const CVectorDynamic< T > &v) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
dot(const MatrixVectorBase< T, CVectorDynamic< T > > &v) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
eigen_t typedef | mrpt::math::CVectorDynamic< T > | |
empty() const | mrpt::math::CVectorDynamic< T > | inline |
end() | mrpt::math::CVectorDynamic< T > | inline |
end() const | mrpt::math::CVectorDynamic< T > | inline |
fill(const T &val) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
fromMatlabStringFormat(const std::string &s, mrpt::optional_ref< std::ostream > dump_errors_here=std::nullopt) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
fromVectorLike(const MAT &m) | mrpt::math::CVectorDynamic< T > | inline |
head() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
Index typedef | mrpt::math::CVectorDynamic< T > | |
inMatlabFormat(const std::size_t decimal_digits=6) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
is_mrpt_type | mrpt::math::CVectorDynamic< T > | static |
isSquare() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
iterator typedef | mrpt::math::CVectorDynamic< T > | |
loadFromTextFile(std::istream &f) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
loadFromTextFile(const std::string &file) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
m_data | mrpt::math::CVectorDynamic< T > | protected |
matProductOf_Ab(const CMatrixDynamic< T > &A, const CVectorDynamic< T > &b) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
matProductOf_Atb(const CMatrixDynamic< T > &A, const CVectorDynamic< T > &b) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
maxCoeff() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
maxCoeff(std::size_t &outIndexOfMax) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
maxCoeff(std::size_t &rowIdx, std::size_t &colIdx) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
minCoeff() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
minCoeff(std::size_t &outIndexOfMin) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
minCoeff(std::size_t &rowIdx, std::size_t &colIdx) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
mvbDerived() | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
mvbDerived() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
norm() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
norm_inf() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
operator!=(const OTHERMATVEC &o) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator()(size_t row, size_t col) | mrpt::math::CVectorDynamic< T > | inline |
operator()(size_t row, size_t col) const | mrpt::math::CVectorDynamic< T > | inline |
operator*(const MatrixVectorBase< S2, D2 > &m2) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator*(const T s) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator*(const CMatrixDynamic< T > &v) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
operator*(const CVectorDynamic< T > &m2) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
operator*=(T s) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
operator+(const MatrixVectorBase< S2, D2 > &m2) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator+(const CVectorDynamic< T > &m2) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator+=(const MatrixVectorBase< S2, D2 > &m2) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator+=(T s) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
operator+=(const CVectorDynamic< T > &m2) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator-() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator-(const MatrixVectorBase< S2, D2 > &m2) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator-(const CVectorDynamic< T > &m2) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator-=(const MatrixVectorBase< S2, D2 > &m2) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator-=(T s) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
operator-=(const CVectorDynamic< T > &m2) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator=(const CMatrixDynamic< U > &m) | mrpt::math::CVectorDynamic< T > | inline |
operator=(const Eigen::MatrixBase< Derived > &m) | mrpt::math::CVectorDynamic< T > | inline |
operator=(const CMatrixFixed< T, ROWS, 1 > &v) | mrpt::math::CVectorDynamic< T > | inline |
operator==(const OTHERMATVEC &o) const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
operator[](size_t ith) | mrpt::math::CVectorDynamic< T > | inline |
operator[](size_t ith) const | mrpt::math::CVectorDynamic< T > | inline |
push_back(const T &val) | mrpt::math::CVectorDynamic< T > | inline |
realloc(const size_t new_len, bool newElementsToZero=false) | mrpt::math::CVectorDynamic< T > | inline |
reference typedef | mrpt::math::CVectorDynamic< T > | |
resize(std::size_t N, bool zeroNewElements=false) | mrpt::math::CVectorDynamic< T > | inline |
rows() const | mrpt::math::CVectorDynamic< T > | inline |
RowsAtCompileTime | mrpt::math::CVectorDynamic< T > | static |
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< T, CVectorDynamic< T > > | |
Scalar typedef | mrpt::math::CVectorDynamic< T > | |
segmentCopy(int start=0) const | mrpt::math::CVectorDynamic< T > | inline |
segmentCopy(int start, int LEN) const | mrpt::math::CVectorDynamic< T > | inline |
setConstant(const T value) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
setConstant(size_t nrows, size_t ncols, const T value) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
setConstant(size_t nrows, const T value) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
setSize(size_t row, size_t col, bool zeroNewElements=false) | mrpt::math::CVectorDynamic< T > | inline |
setZero() | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
setZero(size_t nrows, size_t ncols) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
setZero(size_t nrows) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
size() const | mrpt::math::CVectorDynamic< T > | inline |
size_type typedef | mrpt::math::CVectorDynamic< T > | |
small_size | mrpt::math::CVectorDynamic< T > | protectedstatic |
sum() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
sum_abs() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | |
swap(CVectorDynamic< T > &o) | mrpt::math::CVectorDynamic< T > | inline |
tail() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
transpose() | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
transpose() const | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inline |
value_type typedef | mrpt::math::CVectorDynamic< T > | |
vec_t typedef | mrpt::math::CVectorDynamic< T > | protected |
Zero() | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inlinestatic |
Zero(size_t nrows, size_t ncols) | mrpt::math::MatrixVectorBase< T, CVectorDynamic< T > > | inlinestatic |