Matthias Boehm created SYSTEMML-2214:
----------------------------------------
Summary: Extraction of triangular matrices
Key: SYSTEMML-2214
URL: https://issues.apache.org/jira/browse/SYSTEMML-2214
Project: SystemML
Issue Type: Task
Reporter: Matthias Boehm
This task aims to support the following R base functions
{code}
lower.tri(x, diag = FALSE)
upper.tri(x, diag = FALSE)
{code}
which return a boolean matrix by default, extended by an argument to optionally
return the values.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)