DeterminantFeature

interface DeterminantFeature<out T : Any> : MatrixFeature

Matrices with this feature can compute their determinant.

Parameters

T

the type of matrices' items.

Properties

Link copied to clipboard
abstract val determinant: T

The determinant of the matrix that owns this feature.

Link copied to clipboard
open val key: FeatureKey<StructureFeature>

A key used for extraction

Inheritors

Link copied to clipboard

Sources

Link copied to clipboard