public class Vector extends Portable
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
Vector() |
|
Vector(long s) |
protected |
Vector(long cPtr,
boolean cMemoryOwn) |
|
Vector(long s,
double def) |
|
Vector(long s,
SWIGTYPE_p_double p) |
|
Vector(Vector r) |
Modifier and Type | Method and Description |
---|---|
SWIGTYPE_p_double |
access(long i) |
void |
clear() |
SWIGTYPE_p_double |
data() |
void |
delete() |
protected void |
finalize() |
double |
get(int j) |
protected static long |
getCPtr(Vector obj) |
SWIGTYPE_p_void |
getGslVector() |
boolean |
isEqual(Vector r) |
long |
length() |
void |
pop_back() |
void |
push_back(double elem) |
boolean |
read(ConnectionReader connection) |
void |
resize(long s) |
void |
resize(long size,
double def) |
void |
set(int j,
double v) |
boolean |
setSubvector(int position,
Vector v) |
long |
size() |
void |
size(long s) |
Vector |
subVector(long first,
long last) |
java.lang.String |
toString() |
java.lang.String |
toString(int precision) |
java.lang.String |
toString(int precision,
int width) |
boolean |
write(ConnectionWriter connection) |
void |
zero() |
copyPortable, getCPtr, getType
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
protected Vector(long cPtr, boolean cMemoryOwn)
public Vector()
public Vector(long s)
public Vector(long s, double def)
public Vector(long s, SWIGTYPE_p_double p)
public Vector(Vector r)
protected static long getCPtr(Vector obj)
public void size(long s)
public void resize(long s)
public void resize(long size, double def)
public long size()
public long length()
public void zero()
public java.lang.String toString(int precision, int width)
public java.lang.String toString(int precision)
public java.lang.String toString()
toString
in class java.lang.Object
public Vector subVector(long first, long last)
public boolean setSubvector(int position, Vector v)
public SWIGTYPE_p_double data()
public boolean isEqual(Vector r)
public void push_back(double elem)
public void pop_back()
public SWIGTYPE_p_void getGslVector()
public SWIGTYPE_p_double access(long i)
public void clear()
public boolean read(ConnectionReader connection)
public boolean write(ConnectionWriter connection)
public double get(int j)
public void set(int j, double v)