Skip to content

Use DoubleIota.TOLERANCE for matrix comparison #69

Description

@object-Object

We currently use a tolerance of 0.001 for comparing matrices:

return matrix.getSimpleMatrix().isIdentical(this.getSimpleMatrix(), 0.001);

We should probably be using DoubleIota.TOLERANCE instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions