|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleSparseVector | |
---|---|
JSci.maths | |
JSci.maths.wavelet |
Uses of DoubleSparseVector in JSci.maths |
---|
Methods in JSci.maths that return DoubleSparseVector | |
---|---|
DoubleSparseVector |
DoubleSparseVector.add(DoubleSparseVector v)
Returns the addition of this vector and another. |
DoubleSparseVector |
DoubleSparseVector.subtract(DoubleSparseVector v)
Returns the subtraction of this vector by another. |
Methods in JSci.maths with parameters of type DoubleSparseVector | |
---|---|
DoubleSparseVector |
DoubleSparseVector.add(DoubleSparseVector v)
Returns the addition of this vector and another. |
double |
DoubleSparseVector.scalarProduct(DoubleSparseVector v)
Returns the scalar product of this vector and another. |
DoubleSparseVector |
DoubleSparseVector.subtract(DoubleSparseVector v)
Returns the subtraction of this vector by another. |
DoubleSparseMatrix |
DoubleSparseVector.tensorProduct(DoubleSparseVector v)
Returns the tensor product of this vector and another. |
Uses of DoubleSparseVector in JSci.maths.wavelet |
---|
Fields in JSci.maths.wavelet declared as DoubleSparseVector | |
---|---|
DoubleSparseVector |
SparseDiscreteFunction.Data
|
Methods in JSci.maths.wavelet that return DoubleSparseVector | |
---|---|
static DoubleSparseVector |
DiscreteHilbertSpace.add(DiscreteFunction f,
double a,
SparseDiscreteFunction g)
Calculates f+a*g. |
static DoubleSparseVector |
DiscreteHilbertSpace.add(MultiscaleFunction g,
double a,
SparseDiscreteFunction f,
int j1)
Calculates f+a*g. |
static DoubleSparseVector |
DiscreteHilbertSpace.add(SparseDiscreteFunction f,
double a,
DiscreteFunction g)
Calculates f+a*g. |
static DoubleSparseVector |
DiscreteHilbertSpace.add(SparseDiscreteFunction f,
double a,
MultiscaleFunction g,
int j1)
Calculates f+a*g. |
static DoubleSparseVector |
DiscreteHilbertSpace.add(SparseDiscreteFunction f,
double a,
SparseDiscreteFunction g)
Calculates f+a*g. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |