librsb  1.2.0-rc7
Data Structures | Macros
rsb_blas_sparse.F90 File Reference

This file implements the Fortran Sparse BLAS interface to librsb. More...

Data Structures

module  blas_sparse
interface  blas_sparse::uscr_insert_entry
 A Sparse BLAS interface for RSB. More...
interface  blas_sparse::uscr_insert_entries
 inserts multiple entries More...
interface  blas_sparse::uscr_insert_col
 inserts a sparse column More...
interface  blas_sparse::uscr_insert_row
 inserts a sparse row More...
interface  blas_sparse::uscr_insert_clique
 inserts a clique More...
interface  blas_sparse::uscr_insert_block
 inserts a dense block More...
interface  blas_sparse::usmv
 multiplication : c <- beta c + alpha A b More...
interface  blas_sparse::ussv
 triangular solve: b <- alpha A^-1 b More...
interface  blas_sparse::usmm
 multiplication : c <- beta c + alpha A b More...
interface  blas_sparse::ussm
 triangular solve: b <- alpha A^-1 b More...
interface  blas_sparse::rsb_blas_get_mtx

Macros

#define RSB_HAVE_RSB_KERNELS   1

Detailed Description

This file implements the Fortran Sparse BLAS interface to librsb.

Macro Definition Documentation

#define RSB_HAVE_RSB_KERNELS   1