koblas

sparse.host.basiclu

Types

BasicluBasisFactorization
Link copied to clipboard
class BasicluBasisFactorization : BasicluFactorization, F64BasisFactorization

A host BASICLU basis whose factors follow a column replacement until BASICLU declines the update.

A host BASICLU basis whose factors follow a column replacement until BASICLU declines the update.

Link copied to clipboard
data class BasicluConfig(val libraryPath: String? = null, val factorizeMin: Int? = null)

Policy for one host BASICLU backend instance.

BasicluFactorization
Link copied to clipboard
open class BasicluFactorization : F64SparseFactorization

A host BASICLU factorization whose native object is freed once this object becomes unreachable.

A host BASICLU factorization whose native object is reclaimed when it becomes unreachable.

BasicluSparseLu
Link copied to clipboard
class BasicluSparseLu(val config: BasicluConfig = BasicluConfig()) : F64SparseLuAdapter

Sparse LU and Forrest-Tomlin basis updates backed by a host BASICLU.

class BasicluSparseLu(val config: BasicluConfig = BasicluConfig()) : F64SparseLuAdapter

Sparse LU and Forrest-Tomlin basis updates backed by a host BASICLU.