Uses of Interface
org.ejml.ops.IPredicateBinary
Packages that use IPredicateBinary
-
Uses of IPredicateBinary in org.ejml.ops
Fields in org.ejml.ops declared as IPredicateBinaryModifier and TypeFieldDescriptionstatic final IPredicateBinaryIPredicatesBinary.diagonalstatic final IPredicateBinaryIPredicatesBinary.higherTrianglestatic final IPredicateBinaryIPredicatesBinary.lowerTrianglestatic final IPredicateBinaryIPredicatesBinary.nonDiagonal -
Uses of IPredicateBinary in org.ejml.sparse.csc
Methods in org.ejml.sparse.csc with parameters of type IPredicateBinaryModifier and TypeMethodDescriptionstatic DMatrixSparseCSCCommonOps_DSCC.select(DMatrixSparseCSC A, IPredicateBinary selector, @Nullable DMatrixSparseCSC output) Select entries from A and save them in C.static FMatrixSparseCSCCommonOps_FSCC.select(FMatrixSparseCSC A, IPredicateBinary selector, @Nullable FMatrixSparseCSC output) Select entries from A and save them in C. -
Uses of IPredicateBinary in org.ejml.sparse.csc.misc
Methods in org.ejml.sparse.csc.misc with parameters of type IPredicateBinaryModifier and TypeMethodDescriptionstatic voidImplCommonOps_DSCC.select(DMatrixSparseCSC A, DMatrixSparseCSC output, IPredicateBinary selector) static voidImplCommonOps_FSCC.select(FMatrixSparseCSC A, FMatrixSparseCSC output, IPredicateBinary selector)