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

mat_scaledI.c File Reference

#include <stdarg.h>
#include <math.h>
#include <gandalf/linalg/mat_scaledI.h>
#include <gandalf/linalg/mat_symmetric.h>
#include <gandalf/linalg/mat_gen.h>
#include <gandalf/linalg/vec_gen.h>
#include <gandalf/linalg/clapack.h>
#include <gandalf/common/numerics.h>
#include <gandalf/common/allocate.h>
#include <gandalf/common/misc_error.h>

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 (const Gan_SquMatrix *A, unsigned long size,...)
 Read the elements of a scaled identity matrix into pointers.
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

Version:
1.26
Date:
2005/10/18 22:01:51
Author:
pm
Copyright: (c) 2000 Imagineer Software Limited
Generated on Fri Mar 17 12:44:52 2006 by  doxygen 1.3.9.1