projects
/
valse.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
essai fusion
[valse.git]
/
pkg
/
R
/
util.R
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
# ...
2
gdet <- function(M)
3
{
4
if (is.matrix(M))
5
return (det(M))
6
return (M[1]) #numeric, double
7
}