Functions | Variables
matrix.c File Reference

Go to the source code of this file.

Functions

double atan2 ()
 
static void copymat (pointer dest, pointer src, int size)
 
double cos ()
 
static int decompose (eusfloat_t *a, int s, p)
 
pointer defkeyword ()
 
pointer INV_EULER (context *ctx, int n, argv)
 
pointer INV_RPY (context *ctx, int n, argv)
 
pointer LU_DECOMPOSE (context *ctx, int n, argv)
 
pointer LU_DETERMINANT (context *ctx, int n, argv)
 
pointer LU_SOLVE (context *ctx, int n, argv)
 
pointer makefvector ()
 
pointer makematrix ()
 
void matrix (context *ctx, pointer mod)
 
pointer MATTIMES (context *ctx, int n, argv)
 
pointer MIDPOINT (context *ctx, int n, argv)
 
pointer MINIMALBOX (context *ctx, int n, argv)
 
pointer MKFLTVEC (context *ctx, int n, argv)
 
pointer ROTANGLE (context *ctx, int n, argv)
 
pointer ROTATION_MATRIX (context *ctx, int n, pointer *argv)
 
pointer ROTMAT (context *ctx, int n, argv)
 
pointer ROTVEC (context *ctx, int n, argv)
 
pointer SCA3PROD (context *ctx, int n, argv)
 
pointer SCALEVEC (context *ctx, int n, argv)
 
double sin ()
 
static void solve (eusfloat_t *a, pointer pv, int s, pointer b, pointer x)
 
double sqrt ()
 
pointer TRANSFORM (context *ctx, int n, argv)
 
pointer TRANSPOSE (context *ctx, int n, argv)
 
pointer VCROSSPRODUCT (context *ctx, int n, pointer *argv)
 
pointer VDIRECTION (context *ctx, int n, argv)
 
pointer VDISTANCE (context *ctx, int n, argv)
 
pointer VDISTANCE2 (context *ctx, int n, argv)
 
pointer VGREATERP (context *ctx, int n, argv)
 
pointer VINNERPRODUCT (context *ctx, int n, pointer *argv)
 
pointer VLESSP (context *ctx, int n, argv)
 
pointer VMAX (context *ctx, int n, argv)
 
pointer VMIN (context *ctx, int n, argv)
 
pointer VMINUS (context *ctx, int n, pointer *argv)
 
pointer VMINUS_ABS (context *ctx, int n, pointer *argv)
 
pointer VNORM (context *ctx, int n, pointer *argv)
 
pointer VNORM2 (context *ctx, int n, pointer *argv)
 
pointer VNORMALIZE (context *ctx, int n, argv)
 
pointer VPLUS (context *ctx, int n, pointer *argv)
 
pointer VPLUSPLUS (context *ctx, int n, pointer *argv)
 

Variables

static pointer K_X
 
static pointer K_Y
 
static pointer K_Z
 
static pointer MK_X
 
static pointer MK_Y
 
static pointer MK_Z
 
static char * rcsid ="@(#)$Id$"
 

Function Documentation

double atan2 ( )
static void copymat ( pointer  dest,
pointer  src,
int  size 
)
static

Definition at line 905 of file matrix.c.

double cos ( )
static int decompose ( eusfloat_t a,
int  s,
 
)
static

Definition at line 1234 of file matrix.c.

pointer defkeyword ( )
pointer INV_EULER ( context ctx,
int  n,
argv   
)

Definition at line 1189 of file matrix.c.

pointer INV_RPY ( context ctx,
int  n,
argv   
)

Definition at line 1157 of file matrix.c.

pointer LU_DECOMPOSE ( context ctx,
int  n,
argv   
)

Definition at line 1263 of file matrix.c.

pointer LU_DETERMINANT ( context ctx,
int  n,
argv   
)

Definition at line 1330 of file matrix.c.

pointer LU_SOLVE ( context ctx,
int  n,
argv   
)

Definition at line 1309 of file matrix.c.

pointer makefvector ( )
pointer makematrix ( )
void matrix ( context ctx,
pointer  mod 
)

Definition at line 1348 of file matrix.c.

