Defines | Functions
irtgeoc.c File Reference
#include "eus.h"
#include <math.h>
Include dependency graph for irtgeoc.c:

Go to the source code of this file.

Defines

#define colsize(p)   (intval(p->c.ary.dim[1]))
#define ismatrix(p)
#define rowsize(p)   (intval(p->c.ary.dim[0]))

Functions

pointer ___irtgeoc ()
pointer ___irtgeoc (context *ctx, int n, pointer *argv, pointer env)
pointer C_COORDS_TRNSFORM_VECTOR (context *ctx, int n, argv)
pointer C_ISNAN (context *ctx, int n, argv)
pointer C_MATRIX_ROW (context *ctx, int n, argv)
static pointer FVECTOR_REPLACE (context *ctx, int n, pointer *argv)
static register_irtgeoc ()
static pointer VECTOR_ARRAY_MAX_MIN (context *ctx, int n, pointer *argv)
static pointer VECTOR_ARRAY_MEAN (context *ctx, int n, pointer *argv)
static pointer VECTOR_ARRAY_VARIANCE (context *ctx, int n, pointer *argv)

Define Documentation

#define colsize (   p)    (intval(p->c.ary.dim[1]))

Definition at line 11 of file irtgeoc.c.

#define ismatrix (   p)
Value:
((isarray(p) && \
                      p->c.ary.rank==makeint(2) && \
                      elmtypeof(p->c.ary.entity)==ELM_FLOAT))

Definition at line 13 of file irtgeoc.c.

#define rowsize (   p)    (intval(p->c.ary.dim[0]))

Definition at line 12 of file irtgeoc.c.


Function Documentation

pointer ___irtgeoc ( context ctx,
int  n,
pointer argv,
pointer  env 
)

Definition at line 357 of file irtgeoc.c.

pointer C_COORDS_TRNSFORM_VECTOR ( context ctx,
int  n,
argv   
)

Definition at line 17 of file irtgeoc.c.

pointer C_ISNAN ( context ctx,
int  n,
argv   
)

Definition at line 340 of file irtgeoc.c.

pointer C_MATRIX_ROW ( context ctx,
int  n,
argv   
)

Definition at line 89 of file irtgeoc.c.

static pointer FVECTOR_REPLACE ( context ctx,
int  n,
pointer argv 
) [static]

Definition at line 303 of file irtgeoc.c.

static register_irtgeoc ( ) [static]

Definition at line 6 of file irtgeoc.c.

static pointer VECTOR_ARRAY_MAX_MIN ( context ctx,
int  n,
pointer argv 
) [static]

Definition at line 246 of file irtgeoc.c.

static pointer VECTOR_ARRAY_MEAN ( context ctx,
int  n,
pointer argv 
) [static]

Definition at line 140 of file irtgeoc.c.

static pointer VECTOR_ARRAY_VARIANCE ( context ctx,
int  n,
pointer argv 
) [static]

Definition at line 181 of file irtgeoc.c.



jskeus
Author(s): JSK Alumnis
autogenerated on Thu Jun 6 2019 21:31:35