Package jdistlib.accelerator
Interface PreparedFloatSparseCholesky
- All Superinterfaces:
AutoCloseable
Symbolically analyzed FP32 sparse Cholesky handle with reusable numeric factors.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intintfloatint[]voidrefactor(FloatCsrMatrix matrix) default float[]solve(float[] right) default float[]solve(float[] right, int columns) voidsolveInPlace(float[] right, int columns) int
-
Method Details
-
dimension
int dimension() -
structuralNonzeroCount
int structuralNonzeroCount() -
factorNonzeroCount
int factorNonzeroCount() -
permutation
int[] permutation() -
logDeterminant
float logDeterminant() -
refactor
-
solveInPlace
void solveInPlace(float[] right, int columns) -
solve
default float[] solve(float[] right) -
solve
default float[] solve(float[] right, int columns) -
close
void close()- Specified by:
closein interfaceAutoCloseable
-