Package jdistlib.accelerator
Interface PreparedFloatCsrMatrix
- All Superinterfaces:
AutoCloseable
Reusable FP32 CSR handle; capabilities report whether storage is provider-resident.
-
Method Summary
-
Method Details
-
rows
int rows() -
columns
int columns() -
nonzeroCount
int nonzeroCount() -
multiply
void multiply(float alpha, float[] x, float beta, float[] y) -
multiply
void multiply(float alpha, float[] right, int rightColumns, float beta, float[] result) -
close
void close()- Specified by:
closein interfaceAutoCloseable
-