MatrixFeature

interface MatrixFeature

A marker interface representing some properties of matrices or additional transformations of them. Features are used to optimize matrix operations performance in some cases or retrieve the APIs.

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

Inheritors

DiagonalFeature
Link copied to clipboard
InverseMatrixFeature
Link copied to clipboard
DeterminantFeature
Link copied to clipboard
LFeature
Link copied to clipboard
UFeature
Link copied to clipboard
LupDecompositionFeature
Link copied to clipboard
OrthogonalFeature
Link copied to clipboard
QRDecompositionFeature
Link copied to clipboard
CholeskyDecompositionFeature
Link copied to clipboard
SingularValueDecompositionFeature
Link copied to clipboard
TransposedFeature
Link copied to clipboard