k2dgrflow/k2ddomain.h
k2dgrflow/meshtype.h
- typedef short int MeshBool
- typedef double CoordReal
- typedef float CoordReal
- typedef double NumReal
- typedef float NumReal
- typedef double NumReal
- typedef float NumReal
- typedef long int MeshLong
- typedef int MeshInt
- typedef short int MeshShort
- typedef unsigned int MeshCard
- typedef unsigned char MeshByte
- typedef unsigned char FlagType
k2dgrflow/vectorimp.h
- inline Vector2D operator * (double f,const Vector2D &p)
- inline double angle (const Vector2D &A,const Vector2D &B)
- inline Vector3D operator * (double f,const Vector3D &p)
- inline double angle (const Vector3D &A,const Vector3D &B)
- MeshBool SolveLin (FullMatrix &mat,double _eps = 1.0E-7)
- MeshBool Givens (const double *vec,double *rot,double accuracy = 1.0E-7)
- MeshBool Givens (const float *vec,double *rot,double accuracy = 1.0E-7)
- MeshBool Givens (const double *vec,float *rot,double accuracy = 1.0E-7)
- MeshBool Givens (const float *vec,float *rot,double accuracy = 1.0E-7)
- MeshBool partElim (FullMatrix &mat,MeshCard right,MeshCard left = 0,
double accuracy = 1.0E-7)
- MeshBool partElimQR (FullMatrix &mat,MeshCard right,MeshCard left = 0,
double accuracy = 1.0E-7)
Global member Documentation
#include <k2dgrflow/k2ddomain.h>
DomainType is the datatype we use, a list of borderbases
typedef short int MeshBool | MeshBool |
#include <k2dgrflow/meshtype.h>
*
meshtype.h *
*
This module defines several useful types that are frequently used throughout *
the goofe code. *
*
*******************************************************************************
typedef double CoordReal | CoordReal |
#include <k2dgrflow/meshtype.h>
typedef float CoordReal | CoordReal |
#include <k2dgrflow/meshtype.h>
typedef double NumReal | NumReal |
#include <k2dgrflow/meshtype.h>
typedef float NumReal | NumReal |
#include <k2dgrflow/meshtype.h>
typedef double NumReal | NumReal |
#include <k2dgrflow/meshtype.h>
typedef float NumReal | NumReal |
#include <k2dgrflow/meshtype.h>
typedef long int MeshLong | MeshLong |
#include <k2dgrflow/meshtype.h>
typedef int MeshInt | MeshInt |
#include <k2dgrflow/meshtype.h>
typedef short int MeshShort | MeshShort |
#include <k2dgrflow/meshtype.h>
typedef unsigned int MeshCard | MeshCard |
#include <k2dgrflow/meshtype.h>
typedef unsigned char MeshByte | MeshByte |
#include <k2dgrflow/meshtype.h>
typedef unsigned char FlagType | FlagType |
#include <k2dgrflow/meshtype.h>
#include <k2dgrflow/vectorimp.h>
#include <k2dgrflow/vectorimp.h>
#include <k2dgrflow/vectorimp.h>
#include <k2dgrflow/vectorimp.h>
#include <k2dgrflow/vectorimp.h>
MeshBool Givens (const double *vec,double *rot,double accuracy = 1.0E-7)
| Givens |
#include <k2dgrflow/vectorimp.h>
MeshBool Givens (const float *vec,double *rot,double accuracy = 1.0E-7)
| Givens |
#include <k2dgrflow/vectorimp.h>
MeshBool Givens (const double *vec,float *rot,double accuracy = 1.0E-7)
| Givens |
#include <k2dgrflow/vectorimp.h>
MeshBool Givens (const float *vec,float *rot,double accuracy = 1.0E-7)
| Givens |
#include <k2dgrflow/vectorimp.h>
#include <k2dgrflow/vectorimp.h>
#include <k2dgrflow/vectorimp.h>
Generated by: benny@okidoki on Thu Jun 21 10:41:51 2001, using kdoc 2.0a53. |