forked from kscience/kmath
Discard a change
This commit is contained in:
parent
b06f96c335
commit
cd96845c31
@ -12,7 +12,7 @@ fun main() {
|
|||||||
println(element)
|
println(element)
|
||||||
|
|
||||||
// 1d element operation
|
// 1d element operation
|
||||||
val result = (NDAlgebra.complex(8)) {
|
val result = with(NDAlgebra.complex(8)) {
|
||||||
val a = produce { (it) -> i * it - it.toDouble() }
|
val a = produce { (it) -> i * it - it.toDouble() }
|
||||||
val b = 3
|
val b = 3
|
||||||
val c = Complex(1.0, 1.0)
|
val c = Complex(1.0, 1.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user