Skip to content

Instantly share code, notes, and snippets.

View AtsushiSakai's full-sized avatar
:octocat:

Atsushi Sakai AtsushiSakai

:octocat:
View GitHub Profile
@AtsushiSakai
AtsushiSakai / GoldenSectionSample.m
Last active December 15, 2015 04:49
線形探索アルゴリズムの代表ロジックである黄金分割法のMATLABサンプル
% ------------------------------------------------------------------------
% Sample file of Golden section method for linear search
%
% file : GoldenSectionSample.m
%
% Latest Update: 2013/03/20
%
% Author : A.Sakai
%
% ----------------------------------------------------------------------------------
@AtsushiSakai
AtsushiSakai / GeometrySample.cpp
Created March 16, 2013 10:46
行列演算ライブラリEigenのGeometry関連(回転行列, クォータニオン)の関数サンプルプログラム
/*
FileName: GeometrySample.cpp
Discription: EigenのGeometry関連の関数のサンプル
Author: Atsushi Sakai
Update: 2013/03/16