Functions | |
Gan_Bool | gan_vec_realloc (Gan_Vector *x, unsigned long rows) |
void | gan_vec_free (Gan_Vector *x) |
Free a vector. | |
void | gan_vec_free_va (Gan_Vector *x,...) |
Free a NULL terminated variable argument list of vectors. | |
Gan_Vector * | gan_vec_form_gen (Gan_Vector *x, unsigned long rows, double *data, size_t data_size) |
Gan_Vector * | gan_vec_alloc (unsigned long rows) |
Macro: Allocate and return a generic vector. | |
Gan_Vector * | gan_vec_form (Gan_Vector *x, unsigned long rows) |
Macro: Form and return a generic vector. | |
Gan_Vector * | gan_vec_form_data (Gan_Vector *x, unsigned long rows, void *data, size_t data_size) |
Macro: Form and return a generic vector. | |
Gan_Bool | gan_vecf_realloc (Gan_Vector_f *x, unsigned long rows) |
void | gan_vecf_free (Gan_Vector_f *x) |
Free a vector. | |
void | gan_vecf_free_va (Gan_Vector_f *x,...) |
Free a NULL terminated variable argument list of vectors. | |
Gan_Vector_f * | gan_vecf_form_gen (Gan_Vector_f *x, unsigned long rows, float *data, size_t data_size) |
Gan_Vector_f * | gan_vecf_alloc (unsigned long rows) |
Macro: Allocate and return a generic vector. | |
Gan_Vector_f * | gan_vecf_form (Gan_Vector_f *x, unsigned long rows) |
Macro: Form and return a generic vector. | |
Gan_Vector_f * | gan_vecf_form_data (Gan_Vector_f *x, unsigned long rows, void *data, size_t data_size) |
Macro: Form and return a generic vector. |
|
Macro: Allocate and return a generic vector. Allocates and returns a generic column vector with given size rows. Implemented as a macro call to gan_vec_form_gen().
|
|
Macro: Form and return a generic vector.
Forms and returns a generic column vector with given number of rows. If the x vector pointer is non- Implemented as a macro call to gan_vec_form_gen().
|
|
Macro: Form and return a generic vector.
Forms and returns a generic column vector with given number of rows. If the x vector pointer is non- Implemented as a macro call to gan_vec_form_gen().
|
|
Free a vector. Free a generic vector. |
|
Free a
NULL terminated variable argument list of vectors, starting with vector x. |
|
Macro: Allocate and return a generic vector. Allocates and returns a generic column vector with given size rows. Implemented as a macro call to gan_vecf_form_gen().
|
|
Macro: Form and return a generic vector.
Forms and returns a generic column vector with given number of rows. If the x vector pointer is non- Implemented as a macro call to gan_vecf_form_gen().
|
|
Macro: Form and return a generic vector.
Forms and returns a generic column vector with given number of rows. If the x vector pointer is non- Implemented as a macro call to gan_vecf_form_gen().
|
|
Free a vector. Free a generic vector. |
|
Free a
NULL terminated variable argument list of vectors, starting with vector x. |