Structurefwcd.swift-utils 4.6.2Utils
NDArray
A multidimensional, rectangular, numeric array. Generalization of a matrix/vector/scalar and sometimes referred to as ‘tensor’.
struct NDArray<T> where T : ExpressibleByIntegerLiteral, T : Hashable, T : Absolutable, T : Addable, T : Divisible, T : Multipliable, T : Negatable, T : Subtractable