Index: RowChooser.xml
===================================================================
--- RowChooser.xml (revision 0)
+++ RowChooser.xml (revision 1997)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="iso-8859-1" ?>
+<component name="Resize" authors="cls" version="1.0">
jss
2008年05月27日 19:08:12
the name :)
cls
2008年05月27日 20:58:49
ack
+ <summary> Gives back row from matrix at certain index </summary>
jss
2008年05月27日 19:01:56
/Returns/ is the word. The index maybe /certain/,
cls
2008年05月27日 20:58:49
ack
+ <description> </description>
jss
2008年05月27日 19:01:56
you really want to move the description of what th
cls
2008年05月27日 20:58:49
ack - check my latest checkin... I'm not sure if i
+ <header>
+ <out name="row">
+ 1xM matrix consisting of the values from the NxM input matrix at the row of the specified index.
jss
2008年05月27日 19:01:56
its worth noting that the type is equal to the typ
cls
2008年05月27日 20:58:49
What would that note look like, "Notice, the 1xM m
+ </out>
+ <in name="matrix">
+ Matrix of any sort.
jss
2008年05月27日 19:01:56
not that arbitrary.
we need to impose strict limit
cls
2008年05月27日 20:58:49
What kind of limits would that be? As many columns
+ </in>
+ <in name="index">
+ 1x1 matrix specifing the index (int).
jss
2008年05月27日 19:01:56
int? nope. anything.
cls
2008年05月27日 20:58:49
So I just write "1x1 matrix specifing the index."
+ </in>
+ </header>
+</component>
jss
2008年05月27日 19:01:56
no, we dont reach that doc quality everywhere. but
cls
2008年05月27日 20:58:49
I was skipping through quite some components and h