iterative-solver 0.0
molpro::linalg::array::ArrayHandler< AL, AR >::Counter Struct Reference

#include <ArrayHandler.h>

Public Attributes

int scal = 0
 
int dot = 0
 
int axpy = 0
 
int copy = 0
 
int gemm_inner = 0
 
int gemm_outer = 0
 

Member Data Documentation

◆ axpy

template<class AL , class AR = AL>
int molpro::linalg::array::ArrayHandler< AL, AR >::Counter::axpy = 0

◆ copy

template<class AL , class AR = AL>
int molpro::linalg::array::ArrayHandler< AL, AR >::Counter::copy = 0

◆ dot

template<class AL , class AR = AL>
int molpro::linalg::array::ArrayHandler< AL, AR >::Counter::dot = 0

◆ gemm_inner

template<class AL , class AR = AL>
int molpro::linalg::array::ArrayHandler< AL, AR >::Counter::gemm_inner = 0

◆ gemm_outer

template<class AL , class AR = AL>
int molpro::linalg::array::ArrayHandler< AL, AR >::Counter::gemm_outer = 0

◆ scal

template<class AL , class AR = AL>
int molpro::linalg::array::ArrayHandler< AL, AR >::Counter::scal = 0