Uses of Class
dev.civl.mc.semantics.IF.ArrayToolBox.ArraySlice
Packages that use ArrayToolBox.ArraySlice
-
Uses of ArrayToolBox.ArraySlice in dev.civl.mc.semantics.IF
Methods in dev.civl.mc.semantics.IF that return ArrayToolBox.ArraySliceModifier and TypeMethodDescriptionArrayToolBox.newArraySlice(dev.civl.sarl.IF.expr.SymbolicExpression array, dev.civl.sarl.IF.expr.NumericExpression[] startIndices, dev.civl.sarl.IF.expr.NumericExpression count, dev.civl.sarl.IF.type.SymbolicType baseType) create anArrayToolBox.ArraySlice.Methods in dev.civl.mc.semantics.IF with parameters of type ArrayToolBox.ArraySliceModifier and TypeMethodDescriptiondev.civl.sarl.IF.expr.SymbolicExpressionArrayToolBox.arraySliceWrite(ArrayToolBox.ArraySlice slice, dev.civl.sarl.IF.expr.SymbolicExpression targetArray, ArrayToolBox.ArrayShape targetShape, dev.civl.sarl.IF.expr.NumericExpression[] targetStartIndices) dev.civl.sarl.IF.expr.SymbolicExpressionArrayToolBox.extractArraySlice(ArrayToolBox.ArraySlice arraySlice) Returns aSymbolicExpressionrepresenting the givenArrayToolBox.ArraySlice.