#include "eus.h"
#include <math.h>
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
Value:((isarray(p) && \
p->c.ary.rank==makeint(2) && \
elmtypeof(p->c.ary.entity)==ELM_FLOAT))
Definition at line 13 of file irtgeoc.c.
Function Documentation