Documentation of 'mikera.vectorz.ops.Signum' Java class
Signum
mikera.vectorz.ops

Class Signum

    • Field Detail

      • INSTANCE

        public static final Signum INSTANCE
    • Constructor Detail

      • Signum

        public Signum()
    • Method Detail

      • apply

        public double apply(double x)
        Description copied from interface: IOperator
        Applies this operator to a single value, returning the result
        Specified by:
        apply in interface IOperator
        Specified by:
        apply in class Op
        Returns:
      • applyTo

        public void applyTo(INDArray v)
        Description copied from class: Op
        Applies this operator to every element of a target array. Mutates the array in place.
        Overrides:
        applyTo in class Op
      • applyTo

        public void applyTo(AVector v)
        Description copied from interface: IOperator
        Applies this operator to a mutable vector.
        Specified by:
        applyTo in interface IOperator
        Overrides:
        applyTo in class Op

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.