mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-12-22 00:27:15 +00:00
update matrix test
This commit is contained in:
parent
b120fbd2b1
commit
123b848d74
@ -27,14 +27,14 @@ class SimpleTest {
|
|||||||
|
|
||||||
val fromMatrixWithSimpleAdd = matrix<Int> {
|
val fromMatrixWithSimpleAdd = matrix<Int> {
|
||||||
row {
|
row {
|
||||||
add(1)
|
column(1)
|
||||||
add(2)
|
column(2)
|
||||||
add(3)
|
column(3)
|
||||||
}
|
}
|
||||||
row {
|
row {
|
||||||
add(4)
|
column(4)
|
||||||
add(5)
|
column(5)
|
||||||
add(6)
|
column(6)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user