This is the complete list of members for corbo::BaseEdge, including all inherited members.
_cache | corbo::BaseEdge | protected |
_edge_idx | corbo::BaseEdge | protected |
computeHessian(int vtx_idx_i, int vtx_idx_j, const Eigen::Ref< const Eigen::MatrixXd > &block_jacobian_i, Eigen::Ref< Eigen::MatrixXd > block_hessian_ij, const double *multipliers=nullptr, double weight=1.0) | corbo::BaseEdge | virtual |
computeHessianInc(int vtx_idx_i, int vtx_idx_j, const Eigen::Ref< const Eigen::MatrixXd > &block_jacobian_i, Eigen::Ref< Eigen::MatrixXd > block_hessian_ij, const double *multipliers=nullptr, double weight=1.0) | corbo::BaseEdge | virtual |
computeHessianInc(int vtx_idx_i, int vtx_idx_j, Eigen::Ref< Eigen::MatrixXd > block_hessian_ij, const double *multipliers=nullptr, double weight=1.0) | corbo::BaseEdge | virtual |
computeJacobian(int vtx_idx, Eigen::Ref< Eigen::MatrixXd > block_jacobian, const double *multipliers=nullptr) | corbo::BaseEdge | virtual |
computeSquaredNormOfValues() | corbo::EdgeInterface | inlinevirtual |
computeSquaredNormOfValuesCached() | corbo::BaseEdge | inline |
computeSumOfValues() | corbo::EdgeInterface | inlinevirtual |
computeValues(Eigen::Ref< Eigen::VectorXd > values) override=0 | corbo::BaseEdge | pure virtual |
computeValuesCached() | corbo::BaseEdge | inline |
EdgeSetInterface class | corbo::BaseEdge | friend |
getCache() | corbo::BaseEdge | inline |
getCache() const | corbo::BaseEdge | inline |
getDimension() const override=0 | corbo::BaseEdge | pure virtual |
getEdgeIdx() const | corbo::BaseEdge | inline |
getNumFiniteVerticesLowerBounds() const | corbo::EdgeInterface | |
getNumFiniteVerticesUpperBounds() const | corbo::EdgeInterface | |
getNumVertices() const =0 | corbo::EdgeInterface | pure virtual |
getVertex(int idx) const =0 | corbo::EdgeInterface | pure virtual |
getVertexRaw(int idx)=0 | corbo::EdgeInterface | pure virtual |
isLeastSquaresForm() const | corbo::BaseEdge | inlinevirtual |
isLinear() const | corbo::BaseEdge | inlinevirtual |
providesHessian() const | corbo::BaseEdge | inlinevirtual |
providesJacobian() const | corbo::BaseEdge | inlinevirtual |
Ptr typedef | corbo::BaseEdge | |
reserveCacheMemory(int num_value_vectors, int num_jacobians) | corbo::BaseEdge | inline |
reserveJacobiansCacheMemory(int num_jacobians) | corbo::BaseEdge | inline |
reserveValuesCacheMemory(int num_value_vectors) | corbo::BaseEdge | inline |
UPtr typedef | corbo::BaseEdge | |
verticesDimension() const =0 | corbo::EdgeInterface | pure virtual |
~EdgeInterface() | corbo::EdgeInterface | inlinevirtual |