Skip to content

Commit

Permalink
add test stub for the gemm method in NumMatrix2d
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Jun 21, 2010
1 parent c84ff75 commit 6316cae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions t/pmc/nummatrix2d.t
Expand Up @@ -268,3 +268,8 @@ method test_METHOD_get_block_2() {
my $o := $m.get_block(1, 1, 2, 2);
assert_equal($n, $o, "cannot get block");
}

method test_METHOD_gemm() {
todo("Test Needed");
}

0 comments on commit 6316cae

Please sign in to comment.