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

📄 laprefs.cc

📁 LAPACK++ (Linear Algebra PACKage in C++) is a software library for numerical linear algebra that sol
💻 CC
字号:
#ifdef HAVE_CONFIG_H# include <config.h>#endif#include "lafnames.h"#include LA_PREFS_HLaPreferences::pFormat LaPreferences::print_format = LaPreferences::NORMAL;bool LaPreferences::print_newlines = true;void LaPreferences::setPrintFormat(pFormat p, bool newlines){  print_format = p;  print_newlines = newlines;}LaPreferences::pFormat LaPreferences::getPrintFormat(){  return print_format;}bool LaPreferences::getPrintNewLines(){  return print_newlines;}

⌨️ 快捷键说明

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