projects
/
valse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
First commit
[valse.git]
/
pkg
/
R
/
util.R
1
# ...
2
gdet <- function(M)
3
{
4
if (is.matrix(M))
5
return (det(M))
6
return (M[1]) #numeric, double
7
}