Functions | Variables
matrix.c File Reference

Go to the source code of this file.

Functions

double atan2 ()
static 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 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 copymat ( pointer  dest,
pointer  src,
int  size 
) [static]

Definition at line 889 of file matrix.c.

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

Definition at line 1218 of file matrix.c.

pointer INV_EULER ( context ctx,
int  n,
argv   
)

Definition at line 1173 of file matrix.c.

pointer INV_RPY ( context ctx,
int  n,
argv   
)

Definition at line 1141 of file matrix.c.

pointer LU_DECOMPOSE ( context ctx,
int  n,
argv   
)

Definition at line 1247 of file matrix.c.

pointer LU_DETERMINANT ( context ctx,
int  n,
argv   
)

Definition at line 1314 of file matrix.c.

pointer LU_SOLVE ( context ctx,
int  n,
argv   
)

Definition at line 1293 of file matrix.c.

void matrix ( context ctx,
pointer  mod 
)

Definition at line 1332 of file matrix.c.

pointer MATTIMES ( context ctx,
int  n,
argv   
)

Definition at line 741 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 592 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 1040 of file matrix.c.

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

Definition at line 976 of file matrix.c.

pointer ROTMAT ( context ctx,
int  n,
argv   
)

Definition at line 898 of file matrix.c.

pointer ROTVEC ( context ctx,
int  n,
argv   
)

Definition at line 848 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 solve ( eusfloat_t a,
pointer  pv,
int  s,
pointer  b,
pointer  x 
) [static]

Definition at line 1272 of file matrix.c.

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

Definition at line 793 of file matrix.c.

pointer TRANSPOSE ( context ctx,
int  n,
argv   
)

Definition at line 1110 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 569 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 547 of file matrix.c.

pointer VMAX ( context ctx,
int  n,
argv   
)

Definition at line 673 of file matrix.c.

pointer VMIN ( context ctx,
int  n,
argv   
)

Definition at line 638 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 Thu Sep 3 2015 10:36:20