patch.3

来自「C语言版本的矩阵库」· 3 代码 · 共 14 行

3
14
字号
*** zmatrix.h	Tue Mar  8 15:50:26 1994
--- zmatrix.h.orig	Fri Oct 28 01:52:48 1994
***************
*** 34,39 ****
--- 34,41 ----
  
            /*  Type definitions for complex vectors and matrices  */
  
+ #undef complex
+ #define complex Complex
  
  /* complex definition */
  typedef struct  {

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?