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

📄 smpdefs.h

📁 spice中支持多层次元件模型仿真的可单独运行的插件源码
💻 H
字号:
#ifndef SMP#define SMPtypedef  char SMPmatrix;typedef  struct MatrixElement  *SMPelement;/**********Copyright 1990 Regents of the University of California.  All rights reserved.Author: 1985 Thomas L. Quarles**********/#include "complex.h"#include <stdio.h>#ifdef __STDC__int SMPaddElt( SMPmatrix *, int , int , double );void SMPcClear( SMPmatrix *);int SMPcLUfac( SMPmatrix *, double );int SMPcProdDiag( SMPmatrix *, SPcomplex *, int *);int SMPcReorder( SMPmatrix * , double , double , int *);void SMPcSolve( SMPmatrix *, double [], double [], double [], double []);void SMPclear( SMPmatrix *);void SMPcolSwap( SMPmatrix * , int , int );void SMPdestroy( SMPmatrix *);int SMPfillup( SMPmatrix * );SMPelement * SMPfindElt( SMPmatrix *, int , int , int );void SMPgetError( SMPmatrix *, int *, int *);int SMPluFac( SMPmatrix *, double , double );double * SMPmakeElt( SMPmatrix * , int , int );int SMPmatSize( SMPmatrix *);int SMPnewMatrix( SMPmatrix ** );int SMPnewNode( int , SMPmatrix *);int SMPpreOrder( SMPmatrix *);void SMPprint( SMPmatrix * , FILE *);int SMPreorder( SMPmatrix * , double , double , double );void SMProwSwap( SMPmatrix * , int , int );void SMPsolve( SMPmatrix *, double [], double []);#else /* stdc */int SMPaddElt();void SMPcClear();int SMPcLUfac();int SMPcProdDiag();int SMPcReorder();void SMPcSolve();void SMPclear();void SMPcolSwap();void SMPdestroy();int SMPfillup();SMPelement * SMPfindElt();void SMPgetError();int SMPluFac();double * SMPmakeElt();int SMPmatSize();int SMPnewMatrix();int SMPnewNode();int SMPpreOrder();void SMPprint();int SMPreorder();void SMProwSwap();void SMPsolve();#endif /* stdc */#endif /*SMP*/

⌨️ 快捷键说明

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