RealVector |
AbstractRealVector.add(double[] v) |
Compute the sum of this vector and v .
|
RealVector |
AbstractRealVector.add(RealVector v) |
Compute the sum of this vector and v .
|
RealVector |
ArrayRealVector.add(double[] v) |
Compute the sum of this vector and v .
|
RealVector |
ArrayRealVector.add(RealVector v) |
Compute the sum of this vector and v .
|
RealVector |
OpenMapRealVector.add(RealVector v) |
Compute the sum of this vector and v .
|
RealVector |
RealVector.add(double[] v) |
Compute the sum of this vector and v .
|
RealVector |
RealVector.add(RealVector v) |
Compute the sum of this vector and v .
|
RealVector |
ArrayRealVector.append(double in) |
Construct a vector by appending a double to this vector.
|
RealVector |
ArrayRealVector.append(double[] in) |
Construct a vector by appending a double array to this vector.
|
RealVector |
ArrayRealVector.append(RealVector v) |
Construct a vector by appending a vector to this vector.
|
RealVector |
RealVector.append(double d) |
Construct a vector by appending a double to this vector.
|
RealVector |
RealVector.append(double[] a) |
Construct a vector by appending a double array to this vector.
|
RealVector |
RealVector.append(RealVector v) |
Construct a vector by appending a vector to this vector.
|
RealVector |
RealVector.copy() |
Returns a (deep) copy of this vector.
|
static RealVector |
MatrixUtils.createRealVector(double[] data) |
Creates a RealVector using the data from the input array.
|
RealVector |
AbstractRealVector.ebeDivide(double[] v) |
Element-by-element division.
|
RealVector |
ArrayRealVector.ebeDivide(double[] v) |
Element-by-element division.
|
RealVector |
ArrayRealVector.ebeDivide(RealVector v) |
Element-by-element division.
|
RealVector |
RealVector.ebeDivide(double[] v) |
Element-by-element division.
|
RealVector |
RealVector.ebeDivide(RealVector v) |
Element-by-element division.
|
RealVector |
AbstractRealVector.ebeMultiply(double[] v) |
Element-by-element multiplication.
|
RealVector |
ArrayRealVector.ebeMultiply(double[] v) |
Element-by-element multiplication.
|
RealVector |
ArrayRealVector.ebeMultiply(RealVector v) |
Element-by-element multiplication.
|
RealVector |
RealVector.ebeMultiply(double[] v) |
Element-by-element multiplication.
|
RealVector |
RealVector.ebeMultiply(RealVector v) |
Element-by-element multiplication.
|
RealVector |
AbstractRealMatrix.getColumnVector(int column) |
Returns the entries in column number column
as a vector.
|
RealVector |
BlockRealMatrix.getColumnVector(int column) |
Returns the entries in column number column
as a vector.
|
RealVector |
RealMatrix.getColumnVector(int column) |
Returns the entries in column number column
as a vector.
|
RealVector |
EigenDecomposition.getEigenvector(int i) |
Returns a copy of the ith eigenvector of the original matrix.
|
RealVector |
EigenDecompositionImpl.getEigenvector(int i) |
Returns a copy of the ith eigenvector of the original matrix.
|
RealVector |
AbstractRealMatrix.getRowVector(int row) |
Returns the entries in row number row
as a vector.
|
RealVector |
BlockRealMatrix.getRowVector(int row) |
Returns the entries in row number row
as a vector.
|
RealVector |
RealMatrix.getRowVector(int row) |
Returns the entries in row number row
as a vector.
|
RealVector |
ArrayRealVector.getSubVector(int index,
int n) |
Get a subvector from consecutive elements.
|
RealVector |
RealVector.getSubVector(int index,
int n) |
Get a subvector from consecutive elements.
|
RealVector |
AbstractRealVector.map(UnivariateRealFunction function) |
Acts as if implemented as:
|
RealVector |
RealVector.map(UnivariateRealFunction function) |
Acts as if implemented as:
|
RealVector |
AbstractRealVector.mapAbs() |
Map the Math.abs(double) function to each entry.
|
RealVector |
RealVector.mapAbs() |
Deprecated.
|
RealVector |
AbstractRealVector.mapAbsToSelf() |
Map the Math.abs(double) function to each entry.
|
RealVector |
ArrayRealVector.mapAbsToSelf() |
Map the Math.abs(double) function to each entry.
|
RealVector |
RealVector.mapAbsToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapAcos() |
Map the Math.acos(double) function to each entry.
|
RealVector |
RealVector.mapAcos() |
Deprecated.
|
RealVector |
AbstractRealVector.mapAcosToSelf() |
Map the Math.acos(double) function to each entry.
|
RealVector |
ArrayRealVector.mapAcosToSelf() |
Map the Math.acos(double) function to each entry.
|
RealVector |
RealVector.mapAcosToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapAdd(double d) |
Add a value to each entry.
|
RealVector |
RealVector.mapAdd(double d) |
Add a value to each entry.
|
RealVector |
AbstractRealVector.mapAddToSelf(double d) |
Add a value to each entry.
|
RealVector |
ArrayRealVector.mapAddToSelf(double d) |
Add a value to each entry.
|
RealVector |
RealVector.mapAddToSelf(double d) |
Add a value to each entry.
|
RealVector |
AbstractRealVector.mapAsin() |
Map the Math.asin(double) function to each entry.
|
RealVector |
RealVector.mapAsin() |
Deprecated.
|
RealVector |
AbstractRealVector.mapAsinToSelf() |
Map the Math.asin(double) function to each entry.
|
RealVector |
ArrayRealVector.mapAsinToSelf() |
Map the Math.asin(double) function to each entry.
|
RealVector |
RealVector.mapAsinToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapAtan() |
Map the Math.atan(double) function to each entry.
|
RealVector |
RealVector.mapAtan() |
Deprecated.
|
RealVector |
AbstractRealVector.mapAtanToSelf() |
Map the Math.atan(double) function to each entry.
|
RealVector |
ArrayRealVector.mapAtanToSelf() |
Map the Math.atan(double) function to each entry.
|
RealVector |
RealVector.mapAtanToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapCbrt() |
Map the Math.cbrt(double) function to each entry.
|
RealVector |
RealVector.mapCbrt() |
Deprecated.
|
RealVector |
AbstractRealVector.mapCbrtToSelf() |
Map the Math.cbrt(double) function to each entry.
|
RealVector |
ArrayRealVector.mapCbrtToSelf() |
Map the Math.cbrt(double) function to each entry.
|
RealVector |
RealVector.mapCbrtToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapCeil() |
Map the Math.ceil(double) function to each entry.
|
RealVector |
RealVector.mapCeil() |
Deprecated.
|
RealVector |
AbstractRealVector.mapCeilToSelf() |
Map the Math.ceil(double) function to each entry.
|
RealVector |
ArrayRealVector.mapCeilToSelf() |
Map the Math.ceil(double) function to each entry.
|
RealVector |
RealVector.mapCeilToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapCos() |
Map the Math.cos(double) function to each entry.
|
RealVector |
RealVector.mapCos() |
Deprecated.
|
RealVector |
AbstractRealVector.mapCosh() |
Map the Math.cosh(double) function to each entry.
|
RealVector |
RealVector.mapCosh() |
Deprecated.
|
RealVector |
AbstractRealVector.mapCoshToSelf() |
Map the Math.cosh(double) function to each entry.
|
RealVector |
ArrayRealVector.mapCoshToSelf() |
Map the Math.cosh(double) function to each entry.
|
RealVector |
RealVector.mapCoshToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapCosToSelf() |
Map the Math.cos(double) function to each entry.
|
RealVector |
ArrayRealVector.mapCosToSelf() |
Map the Math.cos(double) function to each entry.
|
RealVector |
RealVector.mapCosToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapDivide(double d) |
Divide each entry.
|
RealVector |
RealVector.mapDivide(double d) |
Divide each entry.
|
RealVector |
AbstractRealVector.mapDivideToSelf(double d) |
Divide each entry.
|
RealVector |
ArrayRealVector.mapDivideToSelf(double d) |
Divide each entry.
|
RealVector |
RealVector.mapDivideToSelf(double d) |
Divide each entry.
|
RealVector |
AbstractRealVector.mapExp() |
Map the Math.exp(double) function to each entry.
|
RealVector |
RealVector.mapExp() |
Deprecated.
|
RealVector |
AbstractRealVector.mapExpm1() |
Map the Math.expm1(double) function to each entry.
|
RealVector |
RealVector.mapExpm1() |
Deprecated.
|
RealVector |
AbstractRealVector.mapExpm1ToSelf() |
Map the Math.expm1(double) function to each entry.
|
RealVector |
ArrayRealVector.mapExpm1ToSelf() |
Map the Math.expm1(double) function to each entry.
|
RealVector |
RealVector.mapExpm1ToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapExpToSelf() |
Map Math.exp(double) operation to each entry.
|
RealVector |
ArrayRealVector.mapExpToSelf() |
Map Math.exp(double) operation to each entry.
|
RealVector |
RealVector.mapExpToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapFloor() |
Map the Math.floor(double) function to each entry.
|
RealVector |
RealVector.mapFloor() |
Deprecated.
|
RealVector |
AbstractRealVector.mapFloorToSelf() |
Map the Math.floor(double) function to each entry.
|
RealVector |
ArrayRealVector.mapFloorToSelf() |
Map the Math.floor(double) function to each entry.
|
RealVector |
RealVector.mapFloorToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapInv() |
Map the 1/x function to each entry.
|
RealVector |
RealVector.mapInv() |
Deprecated.
|
RealVector |
AbstractRealVector.mapInvToSelf() |
Map the 1/x function to each entry.
|
RealVector |
ArrayRealVector.mapInvToSelf() |
Map the 1/x function to each entry.
|
RealVector |
RealVector.mapInvToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapLog() |
Map the Math.log(double) function to each entry.
|
RealVector |
RealVector.mapLog() |
Deprecated.
|
RealVector |
AbstractRealVector.mapLog10() |
Map the Math.log10(double) function to each entry.
|
RealVector |
RealVector.mapLog10() |
Deprecated.
|
RealVector |
AbstractRealVector.mapLog10ToSelf() |
Map the Math.log10(double) function to each entry.
|
RealVector |
ArrayRealVector.mapLog10ToSelf() |
Map the Math.log10(double) function to each entry.
|
RealVector |
RealVector.mapLog10ToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapLog1p() |
Map the Math.log1p(double) function to each entry.
|
RealVector |
RealVector.mapLog1p() |
Deprecated.
|
RealVector |
AbstractRealVector.mapLog1pToSelf() |
Map the Math.log1p(double) function to each entry.
|
RealVector |
ArrayRealVector.mapLog1pToSelf() |
Map the Math.log1p(double) function to each entry.
|
RealVector |
RealVector.mapLog1pToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapLogToSelf() |
Map the Math.log(double) function to each entry.
|
RealVector |
ArrayRealVector.mapLogToSelf() |
Map the Math.log(double) function to each entry.
|
RealVector |
RealVector.mapLogToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapMultiply(double d) |
Multiply each entry.
|
RealVector |
RealVector.mapMultiply(double d) |
Multiply each entry.
|
RealVector |
AbstractRealVector.mapMultiplyToSelf(double d) |
Multiply each entry.
|
RealVector |
ArrayRealVector.mapMultiplyToSelf(double d) |
Multiply each entry.
|
RealVector |
RealVector.mapMultiplyToSelf(double d) |
Multiply each entry.
|
RealVector |
AbstractRealVector.mapPow(double d) |
Map a power operation to each entry.
|
RealVector |
RealVector.mapPow(double d) |
Deprecated.
|
RealVector |
AbstractRealVector.mapPowToSelf(double d) |
Map a power operation to each entry.
|
RealVector |
ArrayRealVector.mapPowToSelf(double d) |
Map a power operation to each entry.
|
RealVector |
RealVector.mapPowToSelf(double d) |
Deprecated.
|
RealVector |
AbstractRealVector.mapRint() |
Map the Math.rint(double) function to each entry.
|
RealVector |
RealVector.mapRint() |
Deprecated.
|
RealVector |
AbstractRealVector.mapRintToSelf() |
Map the Math.rint(double) function to each entry.
|
RealVector |
ArrayRealVector.mapRintToSelf() |
Map the Math.rint(double) function to each entry.
|
RealVector |
RealVector.mapRintToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapSignum() |
Map the Math.signum(double) function to each entry.
|
RealVector |
RealVector.mapSignum() |
Deprecated.
|
RealVector |
AbstractRealVector.mapSignumToSelf() |
Map the Math.signum(double) function to each entry.
|
RealVector |
ArrayRealVector.mapSignumToSelf() |
Map the Math.signum(double) function to each entry.
|
RealVector |
RealVector.mapSignumToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapSin() |
Map the Math.sin(double) function to each entry.
|
RealVector |
RealVector.mapSin() |
Deprecated.
|
RealVector |
AbstractRealVector.mapSinh() |
Map the Math.sinh(double) function to each entry.
|
RealVector |
RealVector.mapSinh() |
Deprecated.
|
RealVector |
AbstractRealVector.mapSinhToSelf() |
Map the Math.sinh(double) function to each entry.
|
RealVector |
ArrayRealVector.mapSinhToSelf() |
Map the Math.sinh(double) function to each entry.
|
RealVector |
RealVector.mapSinhToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapSinToSelf() |
Map the Math.sin(double) function to each entry.
|
RealVector |
ArrayRealVector.mapSinToSelf() |
Map the Math.sin(double) function to each entry.
|
RealVector |
RealVector.mapSinToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapSqrt() |
Map the Math.sqrt(double) function to each entry.
|
RealVector |
RealVector.mapSqrt() |
Deprecated.
|
RealVector |
AbstractRealVector.mapSqrtToSelf() |
Map the Math.sqrt(double) function to each entry.
|
RealVector |
ArrayRealVector.mapSqrtToSelf() |
Map the Math.sqrt(double) function to each entry.
|
RealVector |
RealVector.mapSqrtToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapSubtract(double d) |
Subtract a value from each entry.
|
RealVector |
RealVector.mapSubtract(double d) |
Subtract a value from each entry.
|
RealVector |
AbstractRealVector.mapSubtractToSelf(double d) |
Subtract a value from each entry.
|
RealVector |
ArrayRealVector.mapSubtractToSelf(double d) |
Subtract a value from each entry.
|
RealVector |
RealVector.mapSubtractToSelf(double d) |
Subtract a value from each entry.
|
RealVector |
AbstractRealVector.mapTan() |
Map the Math.tan(double) function to each entry.
|
RealVector |
RealVector.mapTan() |
Deprecated.
|
RealVector |
AbstractRealVector.mapTanh() |
Map the Math.tanh(double) function to each entry.
|
RealVector |
RealVector.mapTanh() |
Deprecated.
|
RealVector |
AbstractRealVector.mapTanhToSelf() |
Map the Math.tanh(double) function to each entry.
|
RealVector |
ArrayRealVector.mapTanhToSelf() |
Map the Math.tanh(double) function to each entry.
|
RealVector |
RealVector.mapTanhToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapTanToSelf() |
Map the Math.tan(double) function to each entry.
|
RealVector |
ArrayRealVector.mapTanToSelf() |
Map the Math.tan(double) function to each entry.
|
RealVector |
RealVector.mapTanToSelf() |
Deprecated.
|
RealVector |
AbstractRealVector.mapToSelf(UnivariateRealFunction function) |
Acts as if it is implemented as:
|
RealVector |
RealVector.mapToSelf(UnivariateRealFunction function) |
Acts as if it is implemented as:
|
RealVector |
AbstractRealVector.mapUlp() |
Map the Math.ulp(double) function to each entry.
|
RealVector |
RealVector.mapUlp() |
Deprecated.
|
RealVector |
AbstractRealVector.mapUlpToSelf() |
Map the Math.ulp(double) function to each entry.
|
RealVector |
ArrayRealVector.mapUlpToSelf() |
Map the Math.ulp(double) function to each entry.
|
RealVector |
RealVector.mapUlpToSelf() |
Deprecated.
|
RealVector |
AbstractRealMatrix.operate(RealVector v) |
Returns the result of multiplying this by the vector v .
|
RealVector |
RealMatrix.operate(RealVector v) |
Returns the result of multiplying this by the vector v .
|
RealVector |
AbstractRealMatrix.preMultiply(RealVector v) |
Returns the (row) vector result of premultiplying this by the vector v .
|
RealVector |
RealMatrix.preMultiply(RealVector v) |
Returns the (row) vector result of premultiplying this by the vector v .
|
RealVector |
AbstractRealVector.projection(double[] v) |
Find the orthogonal projection of this vector onto another vector.
|
RealVector |
ArrayRealVector.projection(double[] v) |
Find the orthogonal projection of this vector onto another vector.
|
RealVector |
ArrayRealVector.projection(RealVector v) |
Find the orthogonal projection of this vector onto another vector.
|
RealVector |
OpenMapRealVector.projection(RealVector v) |
Find the orthogonal projection of this vector onto another vector.
|
RealVector |
RealVector.projection(double[] v) |
Find the orthogonal projection of this vector onto another vector.
|
RealVector |
RealVector.projection(RealVector v) |
Find the orthogonal projection of this vector onto another vector.
|
RealVector |
DecompositionSolver.solve(RealVector b) |
Solve the linear equation A × X = B for matrices A.
|
RealVector |
AbstractRealVector.subtract(double[] v) |
Subtract v from this vector.
|
RealVector |
AbstractRealVector.subtract(RealVector v) |
Subtract v from this vector.
|
RealVector |
ArrayRealVector.subtract(double[] v) |
Subtract v from this vector.
|
RealVector |
ArrayRealVector.subtract(RealVector v) |
Subtract v from this vector.
|
RealVector |
RealVector.subtract(double[] v) |
Subtract v from this vector.
|
RealVector |
RealVector.subtract(RealVector v) |
Subtract v from this vector.
|
RealVector |
AbstractRealVector.unitVector() |
Creates a unit vector pointing in the direction of this vector.
|
RealVector |
ArrayRealVector.unitVector() |
Creates a unit vector pointing in the direction of this vector.
|
RealVector |
RealVector.unitVector() |
Creates a unit vector pointing in the direction of this vector.
|