api / koma.extensions / kotlin.Double
Extensions for kotlin.Double
Name | Summary |
---|---|
minus | operator fun Double .minus(other: Matrix < Double >): Matrix < Double > Subtract a matrix from a scala |
plus | operator fun Double .plus(other: Matrix < Double >): Matrix < Double > Add a scalar to a matrix |
times | operator fun Double .times(other: Matrix < Double >): Matrix < Double > Multiply a scalar by a matrix |