Crate matrix

source ·
Expand description

§Vector and Matrix Library

This library provides functionality for working with vectors and matrices. It includes utility functions for operations like calculating size, reshaping, and printing.

Re-exports§

Modules§

  • The complex module provides a representation of Complex Numbers which implements Scalar.
  • The linear interpolation module provides a generic function implementation to apply an interpolation.
  • The matrix module provides a generic Matrix struct and related methods.
  • The projection matrix module provides a function to generate projection matrices.
  • The scalar module provides a trait generic for scalars.
  • The vector module provides a generic Vector struct and related methods.