//! @file ArcsMatrix.hh //! @brief ARCS-Matrix 行列演算クラス //! //! 行列に関係する様々な演算を実行するクラス //! //! @date 2022/07/27 //! @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 BSD License. // For details, see the License.txt file. #include "ArcsMatrix.hh" // テンプレートクラスのため,実体もヘッダ側に実装。