Interface | Description |
---|---|
AdvancedMatrixPredicate |
An advanced matrix predicate that test the whole matrix rather than its
elements.
|
MatrixAccumulator |
A matrix accumulator that accumulates elements across matrix.
|
MatrixFunction |
A matrix function that takes an element with its indices and produces
a new value.
|
MatrixPredicate |
A matrix predicate that tests each matrix element.
|
MatrixProcedure |
A matrix procedure that performs an action of every matrix element.
|
Copyright © 2015. All rights reserved.