hasAnyRows(const std::vector< RowKeyType > &keys) const | NAV::internal::KeyedMatrixRowsBase< Scalar, RowKeyType, Rows, Cols > | inline |
hasRow(const RowKeyType &key) const | NAV::internal::KeyedMatrixRowsBase< Scalar, RowKeyType, Rows, Cols > | inline |
hasRows(const std::vector< RowKeyType > &keys) const | NAV::internal::KeyedMatrixRowsBase< Scalar, RowKeyType, Rows, Cols > | inline |
KeyedVectorBase(const Eigen::MatrixBase< Derived > &vector) | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inlineexplicit |
KeyedVectorBase(const Eigen::MatrixBase< Derived > &vector, const std::vector< RowKeyType > &rowKeys) | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
KeyedVectorBase(const KeyedVectorBase &other) | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
KeyedVectorBase(KeyedVectorBase &&other) noexcept | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
KeyedVectorBase(const KeyedVectorBase< Scalar, RowKeyType, oRows > &other) | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
KeyedVectorBase(KeyedVectorBase< Scalar, RowKeyType, oRows > &&other) noexcept | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
matrix | NAV::internal::KeyedMatrixStorage< Scalar, Rows, Cols > | protected |
operator Eigen::Vector< Scalar, Rows >() | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inlineexplicit |
operator()(const RowKeyType &rowKey) const | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
operator()(const RowKeyType &rowKey) | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
operator()(const std::vector< RowKeyType > &rowKeys) const | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
operator()(const std::vector< RowKeyType > &rowKeys) | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
operator()(all_t) const | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
operator()(all_t) | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
operator=(const KeyedVectorBase &other) | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
operator=(KeyedVectorBase &&other) noexcept | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
operator=(const KeyedVectorBase< Scalar, RowKeyType, oRows > &other) | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
operator=(KeyedVectorBase< Scalar, RowKeyType, oRows > &&other) noexcept | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
replaceRowKey(const RowKeyType &oldKey, const RowKeyType &newKey) | NAV::internal::KeyedMatrixRowsBase< Scalar, RowKeyType, Rows, Cols > | inline |
rowIndices | NAV::internal::KeyedMatrixRowsBase< Scalar, RowKeyType, Rows, Cols > | protected |
rowKeys() const | NAV::internal::KeyedMatrixRowsBase< Scalar, RowKeyType, Rows, Cols > | inline |
rowKeysVector | NAV::internal::KeyedMatrixRowsBase< Scalar, RowKeyType, Rows, Cols > | protected |
rows() const | NAV::internal::KeyedMatrixRowsBase< Scalar, RowKeyType, Rows, Cols > | inline |
rowSlice | NAV::internal::KeyedMatrixRowsBase< Scalar, RowKeyType, Rows, Cols > | mutableprotected |
segment(const std::vector< RowKeyType > &rowKeys) const | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
segment(const std::vector< RowKeyType > &rowKeys) | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
segment(const std::vector< RowKeyType > &rowKeys) const | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
segment(const std::vector< RowKeyType > &rowKeys) | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
transposed() const | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | inline |
~KeyedVectorBase()=default | NAV::internal::KeyedVectorBase< Scalar, RowKeyType, Rows > | |