sebiniemann / ArmadilloJava

Pure Java-based linear algebra library
armadillojava.org
8 stars 8 forks source link

Add missing tests to the class Row #70

Closed sebiniemann closed 5 years ago

sebiniemann commented 10 years ago

The class Row is missing tests for its constructors, print and IO functions.

Subtasks:

dkiechle commented 10 years ago

The tests for Row are on the same state with Col so the tests for print, IO and constructor are missing

sebiniemann commented 10 years ago

Added the subtasks