Skip to content

one and mone at apparently strange place in class hierarchy #54

Description

@terrylyons

libalgebra/vectors/vector.h lines 96-97 define mone and one; should these objects be declared elsewhere? vectors don't have a multiplication - not all the algebras considered in libalgebra have a unit (LIE for example). However the basic graded tensor algebras do. If these vector classes are specific to the graded tensor case, and have specific marked basis elements etc., maybe one should change the class name from vector?

using UnderlyingVectorType::mone; using UnderlyingVectorType::one;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions