⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 diracpdf.cpp

📁 dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical
💻 CPP
字号:
//#if defined(__GNUC__) && defined(GCC_PCH)//  #include "aux.hpp"//#else  #include "DiracPdf.hpp"//#endif#include <limits>using namespace indii::ml::aux;DiracPdf::DiracPdf() {  //}DiracPdf::DiracPdf(const vector& x) : Pdf(x.size()), vector(x) {  //}DiracPdf::DiracPdf(unsigned int N) : Pdf(N), vector(N) {  //}DiracPdf::~DiracPdf() {  //}void DiracPdf::setDimensions(const unsigned int N, const bool preserve) {  this->N = N;  resize(N, preserve);}const symmetric_matrix& DiracPdf::getCovariance() const {  /**   * @note Not implemented.   */}const symmetric_matrix& DiracPdf::getCovariance() {  /**   * @note Not implemented.   */}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -