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

Thumbnail of post image 175

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

C++,小ネタ

Thumbnail of post image 079

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

C++,Eigen,数学

Thumbnail of post image 152

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

C++

Thumbnail of post image 070

はじめに 前のエントリでは、Pythonのzip()関数に似た機能を持つ関数を作成しました ...

C++

Thumbnail of post image 134

はじめに C++11で追加された範囲for(range-based for)文は、コンテナ ...

C++,小ネタ

Thumbnail of post image 134

std:begin()やstd::end()の戻り値を受ける変数を宣言するために使います。 ...

C++

Thumbnail of post image 061

タプル(tuple)とは タプルとは、複数の型の値をひとまとめにして取り扱うためものです。 ...

C++

Thumbnail of post image 031

はじめに C++で値を出力するにはストリームを使いますが、桁数設定や小数点以下の精度表示を ...

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