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

📄 eigenval.h

📁 OpenFVM-v1.1 open source cfd code
💻 H
字号:
/****************************************************************************//*                                eigenval.h                                *//****************************************************************************//*                                                                          *//* estimation of extremal EIGENVALues                                       *//*                                                                          *//* Copyright (C) 1992-1996 Tomas Skalicky. All rights reserved.             *//*                                                                          *//****************************************************************************//*                                                                          *//*        ANY USE OF THIS CODE CONSTITUTES ACCEPTANCE OF THE TERMS          *//*              OF THE COPYRIGHT NOTICE (SEE FILE COPYRGHT.H)               *//*                                                                          *//****************************************************************************/#ifndef EIGENVAL_H#define EIGENVAL_H#include "vector.h"#include "qmatrix.h"#include "precond.h"#include "copyrght.h"/* estimation of extremal eigenvalues */void SetEigenvalAccuracy(double Eps);double GetMinEigenval(QMatrix *Q, PrecondProcType PrecondProc, double OmegaPrecond);double GetMaxEigenval(QMatrix *Q, PrecondProcType PrecondProc, double OmegaPrecond);#endif /* EIGENVAL_H */

⌨️ 快捷键说明

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