_GetBaseClass() | mrpt::math::CMatrixD | protectedstatic |
appendCol(const VECTOR &in) | mrpt::math::CMatrixDynamic< double > | inline |
appendRow(const VECTOR &in) | mrpt::math::CMatrixDynamic< double > | inline |
array() | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
array() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
asEigen() | mrpt::math::CMatrixDynamic< double > | inline |
asEigen() const | mrpt::math::CMatrixDynamic< double > | inline |
assign(const std::size_t N, const Scalar value) | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
asString() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
asVector(VECTOR &out) const | mrpt::math::CMatrixDynamic< double > | inline |
Base typedef | mrpt::math::CMatrixD | |
begin() | mrpt::math::CMatrixDynamic< double > | inline |
begin() const | mrpt::math::CMatrixDynamic< double > | inline |
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 |
blockCopy(int start_row=0, int start_col=0) const | mrpt::math::MatrixBase< Scalar, Derived > | inline |
blockCopy(int start_row, int start_col, int BLOCK_ROWS, int BLOCK_COLS) const | mrpt::math::MatrixBase< Scalar, Derived > | inline |
cast_double() const | mrpt::math::CMatrixDynamic< double > | |
cast_float() const | mrpt::math::CMatrixDynamic< double > | |
cbegin() const | mrpt::math::CMatrixDynamic< double > | inline |
cend() const | mrpt::math::CMatrixDynamic< double > | inline |
chol(Derived &U) const | mrpt::math::MatrixBase< Scalar, Derived > | |
className | mrpt::math::CMatrixD | static |
clone() const override | mrpt::math::CMatrixD | virtual |
CMatrixD() | mrpt::math::CMatrixD | inline |
CMatrixD(size_t row, size_t col) | mrpt::math::CMatrixD | inline |
CMatrixD(const Base &m) | mrpt::math::CMatrixD | inlineexplicit |
CMatrixD(const CMatrixFloat &m) | mrpt::math::CMatrixD | inlineexplicit |
CMatrixD(const Other &other) | mrpt::math::CMatrixD | inlineexplicit |
CMatrixDynamic(const CMatrixDynamic &m) | mrpt::math::CMatrixDynamic< double > | inline |
CMatrixDynamic(size_t row=0, size_t col=0) | mrpt::math::CMatrixDynamic< double > | inline |
CMatrixDynamic(const CMatrixDynamic< U > &m) | mrpt::math::CMatrixDynamic< double > | inlineexplicit |
CMatrixDynamic(const Eigen::MatrixBase< Derived > &m) | mrpt::math::CMatrixDynamic< double > | inlineexplicit |
CMatrixDynamic(const Eigen::Product< _Lhs, _Rhs, Option > &p) | mrpt::math::CMatrixDynamic< double > | inlineexplicit |
CMatrixDynamic(const Eigen::CwiseBinaryOp< Op, Lhs, Rhs > &p) | mrpt::math::CMatrixDynamic< double > | inlineexplicit |
CMatrixDynamic(const CMatrixDynamic &m, const size_t cropRowCount, const size_t cropColCount) | mrpt::math::CMatrixDynamic< double > | inline |
CMatrixDynamic(const CMatrixFixed< double, ROWS, COLS > &o) | mrpt::math::CMatrixDynamic< double > | inlineexplicit |
CMatrixDynamic(size_t row, size_t col, V(&theArray)[N]) | mrpt::math::CMatrixDynamic< double > | inline |
CMatrixDynamic(size_t row, size_t col, const V &theVector) | mrpt::math::CMatrixDynamic< double > | inline |
CMatrixDynamic(CMatrixDynamic &&m) | mrpt::math::CMatrixDynamic< double > | inline |
coeff(int r, int c) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
coeffRef(int r, int c) | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
col(int colIdx) | mrpt::math::MatrixBase< Scalar, Derived > | inline |
col(int colIdx) const | mrpt::math::MatrixBase< Scalar, Derived > | inline |
cols() const | mrpt::math::CMatrixDynamic< double > | inline |
ColsAtCompileTime | mrpt::math::CMatrixDynamic< double > | static |
conservativeResize(size_t row, size_t col) | mrpt::math::CMatrixDynamic< double > | inline |
const_iterator typedef | mrpt::math::CMatrixDynamic< double > | |
const_reference typedef | mrpt::math::CMatrixDynamic< double > | |
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 |
ConstPtr typedef | mrpt::math::CMatrixD | |
ConstUniquePtr typedef | mrpt::math::CMatrixD | |
Create(Args &&... args) | mrpt::math::CMatrixD | inlinestatic |
CreateAlloc(const Alloc &alloc, Args &&... args) | mrpt::math::CMatrixD | inlinestatic |
CreateObject() | mrpt::math::CMatrixD | static |
CreateUnique(Args &&... args) | mrpt::math::CMatrixD | inlinestatic |
data() const | mrpt::math::CMatrixDynamic< double > | inline |
data() | mrpt::math::CMatrixDynamic< double > | inline |
derived() | mrpt::math::CMatrixDynamic< double > | inline |
derived() const | mrpt::math::CMatrixDynamic< double > | inline |
det() const | mrpt::math::MatrixBase< Scalar, Derived > | |
difference_type typedef | mrpt::math::CMatrixDynamic< double > | |
dot(const CVectorDynamic< Scalar > &v) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
dot(const MatrixVectorBase< Scalar, Derived > &v) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
duplicateGetSmartPtr() const | mrpt::rtti::CObject | inline |
eig(Derived &eVecs, std::vector< Scalar > &eVals, bool sorted=true) const | mrpt::math::MatrixBase< Scalar, Derived > | |
eig_symmetric(Derived &eVecs, std::vector< Scalar > &eVals, bool sorted=true) const | mrpt::math::MatrixBase< Scalar, Derived > | |
eigen_t typedef | mrpt::math::CMatrixDynamic< double > | |
empty() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
end() | mrpt::math::CMatrixDynamic< double > | inline |
end() const | mrpt::math::CMatrixDynamic< double > | inline |
extractColumn(int colIdx, VECTOR_LIKE &v) const | mrpt::math::MatrixBase< Scalar, Derived > | inline |
extractColumn(int colIdx) const | mrpt::math::MatrixBase< Scalar, Derived > | inline |
extractMatrix(const int start_row=0, const int start_col=0) const | mrpt::math::MatrixBase< Scalar, Derived > | inline |
extractMatrix(const int BLOCK_ROWS, const int BLOCK_COLS, const int start_row, const int start_col) const | mrpt::math::MatrixBase< Scalar, Derived > | inline |
extractRow(int rowIdx, VECTOR_LIKE &v) const | mrpt::math::MatrixBase< Scalar, Derived > | inline |
extractRow(int rowIdx) const | mrpt::math::MatrixBase< 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 > | |
getClassName() | mrpt::math::CMatrixD | inlinestatic |
GetRuntimeClass() const override | mrpt::math::CMatrixD | virtual |
GetRuntimeClassIdStatic() | mrpt::math::CMatrixD | static |
head() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
Identity() | mrpt::math::MatrixBase< Scalar, Derived > | inlinestatic |
Identity(const std::size_t N) | mrpt::math::MatrixBase< Scalar, Derived > | inlinestatic |
Index typedef | mrpt::math::CMatrixDynamic< double > | |
inMatlabFormat(const std::size_t decimal_digits=6) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
insertMatrix(const int row_start, const int col_start, const OTHERMATVEC &submat) | mrpt::math::MatrixBase< Scalar, Derived > | inline |
insertMatrixTransposed(const int row_start, const int col_start, const OTHERMATVEC &submat) | mrpt::math::MatrixBase< Scalar, Derived > | inline |
inverse() const | mrpt::math::MatrixBase< Scalar, Derived > | |
inverse_LLt() const | mrpt::math::MatrixBase< Scalar, Derived > | |
is_mrpt_type | mrpt::math::CMatrixDynamic< double > | static |
isSquare() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
iterator typedef | mrpt::math::CMatrixDynamic< double > | |
llt_solve(const CVectorDynamic< Scalar > &b) const | mrpt::math::CMatrixDynamic< double > | |
loadFromTextFile(std::istream &f) | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
loadFromTextFile(const std::string &file) | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
lu_solve(const CVectorDynamic< Scalar > &b) const | mrpt::math::CMatrixDynamic< double > | |
matProductOf_AAt(const MAT_A &A) | mrpt::math::MatrixBase< Scalar, Derived > | inline |
matProductOf_Ab(const CMatrixDynamic< Scalar > &A, const CVectorDynamic< Scalar > &b) | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
matProductOf_AB(const Derived &A, const Derived &B) | mrpt::math::MatrixBase< Scalar, Derived > | |
matProductOf_AtA(const MAT_A &A) | mrpt::math::MatrixBase< Scalar, Derived > | inline |
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 > | |
maximumDiagonal() const | mrpt::math::MatrixBase< Scalar, Derived > | |
mbDerived() | mrpt::math::MatrixBase< Scalar, Derived > | inline |
mbDerived() const | mrpt::math::MatrixBase< Scalar, Derived > | inline |
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 > | |
minimumDiagonal() const | mrpt::math::MatrixBase< 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()(size_t row, size_t col) | mrpt::math::CMatrixDynamic< double > | inline |
operator()(size_t row, size_t col) const | mrpt::math::CMatrixDynamic< double > | 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 Other &other) | mrpt::math::CMatrixD | inline |
CMatrixDynamic< double >::operator=(const CMatrixDynamic< double > &m)=default | mrpt::math::CMatrixDynamic< double > | |
CMatrixDynamic< double >::operator=(const CMatrixDynamic< U > &m) | mrpt::math::CMatrixDynamic< double > | inline |
CMatrixDynamic< double >::operator=(const Eigen::MatrixBase< Derived > &m) | mrpt::math::CMatrixDynamic< double > | inline |
CMatrixDynamic< double >::operator=(const CMatrixFixed< double, ROWS, COLS > &m) | mrpt::math::CMatrixDynamic< double > | inline |
CMatrixDynamic< double >::operator=(V(&theArray)[N]) | mrpt::math::CMatrixDynamic< double > | inline |
CMatrixDynamic< double >::operator=(CMatrixDynamic &&m) | mrpt::math::CMatrixDynamic< double > | inline |
operator==(const OTHERMATVEC &o) const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
operator[](size_t ith) | mrpt::math::CMatrixDynamic< double > | inline |
operator[](size_t ith) const | mrpt::math::CMatrixDynamic< double > | inline |
Ptr typedef | mrpt::math::CMatrixD | |
rank(Scalar threshold=0) const | mrpt::math::MatrixBase< Scalar, Derived > | |
reference typedef | mrpt::math::CMatrixDynamic< double > | |
removeColumns(const std::vector< std::size_t > &idxsToRemove) | mrpt::math::MatrixBase< Scalar, Derived > | |
removeRows(const std::vector< std::size_t > &idxsToRemove) | mrpt::math::MatrixBase< Scalar, Derived > | |
resize(size_t row, size_t col) | mrpt::math::CMatrixDynamic< double > | inline |
resize(size_t vectorLen) | mrpt::math::CMatrixDynamic< double > | inline |
resize(const matrix_size_t &siz, bool zeroNewElements=false) | mrpt::math::CMatrixDynamic< double > | inline |
row(int rowIdx) | mrpt::math::MatrixBase< Scalar, Derived > | inline |
row(int rowIdx) const | mrpt::math::MatrixBase< Scalar, Derived > | inline |
rows() const | mrpt::math::CMatrixDynamic< double > | inline |
RowsAtCompileTime | mrpt::math::CMatrixDynamic< double > | static |
runtimeClassId | mrpt::math::CMatrixD | protectedstatic |
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 > | |
Scalar typedef | mrpt::math::CMatrixDynamic< double > | |
serializeFrom(mrpt::serialization::CArchive &in, uint8_t serial_version) override | mrpt::math::CMatrixD | protectedvirtual |
mrpt::serialization::CSerializable::serializeFrom(CSchemeArchiveBase &in) | mrpt::serialization::CSerializable | inlineprotectedvirtual |
serializeGetVersion() const override | mrpt::math::CMatrixD | protectedvirtual |
serializeTo(mrpt::serialization::CArchive &out) const override | mrpt::math::CMatrixD | protectedvirtual |
mrpt::serialization::CSerializable::serializeTo(CSchemeArchiveBase &out) const | mrpt::serialization::CSerializable | inlineprotectedvirtual |
setCol(const Index col, const VECTOR &v) | mrpt::math::CMatrixDynamic< double > | inline |
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 |
setDiagonal(const std::size_t N, const Scalar value) | mrpt::math::MatrixBase< Scalar, Derived > | inline |
setDiagonal(const Scalar value) | mrpt::math::MatrixBase< Scalar, Derived > | inline |
setDiagonal(const std::vector< Scalar > &diags) | mrpt::math::MatrixBase< Scalar, Derived > | inline |
setFromMatrixLike(const MAT &m) | mrpt::math::CMatrixDynamic< double > | inline |
setIdentity() | mrpt::math::MatrixBase< Scalar, Derived > | inline |
setIdentity(const std::size_t N) | mrpt::math::MatrixBase< Scalar, Derived > | inline |
setRow(const Index row, const VECTOR &v) | mrpt::math::CMatrixDynamic< double > | inline |
setSize(size_t row, size_t col, bool zeroNewElements=false) | mrpt::math::CMatrixDynamic< double > | 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 |
size() const | mrpt::math::CMatrixDynamic< double > | inline |
size_type typedef | mrpt::math::CMatrixDynamic< double > | |
SizeAtCompileTime | mrpt::math::CMatrixDynamic< double > | static |
StorageOrder | mrpt::math::CMatrixDynamic< double > | static |
sum() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
sum_abs() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | |
swap(CMatrixDynamic< double > &o) | mrpt::math::CMatrixDynamic< double > | inline |
tail() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
trace() const | mrpt::math::MatrixBase< Scalar, Derived > | |
transpose() | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
transpose() const | mrpt::math::MatrixVectorBase< Scalar, Derived > | inline |
UniquePtr typedef | mrpt::math::CMatrixD | |
unsafeRemoveColumns(const std::vector< std::size_t > &idxs) | mrpt::math::MatrixBase< Scalar, Derived > | |
unsafeRemoveRows(const std::vector< std::size_t > &idxs) | mrpt::math::MatrixBase< Scalar, Derived > | |
value_type typedef | mrpt::math::CMatrixDynamic< double > | |
writeToMatlab() const | mrpt::serialization::CSerializable | inlinevirtual |
Zero() | mrpt::math::MatrixVectorBase< Scalar, Derived > | inlinestatic |
Zero(size_t nrows, size_t ncols) | mrpt::math::MatrixVectorBase< Scalar, Derived > | inlinestatic |
~CMatrixDynamic()=default | mrpt::math::CMatrixDynamic< double > | virtual |
~CObject()=default | mrpt::rtti::CObject | virtual |
~CSerializable() override=default | mrpt::serialization::CSerializable | |