api / koma.internal.default.generated.ndarray
Package koma.internal.default.generated.ndarray
Types
| Name | Summary |
|---|---|
| DefaultByteNDArray | open class DefaultByteNDArray :NDArray<Byte>An (unoptimized) implementation of NDArray in pure Kotlin, for portability between the different platforms koma supports. |
| DefaultByteNDArrayFactory | class DefaultByteNDArrayFactory :NumericalNDArrayFactory<Byte> |
| DefaultDoubleNDArray | open class DefaultDoubleNDArray :NDArray<Double>An (unoptimized) implementation of NDArray in pure Kotlin, for portability between the different platforms koma supports. |
| DefaultDoubleNDArrayFactory | class DefaultDoubleNDArrayFactory :NumericalNDArrayFactory<Double> |
| DefaultFloatNDArray | open class DefaultFloatNDArray :NDArray<Float>An (unoptimized) implementation of NDArray in pure Kotlin, for portability between the different platforms koma supports. |
| DefaultFloatNDArrayFactory | class DefaultFloatNDArrayFactory :NumericalNDArrayFactory<Float> |
| DefaultGenericNDArray | open class DefaultGenericNDArray<T> :NDArray<T>An (unoptimized) implementation of NDArray in pure Kotlin, for portability between the different platforms koma supports. |
| DefaultGenericNDArrayFactory | class DefaultGenericNDArrayFactory<T> :GenericNDArrayFactory<T> |
| DefaultIntNDArray | open class DefaultIntNDArray :NDArray<Int>An (unoptimized) implementation of NDArray in pure Kotlin, for portability between the different platforms koma supports. |
| DefaultIntNDArrayFactory | class DefaultIntNDArrayFactory :NumericalNDArrayFactory<Int> |
| DefaultLongNDArray | open class DefaultLongNDArray :NDArray<Long>An (unoptimized) implementation of NDArray in pure Kotlin, for portability between the different platforms koma supports. |
| DefaultLongNDArrayFactory | class DefaultLongNDArrayFactory :NumericalNDArrayFactory<Long> |
| DefaultShortNDArray | open class DefaultShortNDArray :NDArray<Short>An (unoptimized) implementation of NDArray in pure Kotlin, for portability between the different platforms koma supports. |
| DefaultShortNDArrayFactory | class DefaultShortNDArrayFactory :NumericalNDArrayFactory<Short> |