zerooneoutput {DRAYL} | R Documentation |
Determines the contribution of sum terms, based on the index j
, rho
and the matrix A
.
zerooneoutput(j,rho,A)
j |
Vector of j indeces. |
rho |
Vector of the rho index. |
A |
Alpha matrix. |
Either 0 or 1, computes the integral contribution based on the alphamatrix A
.
A = alphamatrix(3)
zerooneoutput(c(0,0,0),c(-1,-1,-1),A)