代码搜索:matrix-vector
找到约 19 项符合「matrix-vector」的源代码
代码结果 19
www.eeworm.com/read/449790/7496339
carefully readme.carefully
Note: please observe that in the routine conj_grad three
implementations of the sparse matrix-vector multiply have
been supplied. The default matrix-vector multiply is not
loop unrolled. The altern
www.eeworm.com/read/378188/9242467
f check.f
Subroutine check( c, m, n, ok )
! ----------------------------------------------------------------------
! --- Routine 'check' does the correctness check for the matrix-vector
! multiplicati
www.eeworm.com/read/378186/9243036
f check.f
Subroutine check( c, m, n, ok )
! ----------------------------------------------------------------------
! --- Routine 'check' does the correctness check for the matrix-vector
! multiplicati
www.eeworm.com/read/319487/13450518
readme
matrix-vector library files are: matvec.h matvec.cc matvecmain.cc Makfefile
FDM files are: fdm.h fdm.cc fdmfndef.cc fdmfndef2.cc fdmmain.cc fdmmain2.cc
www.eeworm.com/read/378188/9242439
makeframe
#
# Makefile for parallel sparse matrix-vector multiply (OpenMP version).
OBJECTS = numerics.o ranmod.o mod2as.o check.o getmatvec.o spmxv.o \
state.o cclock.o wclock.o
EXEC = x.mod
www.eeworm.com/read/378188/9242459
f gendat.f
Subroutine gendat( a, b, lda, m, n )
! ----------------------------------------------------------------------
! --- Routine 'gendat' generates matrix 'a' and vector 'b' for the
! matrix-vect
www.eeworm.com/read/378188/9242461
makeframe
#
# --- Makefile for dense matrix-vector product (OpenMP version).
OBJECTS = numerics.o mod2a.o check.o gendat.o mvaxpy.o mvddot.o \
state.o wclock.o cclock.o
EXEC = x.mod2a
${EXEC}:
www.eeworm.com/read/378186/9243027
f gendat.f
Subroutine gendat( a, b, m, n )
! ----------------------------------------------------------------------
! --- Routine 'gendat' generates matrix 'a' and vector 'b' for the
! matrix-vector mu
www.eeworm.com/read/378186/9243029
makeframe
#
# Makefile for Matrix-Vector multiplication test.
#
OBJECTS = numerics.o gmxv.o check.o gendat.o mvaxpy.o mvddot.o \
dgemv.o lsame.o xerbla.o \
stat
www.eeworm.com/read/378186/9243033
f mvaxpy.f
Subroutine mvaxpy( a, b, c, m, n )
! ----------------------------------------------------------------------
! --- Routine 'mvaxpy' does a matrix-vector multiplication 'Ab = c'
! using a vect