Functions | |
Gan_Vector * | gan_vec_fill_va (Gan_Vector *x, unsigned long rows,...) |
Fill vector from variable argument list. | |
Gan_Vector * | gan_vec_fill_vap (Gan_Vector *x, unsigned long rows, va_list *aptr) |
Fill vector from variable argument list. | |
Gan_Vector * | gan_vec_fill_const_q (Gan_Vector *x, unsigned long rows, double value) |
Fill all elements of a vector with the same value. | |
Gan_Vector * | gan_vec_fill_const_s (unsigned long rows, double value) |
Macro: Allocate and fill all elements of a vector with the same value. | |
Gan_Vector * | gan_vec_fill_zero_q (Gan_Vector *x, unsigned long rows) |
Macro: Fill vector with zeros. | |
Gan_Vector * | gan_vec_fill_zero_s (unsigned long rows) |
Macro: Allocate and fill vector with zeros. | |
Gan_Vector_f * | gan_vecf_fill_va (Gan_Vector_f *x, unsigned long rows,...) |
Fill vector from variable argument list. | |
Gan_Vector_f * | gan_vecf_fill_vap (Gan_Vector_f *x, unsigned long rows, va_list *aptr) |
Fill vector from variable argument list. | |
Gan_Vector_f * | gan_vecf_fill_const_q (Gan_Vector_f *x, unsigned long rows, float value) |
Fill all elements of a vector with the same value. | |
Gan_Vector_f * | gan_vecf_fill_const_s (unsigned long rows, float value) |
Macro: Allocate and fill all elements of a vector with the same value. | |
Gan_Vector_f * | gan_vecf_fill_zero_q (Gan_Vector_f *x, unsigned long rows) |
Macro: Fill vector with zeros. | |
Gan_Vector_f * | gan_vecf_fill_zero_s (unsigned long rows) |
Macro: Allocate and fill vector with zeros. |
|
Fill all elements of a vector with the same value.
|
|
Macro: Allocate and fill all elements of a vector with the same value.
|
|
Fill vector from variable argument list.
|
|
Fill vector from variable argument list.
|
|
Macro: Fill vector with zeros.
|
|
Macro: Allocate and fill vector with zeros.
|
|
Fill all elements of a vector with the same value.
|
|
Macro: Allocate and fill all elements of a vector with the same value.
|
|
Fill vector from variable argument list.
|
|
Fill vector from variable argument list.
|
|
Macro: Fill vector with zeros.
|
|
Macro: Allocate and fill vector with zeros.
|