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

matvec_blas.h File Reference

#include <gandalf/common/misc_defs.h>
#include <gandalf/linalg/mat_gen.h>
#include <gandalf/linalg/mat_square.h>
#include <gandalf/linalg/vec_gen.h>

Go to the source code of this file.

Functions

Gan_Vectorgan_blas_axpy (Gan_Vector *y, double a, const Gan_Vector *x)
 Function to apply the BLAS operation axpy.
Gan_Vectorgan_blas_gemv (Gan_Vector *y, double alpha, const Gan_Matrix *A, Gan_TposeFlag A_tr, const Gan_Vector *x, double beta)
 Function to apply the BLAS operation gemv.
Gan_Vectorgan_blas_scal (Gan_Vector *x, double a)
 Function to apply the BLAS operation scal.
Gan_Matrixgan_blas_ger (Gan_Matrix *A, const Gan_Vector *x, const Gan_Vector *y, double a)
 Function to apply the BLAS operation ger.
Gan_SquMatrixgan_blas_spr (Gan_SquMatrix *A, const Gan_Vector *x, double a)
 Function to apply the BLAS operation spr.
Gan_Matrixgan_blas_gemm (Gan_Matrix *C, double alpha, const Gan_Matrix *A, Gan_TposeFlag A_tr, const Gan_Matrix *B, Gan_TposeFlag B_tr, double beta)
 Function to apply the BLAS operation gemm.


Detailed Description

Module: C BLAS wrapper functions (double precision)

Part of: Gandalf Library

Version:
1.11
Date:
2004/03/18 18:26:30
Author:
pm
Copyright: (c) 2000 Imagineer Software Limited
Generated on Sat May 21 23:52:51 2005 by  doxygen 1.4.3