DeterminantFeature

interface DeterminantFeature<T : Any> : MatrixFeature

Matrices with this feature can compute their determinant.

Parameters

T

the type of matrices' items.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

determinant
Link copied to clipboard
common
abstract val determinant: T
The determinant of the matrix that owns this feature.

Inheritors

LupDecomposition
Link copied to clipboard