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