Main Page   Modules   Compound List   File List   Compound Members   File Members  

mat_scaledI.h File Reference

#include <gandalf/linalg/mat_square.h>

Go to the source code of this file.

Functions

Gan_SquMatrixgan_scalImat_set_size (Gan_SquMatrix *A, unsigned long size)
 Set square matrix to be multiple of identity with given size.

Gan_SquMatrixgan_scalImat_fill_va (Gan_SquMatrix *A, unsigned long size,...)
 Fill multiple of the identity matrix from variable argument list.

Gan_SquMatrixgan_scalImat_fill_const_q (Gan_SquMatrix *A, unsigned long size, double value)
 Fill a scaled identity matrix with constant value.

Gan_Bool gan_scalImat_read_va (Gan_SquMatrix *A, unsigned long size,...)
 Read the elements of a scaled identity matrix into pointers.

Gan_SquMatrixgan_scalImat_alloc (unsigned long size)
 Macro: Allocate and return a multiple of the identity matrix.

Gan_SquMatrixgan_scalImat_form (Gan_SquMatrix *A, unsigned long size)
 Macro: Form and return a multiple of the identity matrix.

Gan_SquMatrixgan_scalImat_form_data (Gan_SquMatrix *A, unsigned long size, void *data, size_t data_size)
 Macro: Form and return a multiple of the identity matrix.

Gan_SquMatrixgan_scalImat_fill_const_s (unsigned long size, double value)
 Macro: Allocates a scaled identity matrix and fills it with a value.

Gan_SquMatrixgan_scalImat_fill_zero_q (Gan_SquMatrix *A, unsigned long size)
 Macro: Sets the size of scaled identity matrix and fills it with zero.

Gan_SquMatrixgan_scalImat_fill_zero_s (unsigned long size)
 Macro: Allocates a scaled identity matrix and fills it with zero.

Gan_SquMatrixgan_scalImat_form_gen (Gan_SquMatrix *A, unsigned long size, double *data, size_t data_size)
Gan_SquMatrixgan_scalImat_fill_vap (Gan_SquMatrix *A, unsigned long size, va_list *aptr)
 Fill multiple of identity matrix using variable argument list.


Detailed Description

Module: Scaled identity matrices (double precision)

Part of: Gandalf Library

Revision: Last edited: Author:

Copyright: (c) 2000 Imagineer Software Limited


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