pointer MATTIMES ( context ctx,
int  n,
argv   
)

Definition at line 757 of file matrix.c.

pointer MIDPOINT ( context ctx,
int  n,
argv   
)

Definition at line 476 of file matrix.c.

pointer MINIMALBOX ( context ctx,
int  n,
argv   
)

Definition at line 608 of file matrix.c.

pointer MKFLTVEC ( context ctx,
int  n,
argv   
)

Definition at line 531 of file matrix.c.

pointer ROTANGLE ( context ctx,
int  n,
argv   
)

Definition at line 1056 of file matrix.c.

pointer ROTATION_MATRIX ( context ctx,
int  n,
pointer argv 
)

Definition at line 992 of file matrix.c.

pointer ROTMAT ( context ctx,
int  n,
argv   
)

Definition at line 914 of file matrix.c.

pointer ROTVEC ( context ctx,
int  n,
argv   
)

Definition at line 864 of file matrix.c.

pointer SCA3PROD ( context ctx,
int  n,
argv   
)

Definition at line 419 of file matrix.c.

pointer SCALEVEC ( context ctx,
int  n,
argv   
)

Definition at line 440 of file matrix.c.

double sin ( )
static void solve ( eusfloat_t a,
pointer  pv,
int  s,
pointer  b,
pointer  x 
)
static

Definition at line 1288 of file matrix.c.

double sqrt ( )
pointer TRANSFORM ( context ctx,
int  n,
argv   
)

Definition at line 809 of file matrix.c.

pointer TRANSPOSE ( context ctx,
int  n,
argv   
)

Definition at line 1126 of file matrix.c.

pointer VCROSSPRODUCT ( context ctx,
int  n,
pointer argv 
)

Definition at line 393 of file matrix.c.

pointer VDIRECTION ( context ctx,
int  n,
argv   
)

Definition at line 369 of file matrix.c.

pointer VDISTANCE ( context ctx,
int  n,
argv   
)

Definition at line 313 of file matrix.c.

pointer VDISTANCE2 ( context ctx,
int  n,
argv   
)

Definition at line 341 of file matrix.c.

pointer VGREATERP ( context ctx,
int  n,
argv   
)

Definition at line 585 of file matrix.c.

pointer VINNERPRODUCT ( context ctx,
int  n,
pointer argv 
)

Definition at line 219 of file matrix.c.

pointer VLESSP ( context ctx,
int  n,
argv   
)

Definition at line 563 of file matrix.c.

pointer VMAX ( context ctx,
int  n,
argv   
)

Definition at line 689 of file matrix.c.

pointer VMIN ( context ctx,
int  n,
argv   
)

Definition at line 654 of file matrix.c.

pointer VMINUS ( context ctx,
int  n,
pointer argv 
)

Definition at line 92 of file matrix.c.

pointer VMINUS_ABS ( context ctx,
int  n,
pointer argv 
)

Definition at line 156 of file matrix.c.

pointer VNORM ( context ctx,
int  n,
pointer argv 
)

Definition at line 244 of file matrix.c.

pointer VNORM2 ( context ctx,
int  n,
pointer argv 
)

Definition at line 268 of file matrix.c.

pointer VNORMALIZE ( context ctx,
int  n,
argv   
)

Definition at line 290 of file matrix.c.

pointer VPLUS ( context ctx,
int  n,
pointer argv 
)

Definition at line 28 of file matrix.c.

pointer VPLUSPLUS ( context ctx,
int  n,
pointer argv 
)

Definition at line 70 of file matrix.c.

Variable Documentation

pointer K_X
static

Definition at line 22 of file matrix.c.

pointer K_Y
static

Definition at line 22 of file matrix.c.

pointer K_Z
static

Definition at line 22 of file matrix.c.

pointer MK_X
static

Definition at line 22 of file matrix.c.

pointer MK_Y
static

Definition at line 22 of file matrix.c.

pointer MK_Z
static

Definition at line 22 of file matrix.c.

char* rcsid ="@(#)$Id$"
static

Definition at line 13 of file matrix.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Fri Feb 21 2020 03:20:54