C++,Eigen

Thumbnail of post image 028
先日C++でプログラムを作成していたところ、PythonのSciPyのspdiags()のようなものが必要になったので、Eigenを使って同様の関数を実装してみました。 SciPyのspdiags()関数とは SciPyのspdiags() ...

C++,Eigen

Thumbnail of post image 095

先日C++でプログラムを作成していたところ、PythonのNumPyのconvolve() ...

matplotlib,python

Thumbnail of post image 163

はじめに Matplotlibの2次元グラフ上でマウスカーソルに追従する十字線(カーソル) ...

matplotlib,python,tkinter

Thumbnail of post image 072

はじめに Pythonの標準ライブラリであるTkinterを使うと、GUIアプリを作成でき ...

JavaScript

Thumbnail of post image 197

はじめに JavaScriptで非同期処理を扱ううえで避けて通れないのがPromiseです ...

C++,Eigen,スペクトル,バックグラウンド,ベースライン,信号処理,化学

Thumbnail of post image 196

以前のエントリでは、Whittaker Smootherを利用したAsymmetric L ...

C++,小ネタ

Thumbnail of post image 106

可変引数テンプレートを使うと可変長引数を持つ関数を実装できます。 template ...

C++,Eigen,数学

Thumbnail of post image 022

ある関数の最小値(極小値)を探索する手法の1つである最急降下法(Gradient Desc ...

JavaScript

Thumbnail of post image 048

はじめに JavaScriptにはテンプレートリテラルと呼ばれるものがあります。このテンプ ...

当サイトは「さくらのVPS」上で動作しています。