gsi.csum | R Documentation |
Abbreviation for collapsing matrices
gsi.csum(x)
gsi.rsum(x)
x |
the matrix |
gsi.csum computes the sums of all the columns of x and gsi.rsum computes the sums of the rows of x. For convenience, only finite values are added.
A numeric vector.
Do not use gsi.* functions directly since they are internal functions of the package
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
sum
#A <- matrix(c(0,1,0,0,0,0),ncol=2)
#b <- diag(3)
#erg <- gsi.svdsolve(A,b)
#erg
#A %*% erg
#diag(c(0,1,0)) # richtig
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.