(git:c5411e0)
Loading...
Searching...
No Matches
dbcsr_vector::dbcsr_matrix_colvec_multiply Interface Reference

Public Member Functions

subroutine dbcsr_matrix_colvec_multiply_d (matrix, vec_in, vec_out, alpha, beta, work_row, work_col)
 the real driver routine for the multiply, not all symmetries implemented yet
 
subroutine dbcsr_matrix_colvec_multiply_z (matrix, vec_in, vec_out, alpha, beta, work_row, work_col)
 the real driver routine for the multiply, not all symmetries implemented yet
 

Detailed Description

Definition at line 92 of file dbcsr_vector.F.

Member Function/Subroutine Documentation

◆ dbcsr_matrix_colvec_multiply_d()

subroutine dbcsr_vector::dbcsr_matrix_colvec_multiply::dbcsr_matrix_colvec_multiply_d ( type(dbcsr_type)  matrix,
type(dbcsr_type)  vec_in,
type(dbcsr_type)  vec_out,
real(kind=real_8)  alpha,
real(kind=real_8)  beta,
type(dbcsr_type)  work_row,
type(dbcsr_type)  work_col 
)

the real driver routine for the multiply, not all symmetries implemented yet

Parameters
matrix...
vec_in...
vec_out...
alpha...
beta...
work_row...
work_col...

Definition at line 520 of file dbcsr_vector.F.

Here is the call graph for this function:

◆ dbcsr_matrix_colvec_multiply_z()

subroutine dbcsr_vector::dbcsr_matrix_colvec_multiply::dbcsr_matrix_colvec_multiply_z ( type(dbcsr_type)  matrix,
type(dbcsr_type)  vec_in,
type(dbcsr_type)  vec_out,
complex(kind=real_8)  alpha,
complex(kind=real_8)  beta,
type(dbcsr_type)  work_row,
type(dbcsr_type)  work_col 
)

the real driver routine for the multiply, not all symmetries implemented yet

Parameters
matrix...
vec_in...
vec_out...
alpha...
beta...
work_row...
work_col...

Definition at line 1156 of file dbcsr_vector.F.


The documentation for this interface was generated from the following file: