Package koma.matrix.jblas
Types
| Name | Summary |
|---|---|
| JBlasMatrix | class JBlasMatrix :Matrix<Double>,DoubleMatrixBaseAn implementation of the Matrix interface using jBlas. You should rarely construct this class directly, instead make one via the top-level functions in creators.kt (e.g. zeros(5,5)) or JBlasMatrixFactory. |
| JBlasMatrixFactory | class JBlasMatrixFactory :DoubleFactoryBase<JBlasMatrix> |