The R Project SVN R

Rev

Rev 68948 | Rev 85261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 72142
Line 34... Line 34...
34
  example has empty dimnames.
34
  example has empty dimnames.
35
 
35
 
36
  In the same situation, these matrix products (also \code{\link{\%*\%}})
36
  In the same situation, these matrix products (also \code{\link{\%*\%}})
37
  are more flexible in promotion of vectors to row or column matrices, such
37
  are more flexible in promotion of vectors to row or column matrices, such
38
  that more cases are allowed, since \R 3.2.0.
38
  that more cases are allowed, since \R 3.2.0.
-
 
39
 
-
 
40
  The propagation of NaN/Inf values, precision, and performance of matrix
-
 
41
  products can be controlled by \code{\link{options}("matprod")}.
39
}
42
}
40
%% Consider using a new optional argument, say 'make.names = NA'
43
%% Consider using a new optional argument, say 'make.names = NA'
41
%% {as in kronecker} with possible values  FALSE / NA / TRUE  where
44
%% {as in kronecker} with possible values  FALSE / NA / TRUE  where
42
%% FALSE gives empty dimnames; NA = current behavior; TRUE gives "as much as sensible"
45
%% FALSE gives empty dimnames; NA = current behavior; TRUE gives "as much as sensible"
43
 
46