DeterminantFeature

interface DeterminantFeature<out T : Any> : MatrixFeature

Matrices with this feature can compute their determinant.

Parameters

T

the type of matrices' items.

Properties

determinant
Link copied to clipboard
common
abstract val determinant: T
The determinant of the matrix that owns this feature.
key
Link copied to clipboard
common
open val key: FeatureKey<StructureFeature>
A key used for extraction

Inheritors

LupDecomposition
Link copied to clipboard

Sources

common source
Link copied to clipboard