[
https://issues.apache.org/jira/browse/SYSTEMML-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Boehm updated SYSTEMML-2448:
-------------------------------------
Description:
{code}
test_vector = seq (16, 1, -1);
test_matrix = outer (test_vector1, t(test_vector2), ">");
print(toString(test_matrix))
{code}
> Outer comparison w/ vector > 16 gives incorrect results
> -------------------------------------------------------
>
> Key: SYSTEMML-2448
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2448
> Project: SystemML
> Issue Type: Sub-task
> Reporter: Matthias Boehm
> Priority: Major
>
> {code}
> test_vector = seq (16, 1, -1);
> test_matrix = outer (test_vector1, t(test_vector2), ">");
> print(toString(test_matrix))
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)