Defines | Functions
ssvdc.c File Reference
#include "eus.h"
Include dependency graph for lib/clib/ssvdc.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 SSVDC (context *ctx, int n, argv)
 ssvdc (context *ctx, int n, argv)

Define Documentation

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

Definition at line 719 of file matrix.c.

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

Definition at line 715 of file matrix.c.

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

Definition at line 718 of file matrix.c.


Function Documentation

pointer SSVDC ( context ctx,
int  n,
argv   
)

Definition at line 17 of file lib/clib/ssvdc.c.

ssvdc ( context ctx,
int  n,
argv   
)

Definition at line 59 of file lib/clib/ssvdc.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Sep 3 2015 10:36:20