We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963bc86 commit 31e4853Copy full SHA for 31e4853
man/consolidate.Rd
@@ -46,4 +46,7 @@ kill_trivial_rows(S) # (rows "1 1; 5" and and "2 2; 4" killed - identically ze
46
consolidate(S) # (merges rows "1 3; 3" and "3 1; 2")
47
include_perms(S) # returns a spray object, not an alternating tensor.
48
49
+include_perms(spray(t(matrix(1:4))))
50
+
51
52
}
0 commit comments