koblas

BasicluConfig

data class BasicluConfig(val libraryPath: String? = null, val factorizeMin: Int? = null)(source)

Policy for one host BASICLU backend instance.

Constructors

BasicluConfig

constructor(libraryPath: String? = null, factorizeMin: Int? = null)(source)

Properties

factorizeMin

Smallest stored-entry count routed to the native factorization; null keeps the platform default.

libraryPath

An absolute BASICLU library path, or the platform lookup chain when null.