withNdAlgebra
inline fun <R> DoubleField.withNdAlgebra(vararg shape: Int, action: DoubleFieldND.() -> R): R
Content copied to clipboard
Produce a context for n-dimensional operations inside this real field
inline fun <R> ShortRing.withNdAlgebra(vararg shape: Int, action: ShortRingND.() -> R): R
Content copied to clipboard