C++,Eigen

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

C++,Eigen

Thumbnail of post image 129

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

matplotlib,python

Thumbnail of post image 103

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

matplotlib,python,tkinter

Thumbnail of post image 103

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

JavaScript

Thumbnail of post image 105

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

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

Thumbnail of post image 199

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

C++,小ネタ

Thumbnail of post image 109

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

C++,Eigen,数学

Thumbnail of post image 186

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

JavaScript

Thumbnail of post image 022

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

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