How do I specify non-scalar parameters in a Slim table?
Posted
by gbacon
on Stack Overflow
See other posts from Stack Overflow
or by gbacon
Published on 2010-06-11T10:19:58Z
Indexed on
2010/06/11
10:22 UTC
Read the original article
Hit count: 324
I want to test functions that have non-scalar parameters and return types, e.g., "given a matrix M, check that M times its inverse is the appropriate identity" or "given a row vector V, check that transpose(V)
is the correct column vector.
Do I need a clever use of TableTable?
© Stack Overflow or respective owner