Allow other constructors to use fillTerms
parent
7c3131b533
commit
df0d8bb63c
|
|
@ -301,12 +301,14 @@ namespace gtsam {
|
||||||
*/
|
*/
|
||||||
boost::shared_ptr<GaussianConditional> splitConditional(size_t nrFrontals);
|
boost::shared_ptr<GaussianConditional> splitConditional(size_t nrFrontals);
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
|
|
||||||
/// Internal function to fill blocks and set dimensions
|
/// Internal function to fill blocks and set dimensions
|
||||||
template<typename TERMS>
|
template<typename TERMS>
|
||||||
void fillTerms(const TERMS& terms, const Vector& b, const SharedDiagonal& noiseModel);
|
void fillTerms(const TERMS& terms, const Vector& b, const SharedDiagonal& noiseModel);
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
/** Serialization function */
|
/** Serialization function */
|
||||||
friend class boost::serialization::access;
|
friend class boost::serialization::access;
|
||||||
template<class ARCHIVE>
|
template<class ARCHIVE>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue