Skip to content

Extend API #7

@FreezyLemon

Description

@FreezyLemon

I'm currently trying to implement some const algebra and I've noticed some things that are available in other crates (like nalgebra) that would make sense in this crate:

  • CMatrix::identity, CMatrix::zero
  • A way to access the contained SoftF64 (make get public? maybe something like finish that returns [[SoftF64; C]; R] instead of [[f64; C]; R])
  • A way to create a CMatrix/CVector from SoftF64s
  • Dot product
  • Cross product (not sure how easy this would be)

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