numruby
numruby copied to clipboard
Implement upper and lower triangle methods in NumRuby
Implement NumRuby.triu(matrix)
and NumRuby.tril(matrix)
.