#include <stdarg.h>#include <gandalf/linalg/matf_triangular.h>#include <gandalf/linalg/matf_symmetric.h>#include <gandalf/linalg/matf_gen.h>#include <gandalf/linalg/vecf_gen.h>#include <gandalf/linalg/clapack.h>#include <gandalf/linalg/cblas.h>#include <gandalf/common/numerics.h>#include <gandalf/common/allocate.h>#include <gandalf/common/misc_error.h>Functions | |
| Gan_SquMatrix_f * | gan_ltmatf_set_size (Gan_SquMatrix_f *L, unsigned long size) | 
| Set square matrix to be lower triangular with given size.   | |
| Gan_SquMatrix_f * | gan_utmatf_set_size (Gan_SquMatrix_f *U, unsigned long size) | 
| Set square matrix to be upper triangular with given size.   | |
| Gan_SquMatrix_f * | gan_ltmatf_fill_va (Gan_SquMatrix_f *L, unsigned long size,...) | 
| Fill a lower triangular matrix with values.   | |
| Gan_SquMatrix_f * | gan_utmatf_fill_va (Gan_SquMatrix_f *U, unsigned long size,...) | 
| Fill an upper triangular matrix with values.   | |
| Gan_SquMatrix_f * | gan_ltmatf_fill_const_q (Gan_SquMatrix_f *L, unsigned long size, float value) | 
| Fill a lower triangular matrix with a constant value.   | |
| Gan_SquMatrix_f * | gan_utmatf_fill_const_q (Gan_SquMatrix_f *U, unsigned long size, float value) | 
| Fill a upper triangular matrix with a constant value.   | |
| Gan_Bool | gan_ltmatf_read_va (const Gan_SquMatrix_f *L, unsigned long size,...) | 
| Read the elements of a lower triangular matrix into pointers.   | |
| Gan_Bool | gan_utmatf_read_va (const Gan_SquMatrix_f *U, unsigned long size,...) | 
| Read the elements of an upper triangular matrix into pointers.   | |
| Gan_SquMatrix_f * | gan_ltmatf_form_gen (Gan_SquMatrix_f *L, unsigned long size, float *data, size_t data_size) | 
| Gan_SquMatrix_f * | gan_utmatf_form_gen (Gan_SquMatrix_f *U, unsigned long size, float *data, size_t data_size) | 
| Gan_SquMatrix_f * | gan_ltmatf_fill_vap (Gan_SquMatrix_f *L, unsigned long size, va_list *aptr) | 
| Fills a lower triangular matrix with values.   | |
| Gan_SquMatrix_f * | gan_utmatf_fill_vap (Gan_SquMatrix_f *U, unsigned long size, va_list *aptr) | 
| Fills an upper triangular matrix with values.   | |
Part of: Gandalf Library
 1.3.9.1