2e56b90285da462507a48babb2f9aee32dcbb96c kent Sat Jan 9 11:08:01 2021 -0800 A little matrix normalizing command, one of many in the world. diff --git src/utils/matrixNormalize/tests/rowSum.out src/utils/matrixNormalize/tests/rowSum.out new file mode 100644 index 0000000..ca171af --- /dev/null +++ src/utils/matrixNormalize/tests/rowSum.out @@ -0,0 +1,4 @@ +a 0 0 0 +b 0 0.5 0.5 +c 0 0 1 +d 0 1 0