HomeSort by relevance Sort by last modified time
    Searched defs:RealVector (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
ConditionEstimator.h 17 template <typename Vector, typename RealVector, bool IsComplex>
20 const RealVector v_abs = v.cwiseAbs();
62 typedef typename internal::plain_col_type<MatrixType, RealScalar>::type RealVector;
98 sign_vector = internal::rcond_compute_sign<Vector, RealVector, is_complex>::run(v);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealVector.java 42 * RealVector result = v.mapAddToSelf(3.0).mapTanToSelf().mapSquareToSelf();
54 public interface RealVector {
68 RealVector mapToSelf(UnivariateRealFunction function) throws FunctionEvaluationException;
80 RealVector map(UnivariateRealFunction function) throws FunctionEvaluationException;
143 RealVector copy();
153 RealVector add(RealVector v);
163 RealVector add(double[] v);
174 RealVector subtract(RealVector v)
    [all...]

Completed in 89 milliseconds