InverseMatrixFeature

interface InverseMatrixFeature<out T : Any> : MatrixFeature

Matrices with this feature can be inverted: inverse = a&minus;1 where a is the owning matrix.

Parameters

T

the type of matrices' items.

Properties

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

Sources

common source
Link copied to clipboard