Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Namespaces | Macros
spsolver.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "logging.h"
#include "complex.h"
#include "object.h"
#include "node.h"
#include "circuit.h"
#include "strlist.h"
#include "vector.h"
#include "matvec.h"
#include "dataset.h"
#include "net.h"
#include "analysis.h"
#include "sweep.h"
#include "nodelist.h"
#include "netdefs.h"
#include "characteristic.h"
#include "spsolver.h"
#include "constants.h"
#include "components/component_id.h"
#include "components/tee.h"
#include "components/open.h"
#include "components/itrafo.h"
#include "components/cross.h"
#include "components/ground.h"

Go to the source code of this file.

Data Structures

class  qucs::spsolver
 

Namespaces

 qucs
 

Macros

#define USE_GROUNDS   1
 
#define USE_CROSSES   1
 
#define SORTED_LIST   1
 
#define TINYS   (NR_TINY * 1.235)
 

Macro Definition Documentation

#define SORTED_LIST   1

Definition at line 60 of file spsolver.cpp.

#define TINYS   (NR_TINY * 1.235)

Definition at line 62 of file spsolver.cpp.

#define USE_CROSSES   1

Definition at line 59 of file spsolver.cpp.

#define USE_GROUNDS   1

Definition at line 58 of file spsolver.cpp.