public class MyfltVector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
MyfltVector() |
|
MyfltVector(int n) |
protected |
MyfltVector(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(double x) |
int |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
double |
get(int i) |
protected static long |
getCPtr(MyfltVector obj) |
boolean |
isEmpty() |
void |
reserve(int n) |
void |
set(int i,
double val) |
int |
size() |
protected MyfltVector(long cPtr, boolean cMemoryOwn)
public MyfltVector()
public MyfltVector(int n)
protected static long getCPtr(MyfltVector obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public int size()
public int capacity()
public void reserve(int n)
public boolean isEmpty()
public void clear()
public void add(double x)
public double get(int i)
public void set(int i, double val)