withNdAlgebra

inline fun <R> DoubleField.withNdAlgebra(vararg shape: Int, action: DoubleFieldND.() -> R): R(source)

Produce a context for n-dimensional operations inside this real field


inline fun <R> IntRing.withNdAlgebra(vararg shape: Int, action: IntRingND.() -> R): R(source)
inline fun <R> ShortRing.withNdAlgebra(vararg shape: Int, action: ShortRingND.() -> R): R(source)