Powered by Apache

CVS log for OpenXM_contrib2/asir2000/builtin/array.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / builtin

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: RELEASE_1_2_1


Revision 1.26 / (download) - annotate - [select for diffs], Wed Feb 6 00:55:03 2002 UTC (22 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.25: +47 -1 lines
Diff to previous 1.25 (unified)

Added two functions:

mat_swap_row_destructive(Mat,I1,I2)  swap I1-th row and I2-th row in Mat.
mat_swap_col_destructive(Mat,J1,J2)  swap I1-th column and I2-th column in Mat.

These are destructive.
Note that mat_swap_col_destructive is relatively slow because it is necessary
to swap elements itself.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>