Interface CholeskyDecomposition_F32<MatrixType extends Matrix>

All Superinterfaces:
CholeskyDecomposition<MatrixType>, DecompositionInterface<MatrixType>

public interface CholeskyDecomposition_F32<MatrixType extends Matrix>
extends CholeskyDecomposition<MatrixType>

Implementation of CholeskyDecomposition for 32-bit floats.

  • Method Details