M4RI
1.0.1
|
00001 00008 #ifndef M4RI_TRIANGULAR_RUSSIAN 00009 #define M4RI_TRIANGULAR_RUSSIAN 00010 00011 /******************************************************************* 00012 * 00013 * M4RI: Linear Algebra over GF(2) 00014 * 00015 * Copyright (C) 2008-2011 Martin Albrecht <martinralbrecht@googlemail.com> 00016 * 00017 * Distributed under the terms of the GNU General Public License (GPL) 00018 * version 2 or higher. 00019 * 00020 * This code is distributed in the hope that it will be useful, 00021 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00022 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00023 * General Public License for more details. 00024 * 00025 * The full text of the GPL is available at: 00026 * 00027 * http://www.gnu.org/licenses/ 00028 * 00029 ********************************************************************/ 00030 00031 #include "mzd.h" 00032 00033 void _mzd_trsm_upper_left_russian(mzd_t const *U, mzd_t *B, int k); 00034 00046 mzd_t *mzd_trtri_upper_russian(mzd_t *A, int k); 00047 00048 #endif //M4RI_TRIANGULAR_RUSSIAN