public interface org.apache.commons.math3.geometry.Vector<S extends org.apache.commons.math3.geometry.Space> extends org.apache.commons.math3.geometry.Point<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.math3.geometry.Vector
  super_class: java.lang.Object
{
  public abstract org.apache.commons.math3.geometry.Vector<S> getZero();
    descriptor: ()Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/apache/commons/math3/geometry/Vector<TS;>;

  public abstract double getNorm1();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double getNorm();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double getNormSq();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double getNormInf();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.commons.math3.geometry.Vector<S> add(org.apache.commons.math3.geometry.Vector<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/Vector<TS;>;)Lorg/apache/commons/math3/geometry/Vector<TS;>;
    MethodParameters:
      Name  Flags
      v     

  public abstract org.apache.commons.math3.geometry.Vector<S> add(double, org.apache.commons.math3.geometry.Vector<S>);
    descriptor: (DLorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (DLorg/apache/commons/math3/geometry/Vector<TS;>;)Lorg/apache/commons/math3/geometry/Vector<TS;>;
    MethodParameters:
        Name  Flags
      factor  
      v       

  public abstract org.apache.commons.math3.geometry.Vector<S> subtract(org.apache.commons.math3.geometry.Vector<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/Vector<TS;>;)Lorg/apache/commons/math3/geometry/Vector<TS;>;
    MethodParameters:
      Name  Flags
      v     

  public abstract org.apache.commons.math3.geometry.Vector<S> subtract(double, org.apache.commons.math3.geometry.Vector<S>);
    descriptor: (DLorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (DLorg/apache/commons/math3/geometry/Vector<TS;>;)Lorg/apache/commons/math3/geometry/Vector<TS;>;
    MethodParameters:
        Name  Flags
      factor  
      v       

  public abstract org.apache.commons.math3.geometry.Vector<S> negate();
    descriptor: ()Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/apache/commons/math3/geometry/Vector<TS;>;

  public abstract org.apache.commons.math3.geometry.Vector<S> normalize();
    descriptor: ()Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.math3.exception.MathArithmeticException
    Signature: ()Lorg/apache/commons/math3/geometry/Vector<TS;>;

  public abstract org.apache.commons.math3.geometry.Vector<S> scalarMultiply(double);
    descriptor: (D)Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (D)Lorg/apache/commons/math3/geometry/Vector<TS;>;
    MethodParameters:
      Name  Flags
      a     

  public abstract boolean isInfinite();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double distance1(org.apache.commons.math3.geometry.Vector<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/Vector<TS;>;)D
    MethodParameters:
      Name  Flags
      v     

  public abstract double distance(org.apache.commons.math3.geometry.Vector<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/Vector<TS;>;)D
    MethodParameters:
      Name  Flags
      v     

  public abstract double distanceInf(org.apache.commons.math3.geometry.Vector<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/Vector<TS;>;)D
    MethodParameters:
      Name  Flags
      v     

  public abstract double distanceSq(org.apache.commons.math3.geometry.Vector<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/Vector<TS;>;)D
    MethodParameters:
      Name  Flags
      v     

  public abstract double dotProduct(org.apache.commons.math3.geometry.Vector<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/Vector<TS;>;)D
    MethodParameters:
      Name  Flags
      v     

  public abstract java.lang.String toString(java.text.NumberFormat);
    descriptor: (Ljava/text/NumberFormat;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      format  final
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;Lorg/apache/commons/math3/geometry/Point<TS;>;
SourceFile: "Vector.java"