Main Page   Modules   Compound List   File List   Compound Members   File Members  

matf_symmetric.h File Reference

#include <gandalf/linalg/matf_square.h>

Go to the source code of this file.

Functions

Gan_SquMatrix_fgan_symmatf_set_size (Gan_SquMatrix_f *A, unsigned long size)
 Set square matrix to be symmetric with given size.

Gan_SquMatrix_fgan_symmatf_fill_va (Gan_SquMatrix_f *A, unsigned long size,...)
 Fill symmetric matrix from variable argument list.

Gan_SquMatrix_fgan_symmatf_fill_const_q (Gan_SquMatrix_f *A, unsigned long size, float value)
 Fill symmetric matrix with constant value, and set its size.

Gan_Bool gan_symmatf_read_va (Gan_SquMatrix_f *A, unsigned long size,...)
 Read the elements of a symmetric matrix into pointers.

Gan_SquMatrix_fgan_symmatf_insertsym (Gan_SquMatrix_f *A, unsigned long rA, Gan_SquMatrix_f *B, unsigned long rB, unsigned long size)
 Insert diagonal part of symmetric matrix in symmetric matrix.

Gan_SquMatrix_fgan_symmatf_insertsym_od (Gan_SquMatrix_f *A, unsigned long rA, unsigned long cA, Gan_SquMatrix_f *B, unsigned long rB, unsigned long cB, unsigned long rows, unsigned long cols)
 Insert off-diagonal part of symmetric matrix in symmetric matrix.

Gan_Bool gan_symmatf_eigen (Gan_SquMatrix_f *A, Gan_SquMatrix_f *W, struct Gan_Matrix_f *Z, Gan_Bool sort, float *work, unsigned long work_size)
Gan_SquMatrix_fgan_symmatf_alloc (unsigned long size)
 Macro: Allocate and return a square symmetric matrix.

Gan_SquMatrix_fgan_symmatf_form (Gan_SquMatrix_f *A, unsigned long size)
 Macro: Form and return a square symmetric matrix.

Gan_SquMatrix_fgan_symmatf_form_data (Gan_SquMatrix_f *A, unsigned long size, void *data, size_t data_size)
 Macro: Form and return a square symmetric matrix.

Gan_SquMatrix_fgan_symmatf_fill_const_s (unsigned long size, float value)
 Macro: Allocates a symmetric matrix and fills it with a value.

Gan_SquMatrix_fgan_symmatf_fill_zero_q (Gan_SquMatrix_f *A, unsigned long size)
 Macro: Sets the size of symmetric matrix, and fills it with zero.

Gan_SquMatrix_fgan_symmatf_fill_zero_s (unsigned long size)
 Macro: Allocates a symmetric matrix and fills it with zero.

Gan_SquMatrix_fgan_symmatf_insert (Gan_SquMatrix_f *S, unsigned long rS, unsigned long cS, Gan_Matrix_f *B, unsigned long rB, unsigned long cB, unsigned long rows, unsigned long cols)
 Macro: Insert part of generic matrix in symmetric matrix.

Gan_SquMatrix_fgan_symmatf_insertT (Gan_SquMatrix_f *S, unsigned long rS, unsigned long cS, Gan_Matrix_f *B, unsigned long rB, unsigned long cB, unsigned long rows, unsigned long cols)
 Macro: Insert transpose of part of generic matrix in symmetric matrix.

Gan_SquMatrix_fgan_symmatf_insertv (Gan_SquMatrix_f *A, unsigned long rA, unsigned long cA, Gan_Vector_f *x, unsigned long rx, unsigned long rows)
 Macro: Insert part of column vector in a symmetric matrix.

Gan_SquMatrix_fgan_symmatf_insertvT (Gan_SquMatrix_f *A, unsigned long rA, unsigned long cA, Gan_Vector_f *x, unsigned long rx, unsigned long cols)
 Macro: Insert part of row vector in a symmetric matrix.

Gan_SquMatrix_fgan_symmatf_form_gen (Gan_SquMatrix_f *A, unsigned long size, float *data, size_t data_size)
Gan_SquMatrix_fgan_symmatf_fill_vap (Gan_SquMatrix_f *A, unsigned long size, va_list *aptr)
 Fill symmetric matrix with values from variable argument list.

Gan_SquMatrix_fgan_symmatf_insert_gen (Gan_SquMatrix_f *S, unsigned long rS, unsigned long cS, struct Gan_Matrix_f *B, Gan_TposeFlag B_tr, unsigned long rB, unsigned long cB, unsigned long rows, unsigned long cols)
Gan_SquMatrix_fgan_symmatf_insertv_gen (Gan_SquMatrix_f *A, unsigned long rA, unsigned long cA, struct Gan_Vector_f *x, Gan_TposeFlag x_tr, unsigned long rx, unsigned long size)


Detailed Description

Module: Symmetric matrices (single precision)

Part of: Gandalf Library

Revision: Last edited: Author:

Copyright: (c) 2000 Imagineer Software Limited


Generated on Mon Oct 13 16:14:45 2003 by doxygen1.3-rc1