Uses of Class
org.ejml.sparse.csc.mult.Workspace_MT_DSCC
Packages that use Workspace_MT_DSCC
Package
Description
-
Uses of Workspace_MT_DSCC in org.ejml.simple.ops
Fields in org.ejml.simple.ops with type parameters of type Workspace_MT_DSCC -
Uses of Workspace_MT_DSCC in org.ejml.sparse.csc
Method parameters in org.ejml.sparse.csc with type arguments of type Workspace_MT_DSCCModifier and TypeMethodDescriptionstatic DMatrixSparseCSC
CommonOps_MT_DSCC.add
(double alpha, DMatrixSparseCSC A, double beta, DMatrixSparseCSC B, @Nullable DMatrixSparseCSC outputC, @Nullable GrowArray<Workspace_MT_DSCC> workspace) Performs matrix addition:
C = αA + βBstatic DMatrixSparseCSC
CommonOps_MT_DSCC.mult
(DMatrixSparseCSC A, DMatrixSparseCSC B, @Nullable DMatrixSparseCSC outputC, @Nullable GrowArray<Workspace_MT_DSCC> workspace) Performs matrix multiplication. -
Uses of Workspace_MT_DSCC in org.ejml.sparse.csc.misc
Method parameters in org.ejml.sparse.csc.misc with type arguments of type Workspace_MT_DSCCModifier and TypeMethodDescriptionstatic void
ImplCommonOps_MT_DSCC.add
(double alpha, DMatrixSparseCSC A, double beta, DMatrixSparseCSC B, DMatrixSparseCSC C, GrowArray<Workspace_MT_DSCC> listWork) Performs matrix addition:
C = αA + βB -
Uses of Workspace_MT_DSCC in org.ejml.sparse.csc.mult
Method parameters in org.ejml.sparse.csc.mult with type arguments of type Workspace_MT_DSCCModifier and TypeMethodDescriptionstatic void
ImplMultiplication_MT_DSCC.mult
(DMatrixSparseCSC A, DMatrixSparseCSC B, DMatrixSparseCSC C, GrowArray<Workspace_MT_DSCC> listWork) Invoke throughCommonOps_MT_DSCC
as it will manage the input contractstatic void
ImplMultiplication_MT_DSCC.stitchMatrix
(DMatrixSparseCSC out, int numRows, int numCols, GrowArray<Workspace_MT_DSCC> listWork) Combines results from independent blocks into a single matrix