Displaying 2 results from an estimated 2 matches for "numberrs".
Did you mean:
numbers
2005 May 15
14
POE hub
I need to connect up to sixteen phones per building, I can use a cheap hub,
but POE would be useful. Is there a cheap POE hub available? Everything I
have seen has been expensive.
Chris Mason
2009 Aug 09
1
binary operators that implement row and column sweeps of matrices by vectors
...p M and M op C where R, M, and C conform as for matrix multiplication.
Following Gauss, an arguably analogous outer product is returned when 2 vectors are equal length are submitted. Scalars are allowed. And so are matrices with identical numbers of rows and numberrs of columns.
Code:
dop<-function(ml,mr,op) {# inspired by Gauss dot op, more plainly order sensitive
if (!is.matrix(ml))
print("Warning: in dop(),...