Package mikera.vectorz.ops

Examples of mikera.vectorz.ops.Derivative


  public boolean isBounded() {
    return (minValue()>=-Double.MAX_VALUE)||(maxValue()<=Double.MAX_VALUE);
  }
 
  public Op getDerivativeOp() {
    return new Derivative(this);
  }
View Full Code Here

TOP

Related Classes of mikera.vectorz.ops.Derivative

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.