Skip to content
Snippets Groups Projects
Commit 38bd9c5a authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

[skip ci] fix small doc

parent 110f8e46
No related branches found
No related tags found
2 merge requests!466devel->main,!455Resolve "Implement processor bootstrapping"
Pipeline #11781 skipped
......@@ -246,7 +246,7 @@ class MatrixComposite : public std::unordered_map < char, std::unordered_map < c
* S["V"]["V"] S["V"]["W"]
* S["W"]["V"] S["W"]["W"]
*/
MatrixComposite propagate(const MatrixComposite & _Cov); // This performs Jac * this * Jac.tr
MatrixComposite propagate(const MatrixComposite & _Cov); // This performs this * _Cov * this.tr
/**
* \brief Matrix-vector product
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment