Go to the source code of this file.
|
| template<class V , class M > |
| void | QUESO::ComputeConditionalGaussianVectorRV (const V &muVec1, const V &muVec2, const M &sigmaMat11, const M &sigmaMat12, const M &sigmaMat21, const M &sigmaMat22, const V &sampleVec2, V &muVec1_cond_on_2, M &sigmaMat11_cond_on_2) |
| |
| template void | QUESO::ComputeConditionalGaussianVectorRV< QUESO::GslVector, QUESO::GslMatrix > (QUESO::GslVector const &, QUESO::GslVector const &, QUESO::GslMatrix const &, QUESO::GslMatrix const &, QUESO::GslMatrix const &, QUESO::GslMatrix const &, QUESO::GslVector const &, QUESO::GslVector &, QUESO::GslMatrix &) |
| |