num/blas/level3/dtrsv.c File Reference

#include "blas_dense.h"
#include <stdint.h>

Functions

void BLAS_dtrsv (enum blas_order_type order, enum blas_uplo_type uplo, enum blas_trans_type trans, enum blas_diag_type diag, int64_t n, double alpha, const double *restrict t, int64_t ldt, double *restrict x, int64_t incx)

Function Documentation

void BLAS_dtrsv ( enum blas_order_type  order,
enum blas_uplo_type  uplo,
enum blas_trans_type  trans,
enum blas_diag_type  diag,
int64_t  n,
double  alpha,
const double *restrict  t,
int64_t  ldt,
double *restrict  x,
int64_t  incx 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated on Sun Sep 11 09:40:46 2011 for NPSML by  doxygen 1.6.3