Main Page | Modules | Class List | File List | Class Members | File Members

matf_triangular.h File Reference

#include <gandalf/linalg/matf_square.h>

Go to the source code of this file.

Functions

Gan_SquMatrix_fgan_ltmatf_set_size (Gan_SquMatrix_f *L, unsigned long size)
 Set square matrix to be lower triangular with given size.
Gan_SquMatrix_fgan_utmatf_set_size (Gan_SquMatrix_f *U, unsigned long size)
 Set square matrix to be upper triangular with given size.
Gan_SquMatrix_fgan_ltmatf_fill_va (Gan_SquMatrix_f *L, unsigned long size,...)
 Fill a lower triangular matrix with values.
Gan_SquMatrix_fgan_utmatf_fill_va (Gan_SquMatrix_f *U, unsigned long size,...)
 Fill an upper triangular matrix with values.
Gan_SquMatrix_fgan_ltmatf_fill_const_q (Gan_SquMatrix_f *L, unsigned long size, float value)
 Fill a lower triangular matrix with a constant value.
Gan_SquMatrix_fgan_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_fgan_ltmatf_alloc (unsigned long size)
 Macro: Allocate and return a lower triangular matrix.
Gan_SquMatrix_fgan_ltmatf_form (Gan_SquMatrix_f *A, unsigned long size)
 Macro: Form and return a lower triangular matrix.
Gan_SquMatrix_fgan_ltmatf_form_data (Gan_SquMatrix_f *A, unsigned long size, float *data, size_t data_size)
 Macro: Form and return a square lower triangular matrix.
Gan_SquMatrix_fgan_utmatf_alloc (unsigned long size)
 Macro: Allocate and return a upper triangular matrix.
Gan_SquMatrix_fgan_utmatf_form (Gan_SquMatrix_f *A, unsigned long size)
Gan_SquMatrix_fgan_utmatf_form_data (Gan_SquMatrix_f *A, unsigned long size, void *data, size_t data_size)
 Macro: Form and return a square upper triangular matrix.
Gan_SquMatrix_fgan_ltmatf_fill_const_s (unsigned long size, float value)
 Macro: Allocates a lower triangular matrix and fills it with a value.
Gan_SquMatrix_fgan_ltmatf_fill_zero_q (Gan_SquMatrix_f *A, unsigned long size)
 Macro: Sets the size of lower triangular matrix and fills it with zero.
Gan_SquMatrix_fgan_ltmatf_fill_zero_s (unsigned long size)
 Macro: Allocates a lower triangular matrix and fills it with zero.
Gan_SquMatrix_fgan_utmatf_fill_const_s (unsigned long size, float value)
 Macro: Allocates an upper triangular matrix and fills it with a value.
Gan_SquMatrix_fgan_utmatf_fill_zero_q (Gan_SquMatrix_f *A, unsigned long size)
 Macro: Sets the size of upper triangular matrix and fills it with zero.
Gan_SquMatrix_fgan_utmatf_fill_zero_s (unsigned long size)
 Macro: Allocates an upper triangular matrix and fills it with zero.
Gan_SquMatrix_fgan_ltmatf_form_gen (Gan_SquMatrix_f *A, unsigned long size, float *data, size_t data_size)
Gan_SquMatrix_fgan_utmatf_form_gen (Gan_SquMatrix_f *A, unsigned long size, float *data, size_t data_size)
Gan_SquMatrix_fgan_ltmatf_fill_vap (Gan_SquMatrix_f *L, unsigned long size, va_list *aptr)
 Fills a lower triangular matrix with values.
Gan_SquMatrix_fgan_utmatf_fill_vap (Gan_SquMatrix_f *U, unsigned long size, va_list *aptr)
 Fills an upper triangular matrix with values.


Detailed Description

Module: Lower/upper triangular matrices (single precision)

Part of: Gandalf Library

Version:
1.9
Date:
2005/08/22 08:52:18
Author:
jps
Copyright: (c) 2000 Imagineer Software Limited
Generated on Fri Mar 17 12:44:52 2006 by  doxygen 1.3.9.1