Package | Description |
---|---|
JSci.maths | |
JSci.maths.wavelet |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
DoubleSparseVector |
SparseDiscreteFunction.Data |
Modifier and Type | Method and Description |
---|---|
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.
|