#include "LALStdlib.h"#include "AVFactories.h"Include dependency graph for VectorFactories.c:

Go to the source code of this file.
| NRCSID | ( | VECTORFACTORIESC | , | |
| "$Id: VectorFactories. | m4, | |||
| v 1.5 2003/09/29 00:33:24 dwchin Exp $" | ||||
| ) |
| COMPLEX16Vector* XLALCreateCOMPLEX16Vector | ( | UINT4 | length | ) |
Definition at line 96 of file VectorFactories.c.
| void LALZCreateVector | ( | LALStatus * | status, | |
| COMPLEX16Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 118 of file VectorFactories.c.
| COMPLEX16Vector* XLALResizeCOMPLEX16Vector | ( | COMPLEX16Vector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 176 of file VectorFactories.c.
| void LALZResizeVector | ( | LALStatus * | status, | |
| COMPLEX16Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 197 of file VectorFactories.c.
| void XLALDestroyCOMPLEX16Vector | ( | COMPLEX16Vector * | vector | ) |
Definition at line 248 of file VectorFactories.c.
| void LALZDestroyVector | ( | LALStatus * | status, | |
| COMPLEX16Vector ** | vector | |||
| ) |
Definition at line 262 of file VectorFactories.c.
| COMPLEX8Vector* XLALCreateCOMPLEX8Vector | ( | UINT4 | length | ) |
Definition at line 329 of file VectorFactories.c.
| void LALCCreateVector | ( | LALStatus * | status, | |
| COMPLEX8Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 351 of file VectorFactories.c.
| COMPLEX8Vector* XLALResizeCOMPLEX8Vector | ( | COMPLEX8Vector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 409 of file VectorFactories.c.
| void LALCResizeVector | ( | LALStatus * | status, | |
| COMPLEX8Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 430 of file VectorFactories.c.
| void XLALDestroyCOMPLEX8Vector | ( | COMPLEX8Vector * | vector | ) |
Definition at line 481 of file VectorFactories.c.
| void LALCDestroyVector | ( | LALStatus * | status, | |
| COMPLEX8Vector ** | vector | |||
| ) |
Definition at line 495 of file VectorFactories.c.
| REAL8Vector* XLALCreateREAL8Vector | ( | UINT4 | length | ) |
Definition at line 562 of file VectorFactories.c.
| void LALDCreateVector | ( | LALStatus * | status, | |
| REAL8Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 584 of file VectorFactories.c.
| REAL8Vector* XLALResizeREAL8Vector | ( | REAL8Vector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 642 of file VectorFactories.c.
| void LALDResizeVector | ( | LALStatus * | status, | |
| REAL8Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 663 of file VectorFactories.c.
| void XLALDestroyREAL8Vector | ( | REAL8Vector * | vector | ) |
Definition at line 714 of file VectorFactories.c.
| void LALDDestroyVector | ( | LALStatus * | status, | |
| REAL8Vector ** | vector | |||
| ) |
Definition at line 728 of file VectorFactories.c.
| REAL4Vector* XLALCreateREAL4Vector | ( | UINT4 | length | ) |
Definition at line 795 of file VectorFactories.c.
| void LALSCreateVector | ( | LALStatus * | status, | |
| REAL4Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 817 of file VectorFactories.c.
| REAL4Vector* XLALResizeREAL4Vector | ( | REAL4Vector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 875 of file VectorFactories.c.
| void LALSResizeVector | ( | LALStatus * | status, | |
| REAL4Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 896 of file VectorFactories.c.
| void XLALDestroyREAL4Vector | ( | REAL4Vector * | vector | ) |
Definition at line 947 of file VectorFactories.c.
| void LALSDestroyVector | ( | LALStatus * | status, | |
| REAL4Vector ** | vector | |||
| ) |
Definition at line 961 of file VectorFactories.c.
| INT2Vector* XLALCreateINT2Vector | ( | UINT4 | length | ) |
Definition at line 1028 of file VectorFactories.c.
| void LALI2CreateVector | ( | LALStatus * | status, | |
| INT2Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 1050 of file VectorFactories.c.
| INT2Vector* XLALResizeINT2Vector | ( | INT2Vector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 1108 of file VectorFactories.c.
| void LALI2ResizeVector | ( | LALStatus * | status, | |
| INT2Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 1129 of file VectorFactories.c.
| void XLALDestroyINT2Vector | ( | INT2Vector * | vector | ) |
Definition at line 1180 of file VectorFactories.c.
| void LALI2DestroyVector | ( | LALStatus * | status, | |
| INT2Vector ** | vector | |||
| ) |
Definition at line 1194 of file VectorFactories.c.
| INT4Vector* XLALCreateINT4Vector | ( | UINT4 | length | ) |
Definition at line 1261 of file VectorFactories.c.
| void LALI4CreateVector | ( | LALStatus * | status, | |
| INT4Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 1283 of file VectorFactories.c.
| INT4Vector* XLALResizeINT4Vector | ( | INT4Vector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 1341 of file VectorFactories.c.
| void LALI4ResizeVector | ( | LALStatus * | status, | |
| INT4Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 1362 of file VectorFactories.c.
| void XLALDestroyINT4Vector | ( | INT4Vector * | vector | ) |
Definition at line 1413 of file VectorFactories.c.
| void LALI4DestroyVector | ( | LALStatus * | status, | |
| INT4Vector ** | vector | |||
| ) |
Definition at line 1427 of file VectorFactories.c.
| INT8Vector* XLALCreateINT8Vector | ( | UINT4 | length | ) |
Definition at line 1494 of file VectorFactories.c.
| void LALI8CreateVector | ( | LALStatus * | status, | |
| INT8Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 1516 of file VectorFactories.c.
| INT8Vector* XLALResizeINT8Vector | ( | INT8Vector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 1574 of file VectorFactories.c.
| void LALI8ResizeVector | ( | LALStatus * | status, | |
| INT8Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 1595 of file VectorFactories.c.
| void XLALDestroyINT8Vector | ( | INT8Vector * | vector | ) |
Definition at line 1646 of file VectorFactories.c.
| void LALI8DestroyVector | ( | LALStatus * | status, | |
| INT8Vector ** | vector | |||
| ) |
Definition at line 1660 of file VectorFactories.c.
| UINT2Vector* XLALCreateUINT2Vector | ( | UINT4 | length | ) |
Definition at line 1727 of file VectorFactories.c.
| void LALU2CreateVector | ( | LALStatus * | status, | |
| UINT2Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 1749 of file VectorFactories.c.
| UINT2Vector* XLALResizeUINT2Vector | ( | UINT2Vector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 1807 of file VectorFactories.c.
| void LALU2ResizeVector | ( | LALStatus * | status, | |
| UINT2Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 1828 of file VectorFactories.c.
| void XLALDestroyUINT2Vector | ( | UINT2Vector * | vector | ) |
Definition at line 1879 of file VectorFactories.c.
| void LALU2DestroyVector | ( | LALStatus * | status, | |
| UINT2Vector ** | vector | |||
| ) |
Definition at line 1893 of file VectorFactories.c.
| UINT4Vector* XLALCreateUINT4Vector | ( | UINT4 | length | ) |
Definition at line 1960 of file VectorFactories.c.
| void LALU4CreateVector | ( | LALStatus * | status, | |
| UINT4Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 1982 of file VectorFactories.c.
| UINT4Vector* XLALResizeUINT4Vector | ( | UINT4Vector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 2040 of file VectorFactories.c.
| void LALU4ResizeVector | ( | LALStatus * | status, | |
| UINT4Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 2061 of file VectorFactories.c.
| void XLALDestroyUINT4Vector | ( | UINT4Vector * | vector | ) |
Definition at line 2112 of file VectorFactories.c.
| void LALU4DestroyVector | ( | LALStatus * | status, | |
| UINT4Vector ** | vector | |||
| ) |
Definition at line 2126 of file VectorFactories.c.
| UINT8Vector* XLALCreateUINT8Vector | ( | UINT4 | length | ) |
Definition at line 2193 of file VectorFactories.c.
| void LALU8CreateVector | ( | LALStatus * | status, | |
| UINT8Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 2215 of file VectorFactories.c.
| UINT8Vector* XLALResizeUINT8Vector | ( | UINT8Vector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 2273 of file VectorFactories.c.
| void LALU8ResizeVector | ( | LALStatus * | status, | |
| UINT8Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 2294 of file VectorFactories.c.
| void XLALDestroyUINT8Vector | ( | UINT8Vector * | vector | ) |
Definition at line 2345 of file VectorFactories.c.
| void LALU8DestroyVector | ( | LALStatus * | status, | |
| UINT8Vector ** | vector | |||
| ) |
Definition at line 2359 of file VectorFactories.c.
| CHARVector* XLALCreateCHARVector | ( | UINT4 | length | ) |
Definition at line 2426 of file VectorFactories.c.
| void LALCHARCreateVector | ( | LALStatus * | status, | |
| CHARVector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 2448 of file VectorFactories.c.
| CHARVector* XLALResizeCHARVector | ( | CHARVector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 2506 of file VectorFactories.c.
| void LALCHARResizeVector | ( | LALStatus * | status, | |
| CHARVector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 2527 of file VectorFactories.c.
| void XLALDestroyCHARVector | ( | CHARVector * | vector | ) |
Definition at line 2578 of file VectorFactories.c.
| void LALCHARDestroyVector | ( | LALStatus * | status, | |
| CHARVector ** | vector | |||
| ) |
Definition at line 2592 of file VectorFactories.c.
| REAL4Vector* XLALCreateVector | ( | UINT4 | length | ) |
Definition at line 2659 of file VectorFactories.c.
| void LALCreateVector | ( | LALStatus * | status, | |
| REAL4Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 2681 of file VectorFactories.c.
| REAL4Vector* XLALResizeVector | ( | REAL4Vector * | vector, | |
| UINT4 | length | |||
| ) |
Definition at line 2739 of file VectorFactories.c.
| void LALResizeVector | ( | LALStatus * | status, | |
| REAL4Vector ** | vector, | |||
| UINT4 | length | |||
| ) |
Definition at line 2760 of file VectorFactories.c.
| void XLALDestroyVector | ( | REAL4Vector * | vector | ) |
Definition at line 2811 of file VectorFactories.c.
| void LALDestroyVector | ( | LALStatus * | status, | |
| REAL4Vector ** | vector | |||
| ) |
Definition at line 2825 of file VectorFactories.c.
1.5.2