Crate gmatlib

source ·

Modules§

  • Contains error type definitions for various functions in this crate.
  • Contains extern "C" function definitions for linking this library against projects in different languages. Not intended for use in other Rust projects.

Macros§

  • Creates a new column vector Matrix<T>.
  • Creates a new row vector Matrix<T>

Structs§

  • An MxN matrix stored as a single contiguous piece of memory.

Traits§

  • A helper trait to constrain the type of the elements of a Matrix<T>.