//! @file ArcsControl.hh //! @brief ARCS-Control 制御理論クラス //! //! 制御理論に関係する様々なアルゴリズムを詰め合わせた静的クラス //! //! @date 2022/07/26 //! @author Yokokura, Yuki // // Copyright (C) 2011-2022 Yokokura, Yuki // This program is free software; // you can redistribute it and/or modify it under the terms of the FreeBSD License. // For details, see the License.txt file. #include "ArcsControl.hh" // テンプレートクラスのため,実体もヘッダ側に実装。