⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems
💻
字号:
include ../make.incLUSRC   = ../SRCHEADER	= -I$(LUSRC) -I$(MATLAB)/extern/include ## For Matlab Version 4 compatibility: comment out -DV5, add -V4 in FFLAGSFLAGS   = -O -DV5all:            mexlusolve mexsuperlumexlusolve:	mexlusolve.c ../$(SUPERLULIB)		${MATLAB}/bin/mex $(HEADER) ${FLAGS} mexlusolve.c \		../$(SUPERLULIB) $(BLASLIB) -lmmexsuperlu:	mexsuperlu.c ../$(SUPERLULIB)		${MATLAB}/bin/mex $(HEADER) ${FLAGS} mexsuperlu.c \		../$(SUPERLULIB) $(BLASLIB) -lmclean:		rm -f *.o *.mex*

⌨️ 快捷键说明

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