This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !**************************************************** | |
| ! 逆行列の計算(余因子行列) | |
| ! | |
| ! DATE AUTHOR VERSION | |
| ! 2019.12.24 mk-mode.com 1.00 新規作成 | |
| ! | |
| ! Copyright(C) 2013 mk-mode.com All Rights Reserved. | |
| !**************************************************** | |
| ! | |
| module const |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * strrep.c - C substring replacement. | |
| * | |
| * Written in 2011 by Drew Hess <dhess-src@bothan.net>. | |
| * | |
| * To the extent possible under law, the author(s) have dedicated all | |
| * copyright and related and neighboring rights to this software to | |
| * the public domain worldwide. This software is distributed without | |
| * any warranty. | |
| * |