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