InverseMatrixFeature

interface InverseMatrixFeature<out T : Any> : MatrixFeature

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

Parameters

T

the type of matrices' items.

Properties

Link copied to clipboard
abstract val inverse: Matrix<T>

The inverse matrix of the matrix that owns this feature.

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

A key used for extraction

Sources

Link copied to clipboard