Skip to content
This repository was archived by the owner on Sep 6, 2018. It is now read-only.
This repository was archived by the owner on Sep 6, 2018. It is now read-only.

Implement template member function in proposalvariance class #6

@mmulvahill

Description

@mmulvahill

Currently this uses an extra layer of abstract classes

class MarginalProposalVariance : public ProposalVariance { ... };

but since the only diff between Marginal and Joint is the type of the pv object (arma::mat vs double), it might be more straightforward to implement the get.pv(), adjust.pv as a template member functions. Only unsolved issue would be setting the type (and size for arma::mat) of pv.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions