Class TensorEquals

java.lang.Object
org.flag4j.operations.common.TensorEquals

public final class TensorEquals extends Object
Utility class for determining if arbitrary pairs of tensors are equal. Could be a real dense tensor and a sparse complex matrix, if they have the same shape and entries, then they are considered equal.