Companion
object Companion
Content copied to clipboard
Functions
auto
Link copied to clipboard
inline fun <T : Any> auto(shape: IntArray, crossinline initializer: (IntArray) -> T): BufferND<T>
Content copied to clipboard
inline fun <T : Any> auto(vararg shape: Int, crossinline initializer: (IntArray) -> T): BufferND<T>
Content copied to clipboard
buffered
Link copied to clipboard
contentEquals
Link copied to clipboard
fun <T : Any> contentEquals(st1: StructureND<T>, st2: StructureND<T>): Boolean
Content copied to clipboard
Indicates whether some StructureND is equal to another one.
fun contentEquals(st1: StructureND<Double>, st2: StructureND<Double>, tolerance: Double = 1e-11): Boolean
Content copied to clipboard
toString
Link copied to clipboard
Sources
common source
Link copied to clipboard