Docs / nablatensor-core / com.nablatensor.engine

final class

ADouble

An active scalar. Valuation code is written against this exactly as it would be against double; every operation appends a node to the tape of the recorder that produced it instead of computing a number.

Methods

ADouble add(ADouble other)
ADouble sub(ADouble other)
ADouble mul(ADouble other)
ADouble div(ADouble other)
ADouble add(double value)
ADouble sub(double value)
ADouble mul(double value)
ADouble div(double value)
ADouble neg()
ADouble exp()
ADouble log()
ADouble sqrt()
ADouble abs()
ADouble max(ADouble other)
ADouble min(ADouble other)
ADouble max(double value)
ADouble min(double value)