public final class OctaveFunctionHandle extends Object implements OctaveObject
This does for some reason not work with octave 3.0, but it works with octave 3.2.
| Constructor and Description |
|---|
OctaveFunctionHandle(String function) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunction() |
OctaveFunctionHandle |
shallowCopy()
Make a shallow copy of this object.
|
private final String function
public OctaveFunctionHandle(String function)
function - A single line string like "@(x) x ** 2" or "@(a,b) a + b"public OctaveFunctionHandle shallowCopy()
OctaveObjectOctaveObject is returned from a getter,
e.g. on OctaveStruct or OctaveStruct,
a shallow copy is returned in order to follow the way octave behaves.
This method is used to make that copy.shallowCopy in interface OctaveObjectpublic String getFunction()
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.